XFileSharing Pro - Indonesia Language Translation Available

Message
Author
mrperl
Posts: 65
Joined: Mar 06, 2010 11:40 am

Indonesia Language Translation Available

#1 Postby mrperl » Mar 06, 2010 12:27 pm

Hi Alex and others,

You can download the Bahasa Indonesia translation here:

http://am0.net/xfspro/indonesia-1.7.lng.txt (for 1.7)

http://am0.net/xfspro/indonesia.lng.txt (whatever the latest version is)

Instructions are included in the file for installation, displaying the Indonesia
flag, and activating the language.

Terima kasih, mrperl.

sherayusuf3
Posts: 94
Joined: Jan 18, 2009 4:29 am

Re: Indonesia Language Translation Available

#2 Postby sherayusuf3 » Aug 02, 2010 6:51 am

mrperl wrote:Hi Alex and others,

You can download the Bahasa Indonesia translation here:

http://am0.net/xfspro/indonesia-1.7.lng.txt (for 1.7)

http://am0.net/xfspro/indonesia.lng.txt (whatever the latest version is)

Instructions are included in the file for installation, displaying the Indonesia
flag, and activating the language.

Terima kasih, mrperl.
mantap gan, tqtq

admin
Site Admin
Posts: 1839
Joined: Mar 22, 2006 12:32 pm

#3 Postby admin » Aug 02, 2010 12:53 pm

Thanks! We will add it.

mrperl
Posts: 65
Joined: Mar 06, 2010 11:40 am

Re: Indonesia Language Translation Available

#4 Postby mrperl » Aug 23, 2010 9:52 am

Hi Alex.

You also may want to add 'id' to the language_codes hash in XFileConfig.pm, or add it and comment it out for most people.

Code: Select all

 language_codes => {'en.*'             => 'english',
                    'cs'               => 'czech',
                    'da'               => 'danish',
                    'fr.*'             => 'french',
                    'de.*'             => 'german',
                    'p'                => 'polish',
                    'ru'               => 'russian',
                    'es.*'             => 'spanish',
                    'id'               => 'indonesia',
                   },
I've seen Romanian and Italian translations in the forums, so those would be nice to add also.

The reason polish is 'p' because .pl could be interpreted as a perl script maybe?