aboutsummaryrefslogtreecommitdiff
path: root/tools/create_translations/module.mk
AgeCommit message (Collapse)Author
2010-08-22i18n: Implement po file parsing in create_translations toolThierry Crozat
Until now the parsing was done by the po2c perl script, which generated a messages.h file. The create_translations executable had then to be recompiled before being executed. This commit removes the po2c perl script. The parsing is now directly done by the create_translations tool. The parsing has also been extended to support the msgctxt strings. This is not dumped yet in translations.dat but will be once I have finished implementing context support for the translations. svn-id: r52284
2010-08-19i18n: Move translations to standalone file. Patch #3044975Eugene Sandulenko
svn-id: r52208