diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-08-05 16:21:56 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-08-05 16:21:56 +0000 |
commit | 1828eee6a6d91fd385ad1e69d93044516493aa91 (patch) | |
tree | 9e7e86955e2d79f4f21daacf009312efd90dc70e /ChangeLog | |
parent | 52abf02fb5521a00e78903addda6f8a20896f18f (diff) | |
download | mana-1828eee6a6d91fd385ad1e69d93044516493aa91.tar.gz mana-1828eee6a6d91fd385ad1e69d93044516493aa91.tar.bz2 mana-1828eee6a6d91fd385ad1e69d93044516493aa91.tar.xz mana-1828eee6a6d91fd385ad1e69d93044516493aa91.zip |
Added support for internationalization. Tested by translating a few gui strings to french.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2007-08-05 Guillaume Melquiond <guillaume.melquiond@gmail.com> + + * configure.ac, Makefile.am, po, src/Makefile.am, src/main.cpp, + src/resources/gettext.h: Added support for internationalization. + * src/gui/inventorywindow.cpp: Marked a few strings as translatable for + testing purpose. + * po/tmw.pot: Generated the main template. + * po/LINGUAS, po/fr.po: Added the french translation. + 2007-08-01 Guillaume Melquiond <guillaume.melquiond@gmail.com> * src/item.cpp, src/item.h: Fixed update of equipment flag, so that |