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/ |
|
Posts: 32509
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
Posts: 12
Thanks a lot, that is all I need to know
Posts: 8601
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.