[vlc-devel] commit: Allow to pass comments to translators (Christophe Mutricy )
git version control
git at videolan.org
Sat Apr 18 02:43:34 CEST 2009
vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Sat Apr 18 01:30:57 2009 +0100| [94b40f7c9133c4b93ee3debc3ae762b562f468b2] | committer: Christophe Mutricy
Allow to pass comments to translators
Comment blocks starting by 'xgettext:' will find there way to vlc.pot and
the .po. You can use it to pass instructions or context to the translators
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=94b40f7c9133c4b93ee3debc3ae762b562f468b2
---
po/Makevars | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/po/Makevars b/po/Makevars
index 1dbb57e..3c558e9 100644
--- a/po/Makevars
+++ b/po/Makevars
@@ -10,7 +10,7 @@ subdir = po
top_builddir = ..
# These options get passed to xgettext.
-XGETTEXT_OPTIONS = --directory=.. --keyword=_ --keyword=N_ --keyword=_NS --keyword=_ANS --keyword=qtr --keyword=Q_ --language=C++
+XGETTEXT_OPTIONS = --directory=.. --keyword=_ --keyword=N_ --keyword=_NS --keyword=_ANS --keyword=qtr --keyword=Q_ --language=C++ --add-comments=xgettext:
# This is the copyright holder that gets inserted into the header of the
# $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
More information about the vlc-devel
mailing list