You are not logged in.
- Topics: Active | Unanswered
#1 10-23-2011 12:32:37
- ac-chan
- Nouveau membre
- Registered: 10-19-2011
- Posts: 5
[Closed] Change the local
Hi,
in the sources are locale files, but in the programm and the configuration file i can't find a way to change the used local. I will provide a german local, but need to test them before.
Offline
#2 10-23-2011 15:05:14
- domledom
- Administrateur
- Registered: 09-17-2011
- Posts: 1,080
Re: [Closed] Change the local
Hello and welcome
You have to make some modifications to the code to accept an additional language.
On line 56 of the main.cpp file, change the :
if ((CurrentLanguage!="fr")&&(CurrentLanguage!="es")&&(CurrentLanguage!="it")&&(CurrentLanguage!="en")&&(CurrentLanguage!="ru")&&(CurrentLanguage!="el")) CurrentLanguage="en";
To add your german file.
Note that there are some other parts of the code for WIKI and for WEB.
Do you plan to translate the WIKI too ?
But, the best way is you send me your .ts file for
- i add it to the source on the SVN
- and i add you to our translator team.
Processeur i5 - 8 Go RAM - Manjaro Linux KDE (64 bits) / Windows 7 (64 bits)
Offline
#3 10-23-2011 17:56:22
- ac-chan
- Nouveau membre
- Registered: 10-19-2011
- Posts: 5
Re: [Closed] Change the local
is the no way to change the local after the build?
Offline
#4 10-23-2011 18:03:24
- domledom
- Administrateur
- Registered: 09-17-2011
- Posts: 1,080
Re: [Closed] Change the local
To change it, simply replace the .qm file. But at least the local must be first enabled in the build.
For the moment DE local is not enabled.
Processeur i5 - 8 Go RAM - Manjaro Linux KDE (64 bits) / Windows 7 (64 bits)
Offline