Translation Readme

Money Manager Ex Translations related Posts for both Android and Desktop

Moderator: Renato

Post Reply
madhan
Site Admin
Posts: 99
Joined: Sun Nov 30, 2008 8:06 pm

Translation Readme

Post by madhan »

Seems the best solution to keep translations of UI and help pages is https://crowdin.com/project/moneymanagerex
This service has two way GitHub synchronization. To update all .po files just one mmex.pot should be updated. Then all used .po files get additional records (all delete outdated). Then Crowdin updates i10n_master branch in vomikan's repo https://github.com/vomikan/moneymanagerex/ and send PR to master branch of vomikan's repo. He can accept it then send the changes to upstream.
cp_coder
New MMEX User
Posts: 2
Joined: Fri May 29, 2009 8:50 am

Re: Translation Readme

Post by cp_coder »

I have a question about testing translations. I currently do my coding work and my main personal stuff on the same computer. If I delete (or back up to elsewhere) the English file, replace it with the other language, and select that language when I run the program, will the information already stored in the database display properly?

That is, information from the database be unreadable or not display properly? Or is the information in the database not affected by the string translations?
I am guessing the latter situation is the case, but I want to know before I get involved.

Oh! And also, will MMEX support East-Asian languages (Chinese, Japanese, etc.)?
madhan
Site Admin
Posts: 99
Joined: Sun Nov 30, 2008 8:06 pm

Re: Translation Readme

Post by madhan »

That is, information from the database be unreadable or not display properly? Or is the information in the database not affected by the string translations?
I am guessing the latter situation is the case, but I want to know before I get involved.
Changing the language shouldn't affect the contents of your database.
Oh! And also, will MMEX support East-Asian languages (Chinese, Japanese, etc.)?
I think it does already.
Nikolay
MMEX Developer
Posts: 1535
Joined: Sat Dec 06, 2008 2:27 pm
Are you a spam bot?: No
Location: Sankt-Petersburg, Russia

Re: Translation Readme

Post by Nikolay »

Only https://crowdin.com/project/moneymanagerex now used for translations


Seems the best solution to keep translations of UI and help pages is https://crowdin.com/project/moneymanagerex
This service has two way GitHub synchronization. To update all .po files just one mmex.pot should be updated. Then all used .po files get additional records (all delete outdated). Then Crowdin updates i10n_master branch in my repo https://github.com/vomikan/moneymanagerex/ and send PR to master branch of my repo. I can accept it then send the changes to upstream.
Post Reply