Official .pot files please ?

jackdaw

Joined: 2007-02-19
Posts: 12
Posted: Mon, 2007-02-19 19:16

I know... I should probably just know how to create them myself, and it is all described in http://codex.gallery2.org/Gallery2:Localization, etc.

But I'm used to starting out with an official template, and therefore wonder why I cannot find any official .pot files here or in the SVN.

Yes, I could just reuse an existing translation to another language, but what then when their version states for example '1.1.29' rather than '2.2? See for instance http://svn.sourceforge.net/viewvc/gallery/trunk/gallery2/modules/core/po/

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Tue, 2007-02-20 03:15

1.1.29 is the core module version.
2.2 is the version of the whole package.

the .po files in modules/cire/po/ are the most current ones.

--------------
Doumentation: Support / Troubleshooting | Installation, Upgrade, Configuration and Usage

 
jackdaw

Joined: 2007-02-19
Posts: 12
Posted: Tue, 2007-02-20 08:00

Thanks a lot, that is all I need to know :-)

 
mindless
mindless's picture

Joined: 2004-01-04
Posts: 8601
Posted: Sat, 2007-02-24 03:53

the scripts pull strings for translation right out of the code, so there is no pot file. as described in the docs, just do 'make de.po' (or whichever language) and it creates or updates the po file with the latest strings.. the file is ready for translation.