Wykres commitów

6 Commity (a10c130cb84341730161a3012db3aee8655673fa)

Autor SHA1 Wiadomość Data
Maxime Petazzoni 1aa5c5b068 Rename OCitySMap Python module from ocitysmap2 to ocitysmap
Renamed ocitysmap2-render as render.py since we don't need/want
"ocitysmap2" in the name anymore. Rename conf template as
ocitysmap.conf.dist for the same reason. Updated INSTALL instructions
accordingly.

Signed-off-by: Maxime Petazzoni <maxime.petazzoni@bulix.org>
2012-05-08 19:53:37 +02:00
Konstantin Mochalov cc5cd9b555 Use xgettext instead of deprecated pygettext.
pygettext  is deprecated. The current version of xgettext supports many
       languages, including Python.
2012-04-03 13:08:43 +02:00
Thomas Petazzoni 9b8f41a1a8 i18n: update source files requiring translation
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@enix.org>
2012-03-31 23:24:45 +02:00
David Decotigny 8ad862d265 Updated i18n 2010-09-11 15:44:22 +02:00
Maxime Petazzoni f74bee6493 Update i18n support for OCitySMap 2
Signed-off-by: Maxime Petazzoni <maxime.petazzoni@bulix.org>
2010-08-07 20:46:07 +02:00
David MENTRE aed528b7d6 New i18n.py script to handle I18N tasks
The set of languages is deduced from locale/ directory content.

Usage: i18n.py [options]
 WARNING: This program should be called from ocitysmap/ directory!

Options:
  -h, --help            show this help message and exit
  -P, --make-pot        make locale/ocitysmap.pot
  -p, --make-po         merge locale/ocitysmap.pot with
                        locale/*/LC_MESSAGES/ocitysmap.po
  -m, --compile-mo      compile locale/*/LC_MESSAGES/ocitysmap.mo files
  -n LANGUAGE_CODE, --new-language=LANGUAGE_CODE
                        create .pot file for a new language. LANGUAGE_CODE is
                        like "fr_FR".
2010-01-20 20:34:46 +01:00