aboutsummaryrefslogtreecommitdiff
path: root/po/module.mk
AgeCommit message (Collapse)Author
2010-06-26Remove support for translation of console messages.Johannes Schickel
In recent discussions on -devel it turned out, that this feature is rather superfluous and instead we should rather implement a proper error reporting in our GUI. I also removed the dependency on iconv along with this. svn-id: r50335
2010-06-19Whoops copy&paste mistake...Johannes Schickel
svn-id: r50052
2010-06-19Comment out rule for common/messages.cpp for now and make ↵Johannes Schickel
update-translations update common/messages.cpp directly. svn-id: r50051
2010-06-18Cleanup.Johannes Schickel
svn-id: r50003
2010-06-18Explcitily use "perl" from the PATH, this fixes translation updating on ↵Johannes Schickel
systems, where perl is not installed in /usr/bin/perl. svn-id: r49992
2010-06-18Do not rebuild common/messages.cpp automatically when a translation changes, ↵Johannes Schickel
but require the user to do "make update-translations". This should be helpful for building on a system without perl. svn-id: r49991
2010-06-17Yet another fix for "update-translations" in out of soucre directory builds. ↵Johannes Schickel
(Whoops...) svn-id: r49944
2010-06-17Fix out of updatepot and update-translations for source builds.Johannes Schickel
svn-id: r49942
2010-06-15Remove unnecessary svn:executable propertiesWillem Jan Palenstijn
svn-id: r49870
2010-06-15Implement translation support for ScummVM GUI.Eugene Sandulenko
Based on patch #2903830: "Updated Translation Prototype" by alexbevi which in turn is based on patch #1739965 by jvprat. Currently it builds all translations right into ScummVM. Once the feature will be accepted more widely, i.e. more translations will pop up, it will be trivial to move translation strings to external file. Finished translation: Russian Unfinished translation: Hungarian Things which are nice to do: - Language code -> language mapping for more user friendness - Specifying fonts to be used with language - Updating of interface language without restart. It will require moving of much code to reflowLayout() methods for each dialog The .po files must be in single byte encodings. I.e. no support for Unicode. svn-id: r49759