diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-08-06 06:20:14 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-08-06 06:20:14 +0000 |
commit | 0bd2a74378b01204876ec8d92c03959f3b3a287e (patch) | |
tree | b672f95f86d8f7cb6e058c3fb1d050c860611d9e /ChangeLog | |
parent | 58800d9d604d9aa36fed3f3a4eaddaacc6857877 (diff) | |
download | mana-0bd2a74378b01204876ec8d92c03959f3b3a287e.tar.gz mana-0bd2a74378b01204876ec8d92c03959f3b3a287e.tar.bz2 mana-0bd2a74378b01204876ec8d92c03959f3b3a287e.tar.xz mana-0bd2a74378b01204876ec8d92c03959f3b3a287e.zip |
Added support for translating variable strings.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2007-08-06 Guillaume Melquiond <guillaume.melquiond@gmail.com> + + * src/Makefile.am, src/utils/strprintf.h, src/utils/strprintf.cpp: + Added a helper function for printf-formatting a (gettext) C string into + a dynamically-sized C++ string. + * src/gui/inventory.cpp: Completed marking of translatable strings for + inventory window. + * po/tmw.pot: Updated with new translatable strings. + * po/fr.po: Completed translation of inventory window in french. + 2007-08-05 Guillaume Melquiond <guillaume.melquiond@gmail.com> * configure.ac, Makefile.am, po, src/Makefile.am, src/main.cpp, |