kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #00310
Re: Subversion Repository
Hello Milan!
> just one thing: Where will I obtain 'kicad.pot' file to start
> translation?
For translation you need '.po' file (this is the source).
You can copy any .po file (maybe french).
Do this:
# mkdir kicad/internat/cz
# cp kicad/internat/fr/kicad.po kicad/internat/cz/
wxWidgets required translation files in *.mo format.
'poedit' makes *.mo files automatically.
For handmade compilation of files from *.po format to *.mo, you can
use command:
# msgfmt kicad.po -o kicad.mo
--
Igor Plyatov
Follow ups
References