From f7dcf1e0714d5236f189ea592dea38389e91dc99 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 10 Aug 2009 11:02:36 +0000 Subject: update on message handling description git-svn-id: svn://tug.org/texlive/trunk@14595 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/etc/messages-extraction-howto | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/Master/tlpkg/etc/messages-extraction-howto b/Master/tlpkg/etc/messages-extraction-howto index e383112466d..e84cb8ecfd6 100644 --- a/Master/tlpkg/etc/messages-extraction-howto +++ b/Master/tlpkg/etc/messages-extraction-howto @@ -1,3 +1,22 @@ -xgettext -L Perl -k__ -k\$__ -k%__ -k__x -k__n:1,2 -k__nx:1,2 -k__xn:1,2 -kN__ -k tlpkg/installer/install-menu-perltk.pl tlpkg/installer/install-menu-wizard.pl texmf/scripts/texlive/tlmgrgui/*.pl +Dealing with translations of TeX Live programs +============================================== + +Extraction of the messages == update of the po template messages.pot: +(should probably be done daily?) + + cd ..../Master + xgettext -o tlpkg/translations/messages.pot -L Perl \ + -k__ -k\$__ -k%__ -k__x -k__n:1,2 -k__nx:1,2 -k__xn:1,2 -kN__ -k \ + tlpkg/installer/install-menu-perltk.pl \ + tlpkg/installer/install-menu-wizard.pl \ + texmf/scripts/texlive/tlmgrgui/*.pl + + +Merging/updating of the .po files +(should update de.po, and merge new file locations) + + cd Master/tlpkg/translations + msgmerge --update de.po messages.pot + -- cgit v1.2.3