From kde-i18n-doc Mon Sep 03 09:13:27 2012 From: Akarsh Simha Date: Mon, 03 Sep 2012 09:13:27 +0000 To: kde-i18n-doc Subject: Re: Question about writing dummy i18ns in a manner in which scripty picks them up Message-Id: <20120903091327.GA12656 () ThinK9> X-MARC-Message: https://marc.info/?l=kde-i18n-doc&m=134666362822958 > two more solutions: > > - define a dummy function translatethis(msg) which simply returns msg > - change Messages.sh such that is parses translatethis too. This can be > done with xgettext -k. For an example, see kdegames/kajongg/Messages.sh > > or use I18N_NOOP: > http://techbase.kde.org/Development/FAQs/Technical_FAQ#What_is_the_difference_between_i18n_and_I18N_NOOP.3F Thanks. I'm going with the I18N_NOOP solution. Regards Akarsh