spiderbit / canta

The main public repo for the Canta project - a free karaoke game
http://www.canta-game.org
16 stars 2 forks source link

PO files #27

Open glixx opened 11 years ago

glixx commented 11 years ago

PO files must have names: ru.po, de_DE.po (de.po?), en_US.po, etc. PO files must be in directory ./po

File en_US.po is excess, because no difference with English, which is used by default.

glixx commented 11 years ago

Because csg will be translated in future, then better: PO files must have names: canta-ru.po, canta-de_DE.po (canta-de.po?), canta-en_US.po, etc. PO files must be in directory ./po

File canta-en_US.po is excess, because no difference with English, which is used by default.

glixx commented 11 years ago

And for unification: sed -i -e 's|"canta"|prg_name|g' ./scripts/compile_translations.py