]> err.no Git - dpkg/commitdiff
Added cs.gmo to the gen list (really need an automated way to detect all
authorBen Collins <bcollins@debian.org>
Fri, 29 Oct 1999 11:16:25 +0000 (11:16 +0000)
committerBen Collins <bcollins@debian.org>
Fri, 29 Oct 1999 11:16:25 +0000 (11:16 +0000)
.po files)

po/update.sh

index 975fe41e4f8c4f98b9df5da04f2150798a5f92e5..538b3563c270e65154ea156ab0dc263c1c5e83f4 100755 (executable)
@@ -5,7 +5,7 @@ xgettext --default-domain=dpkg --directory=.. \
         --files-from=POTFILES.in && test ! -f dpkg.po \
         || ( rm -f dpkg.pot && mv dpkg.po dpkg.pot )
 
-catalogs='en.gmo fr.gmo es.gmo ja_JP.ujis.gmo'
+catalogs='en.gmo fr.gmo es.gmo ja_JP.ujis.gmo cs.gmo'
 for cat in $catalogs; do
   lang=`echo $cat | sed 's/\.gmo$//'`
   mv $lang.po $lang.old.po