From: mattn Date: Thu, 26 Jun 2008 08:38:52 +0000 (+0000) Subject: * note about translating radiant X-Git-Tag: xonotic-v0.7.0~16^2~12^2~107 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=effd46386dce56b5109f649e77304af45e6c4ffb;p=xonotic%2Fnetradiant.git * note about translating radiant git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@267 8a3a26a2-13c4-0310-b231-cf6edde360e5 --- diff --git a/TRANSLATING b/TRANSLATING new file mode 100644 index 00000000..366f3eea --- /dev/null +++ b/TRANSLATING @@ -0,0 +1,20 @@ +Call xgettext to generate the cataloge: +======================================= + +xgettext -j --keyword="_" -C -o radiant.pot --omit-header radiant/*.cpp radiant/*.h + +Create new translation: +======================= + +Use a po file editor like Poedit to edit and create new po files. +Select 'New Cataloge from pot' and select the radiant.pot. Enter the translation +data and you can start to translate the available strings. The po files should +go into po/ in the radiant svn. + +Using translations: +=================== + +You just have to copy the compiled mo-file (which is auto-generated when you +save your translation in Poedit) into your radiant installation folder +to lang//LC_MESSAGES/radiant.mo. The next time you start +radiant, your translation should be available.