diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2018-11-04 16:04:02 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2018-11-04 16:04:02 +0000 |
commit | f2fb4f7ffdce932a8f605c0f540a9eabc3a21c43 (patch) | |
tree | 8d3c6fc9f1fcace12ca632cf6d79b9bae058e2de /Master/tlpkg/bin | |
parent | 75070437b6874dac99d53e61aba0d3ba72def145 (diff) |
Tlcontrib support; localization (use .po directly)
git-svn-id: svn://tug.org/texlive/trunk@49076 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-messages | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-messages b/Master/tlpkg/bin/tl-update-messages index afe58ca4066..e58d4f236ea 100755 --- a/Master/tlpkg/bin/tl-update-messages +++ b/Master/tlpkg/bin/tl-update-messages @@ -61,7 +61,6 @@ rm -f $tmpa $tmpb messages.prev for i in *.po ; do printf "$i " msgmerge --backup=none --no-fuzzy-matching --update $i messages.pot - msgfmt --tcl -d . -l ${i%.po} $i done exit $? |