Announcement

#1 2009-06-15 09:20:52

el ninjo
Translation Team
2006-09-24
40

[resolved] How to translate pLoader?

How can i create languagefiles for the pLoader?

gs.html is easy ;-)

ploader.mo and ploader.po ????? :confused:

what must i edit?

Last edited by el ninjo (2009-06-16 09:58:07)

Offline

 

#2 2009-06-15 15:28:58

ron
Former Piwigo Team
2008-09-30
69

Re: [resolved] How to translate pLoader?

el ninjo wrote:

ploader.mo and ploader.po ????? :confused:

what must i edit?

pLoader.po file is the "source file" ( po stands for portable object, mo for machine object ) which is then compiled by msgfmt ( a gettext tool ).

I advise you to use  locale/fr_FR/ploader.po as a template for your translation.

msgid is the message identifier. The english message is used as identifier, do not change it.
msgstr is the translated message.


gettext tools are here :

http://sourceforge.net/projects/gettext
http://www.gnu.org/software/gettext/gettext.html

The command line to compile po files :

Code:

msgfmt pLoader.po -o pLoader.mo

pLoader.po and pLoader.mo files are located in pLoader locale/xx_YY directory where :

xx is a valid language code : http://www.gnu.org/software/gettext/man … uage-Codes
YY is a valid country code : http://www.gnu.org/software/gettext/man … ntry-Codes

Offline

 

#3 2009-06-16 09:35:43

el ninjo
Translation Team
2006-09-24
40

Re: [resolved] How to translate pLoader?

I'm the next two weeks not online, you can download the translated files for the next release of pLoader here:  http://www.areasunshine.de/de_DE.zip

Last edited by el ninjo (2009-06-16 20:13:12)

Offline

 

#4 2009-06-24 14:13:21

ron
Former Piwigo Team
2008-09-30
69

Re: [resolved] How to translate pLoader?

Thanks a lot for your contribution :-)  I hope many other contributors will follow your example.

Offline

 

#5 2009-06-27 00:32:55

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
13791

Re: [resolved] How to translate pLoader?

Offline

 

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact