Mercurial > getan
diff ChangeLog @ 36:e6f81aa329b1
Introduced i18n support; german and english translation available.
author | Ingo Weinzierl <ingo_weinzierl@web.de> |
---|---|
date | Sat, 02 Oct 2010 22:22:35 +0200 |
parents | a9f2e8fd8970 |
children | 68cc10d082ab |
line wrap: on
line diff
--- a/ChangeLog Sun Sep 05 15:54:44 2010 +0200 +++ b/ChangeLog Sat Oct 02 22:22:35 2010 +0200 @@ -1,3 +1,21 @@ +2010-10-02 Ingo Weinzierl <ingo.weinzierl@intevation.de> + + * getan/config.py: Setup the language. + + * getan/resources.py: New module that should serve functions for working + with resources. Currently, there is just a single function to get a + translated text based on gettext. + + * getan/states.py, + getan/view.py: Replaced hard coded texts with gettext calls. + + * po/Makefile, + po/README, + po/de.po: Makefile, description and german translation for gettext. + + NOTE: It is necessary to call 'make mo' in the po directory to enable the + german language. + 2010-09-02 Ingo Weinzierl <ingo.weinzierl@intevation.de> ISSUE1575