Mercurial > getan
comparison 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 |
comparison
equal
deleted
inserted
replaced
35:cfa9e755a5d2 | 36:e6f81aa329b1 |
---|---|
1 2010-10-02 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 * getan/config.py: Setup the language. | |
4 | |
5 * getan/resources.py: New module that should serve functions for working | |
6 with resources. Currently, there is just a single function to get a | |
7 translated text based on gettext. | |
8 | |
9 * getan/states.py, | |
10 getan/view.py: Replaced hard coded texts with gettext calls. | |
11 | |
12 * po/Makefile, | |
13 po/README, | |
14 po/de.po: Makefile, description and german translation for gettext. | |
15 | |
16 NOTE: It is necessary to call 'make mo' in the po directory to enable the | |
17 german language. | |
18 | |
1 2010-09-02 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 19 2010-09-02 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2 | 20 |
3 ISSUE1575 | 21 ISSUE1575 |
4 | 22 |
5 * getan/view.py: Verify that time values are not null before adding them to | 23 * getan/view.py: Verify that time values are not null before adding them to |