Official .pot files please ?
jackdaw
Joined: 2007-02-19
Posts: 12 |
![]() |
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 |
![]() |
1.1.29 is the core module version. the .po files in modules/cire/po/ are the most current ones. -------------- |
|
jackdaw
Joined: 2007-02-19
Posts: 12 |
![]() |
Thanks a lot, that is all I need to know |
|
mindless
![]()
Joined: 2004-01-04
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. |
|