Wykres commitów

11 Commity (master)

Autor SHA1 Wiadomość Data
Hartmut Holzgraefe 8abbf82a1e check all python files for gettext strings, not just selected ones 2022-11-06 13:42:55 +00:00
Hartmut Holzgraefe 97334121be make indexer descriptions translatable (issue #80, WiP) 2022-11-06 08:58:18 +00:00
Hartmut Holzgraefe 52ea42c535 translation string update 2021-06-13 08:55:29 +00:00
Hartmut Holzgraefe f0eee6aa32 one more (last?) python 2 thing missed now switched to version 3 2020-04-19 12:46:33 +00:00
Hartmut Holzgraefe 8bd7131f19 first steps towards supporting both python 2 and 3 2017-09-05 22:56:46 +00:00
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