Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[Solved] Timeshift language not translating to norwegian

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
User avatar
sinterva
Posts: 19
Joined: 2024-03-10 12:43
Has thanked: 6 times
Been thanked: 5 times

[Solved] Timeshift language not translating to norwegian

#1 Post by sinterva »

I've noticed on my system that some programs are not translating fully to norwegian.
One of the most obvious programs suffering from this is timeshift.
It happens sometimes in the terminal also, in the terminal I have a rudimentary fix for it in bashrc

Code: Select all

#Force english fallback
export LANGUAGE="nb_NO:nb:no_NO:no:en"
I also edited /etc/environment to force graphical programs to do the same.

Code: Select all

LANGUAGE="nb_NO:nb:no_NO:no:en"
Forcing english is an acceptable fix for the time being, but it is somewhat bugging me that the system can't get the language right.

Is this because the program has not been translated or because of some settings issue with locales.
How much work would it take to make the translation if no one has done it?
Like how big a list of words would need to be entered, I mean I could give it a shot since my native language is norwegian
and english as a second language would make it pretty easy for me.
But that is making the assumption that it is a translation problem and not a settings problem with debian.
Last edited by sinterva on 2024-04-23 08:48, edited 1 time in total.
It is no measure of health to be well adjusted to a profoundly sick society.
Krishnamurti

User avatar
sinterva
Posts: 19
Joined: 2024-03-10 12:43
Has thanked: 6 times
Been thanked: 5 times

Re: Timeshift language not translating to norwegian

#2 Post by sinterva »

After looking around a bit on github I found that the file included with timeshift did indeed have an only partial translation.
So I'm currently translating it in a fork, I've never done this before, but hopefully I will be able to give a pull request and
have the translations accepted, it says on top.

Code: Select all

# Norwegian Bokmal translation for linuxmint
# Copyright (c) 2017 Rosetta Contributors and Canonical Ltd 2017
# This file is distributed under the same license as the linuxmint package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
So I'm not sure if this is the right place to translate it or not,
but if not I will just have to copy/paste my translations to where they need to be later
It is no measure of health to be well adjusted to a profoundly sick society.
Krishnamurti

Aki
Global Moderator
Global Moderator
Posts: 3082
Joined: 2014-07-20 18:12
Location: Europe
Has thanked: 76 times
Been thanked: 417 times

Re: Timeshift language not translating to norwegian

#3 Post by Aki »

Hello,
sinterva wrote: 2024-04-22 15:38 After looking around a bit on github I found that the file included with timeshift did indeed have an only partial translation.
[..]
So I'm not sure if this is the right place to translate it or not,
but if not I will just have to copy/paste my translations to where they need to be later
You can see here to contribute: Hope this helps.
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

User avatar
sinterva
Posts: 19
Joined: 2024-03-10 12:43
Has thanked: 6 times
Been thanked: 5 times

Re: Timeshift language not translating to norwegian

#4 Post by sinterva »

Right thx, I'll look into it!
It is no measure of health to be well adjusted to a profoundly sick society.
Krishnamurti

Post Reply