Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-09 | Fixed minimap state saving. | Ira Rice | 1 | -0/+1 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-08 | Made remaining dialogs translatable | Bjørn Lindeijer | 1 | -0/+15 | |
Most strings are now translatable. Please do report any missing ones. Strings excluded from translation are anything that gets written to the log file or is otherwise not shown in the GUI. Signed-off-by: Bjørn Lindeijer <bjorn@lindeijer.nl> | |||||
2009-01-08 | Removed the unused Box, VBox and HBox classes | Bjørn Lindeijer | 1 | -1/+1 | |
They were once meant for doing layout, but never used and the way they're implemented they would be relayouting with every draw, which isn't really nice. | |||||
2009-01-08 | Made remaining dialogs translatable | Bjørn Lindeijer | 1 | -0/+9 | |
Most strings are now translatable. Please do report any missing ones. Strings excluded from translation are anything that gets written to the log file or is otherwise not shown in the GUI. Signed-off-by: Bjørn Lindeijer <bjorn@lindeijer.nl> | |||||
2009-01-06 | Added latest translations from Launchpad | Bjørn Lindeijer | 25 | -0/+13639 | |
The ones on Launchpad are still geared towards the mainline client. These files have been updated for the eAthena client. It will be interesting to see what happens to special characters, since the client doesn't support unicode yet. | |||||
2009-01-06 | Added support for internationalization | Ira Rice | 4 | -0/+554 | |
Merged from the mainline client. Originally implemented by Guillaume Melquiond, starting with commit 1828eee6a6d91fd385ad1e69d93044516493aa91. Conflicts: INSTALL configure.ac src/Makefile.am src/gui/buy.cpp src/gui/confirm_dialog.cpp src/gui/inventorywindow.cpp src/gui/login.cpp src/gui/menuwindow.cpp src/gui/minimap.cpp src/gui/ok_dialog.cpp src/gui/popupmenu.cpp src/gui/register.cpp src/gui/sell.cpp src/gui/setup.cpp src/gui/setup_video.cpp Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-06 | Added latest translations from Launchpad | Bjørn Lindeijer | 25 | -0/+13639 | |
The ones on Launchpad are still geared towards the mainline client. These files have been updated for the eAthena client. It will be interesting to see what happens to special characters, since the client doesn't support unicode yet. | |||||
2009-01-06 | Added support for internationalization | Bjørn Lindeijer | 4 | -0/+553 | |
Merged from the mainline client. Originally implemented by Guillaume Melquiond, starting with commit 1828eee6a6d91fd385ad1e69d93044516493aa91. | |||||
2008-10-09 | Updated all translation files and fixed name of Chinese translation | Bjørn Lindeijer | 18 | -2081/+2903 | |
2008-10-09 | Updated translations from Launchpad and added new ones | Bjørn Lindeijer | 17 | -281/+4571 | |
2008-02-27 | Fixed translation file names. | Eugenio Favalli | 5 | -9/+9 | |
2008-02-26 | Added Portugese (by Tiago Silva), Danish (by GonzoDark), Russian (by idle sign) | Bjørn Lindeijer | 5 | -0/+2183 | |
and Swedish (by Zirro) translations. | |||||
2007-11-14 | Updated Italian translation. | Eugenio Favalli | 1 | -67/+122 | |
2007-10-28 | Updated german translation. | Matthias Hartmann | 1 | -22/+20 | |
2007-10-28 | Updated French translation. | Guillaume Melquiond | 1 | -27/+23 | |
2007-10-28 | Updated translation objects. | Guillaume Melquiond | 7 | -595/+1042 | |
2007-10-24 | Small typo fix. | Bjørn Lindeijer | 1 | -1/+1 | |
2007-10-24 | Some small fixes to the German translation. | Bjørn Lindeijer | 1 | -4/+4 | |
2007-10-24 | Completed Dutch translation. | Bjørn Lindeijer | 1 | -62/+62 | |
2007-10-19 | Marked buy and sell dialog boxes as translatable. | Guillaume Melquiond | 1 | -0/+2 | |
2007-10-18 | Added automatic generation of description strings for item effects. | Guillaume Melquiond | 1 | -1/+1 | |
2007-10-15 | Added Dutch translation (incomplete) and put drawing of debug path into a | Bjørn Lindeijer | 2 | -0/+459 | |
private method. | |||||
2007-09-10 | Added Polish translation and fixed Italian one. | Eugenio Favalli | 3 | -2/+476 | |
2007-09-08 | Made it possible to play TMW in German. | Guillaume Melquiond | 2 | -2/+2 | |
2007-08-27 | Initial german translation - needs improvement, feel free to commit! | Matthias Hartmann | 1 | -0/+494 | |
2007-08-27 | Updated italian translation. | Eugenio Favalli | 1 | -94/+94 | |
2007-08-13 | Updated French translation. Forgot previous Changelog. | Guillaume Melquiond | 1 | -101/+99 | |
2007-08-13 | Added first draft of Italian translation. | Eugenio Favalli | 2 | -1/+496 | |
2007-08-13 | Updated .po files, so that people can start translating the whole interface, ↵ | Guillaume Melquiond | 2 | -25/+836 | |
almost. | |||||
2007-08-09 | Forgot to update the list of translatable source files. | Guillaume Melquiond | 1 | -0/+19 | |
2007-08-07 | Marked most of the GUI as translatable. | Guillaume Melquiond | 1 | -3/+1 | |
2007-08-06 | Fixed some header typos. Moved gettext.h to utils directory. Removed ↵ | Guillaume Melquiond | 2 | -422/+0 | |
redundant HAS_CONFIG_H macro. Used autopoint for generating gettext environment. Removed auto-generated file from po directory. | |||||
2007-08-06 | Added support for translating variable strings. | Guillaume Melquiond | 2 | -11/+52 | |
2007-08-05 | Added support for internationalization. Tested by translating a few gui ↵ | Guillaume Melquiond | 7 | -0/+538 | |
strings to french. |