update po files; add cz to catalogs.
CVS patchset: 2356 CVS date: 1998/09/25 12:20:55
This commit is contained in:
parent
563733b477
commit
60e834d306
1
CHANGES
1
CHANGES
|
@ -1,4 +1,5 @@
|
|||
2.5.4 -> 2.9
|
||||
- update po files; add cz to catalogs.
|
||||
- cpio_gzip: dup the fd before doing gzdopen (Thanks Erik!)
|
||||
- add --noLang to skip non-default languages.
|
||||
- writeRPM can now copy cpio archive from fd.
|
||||
|
|
|
@ -12,7 +12,7 @@ MSGMERGE = msgmerge
|
|||
|
||||
NLSPACKAGE = rpm
|
||||
|
||||
CATALOGS = de.mo fi.mo fr.mo pt_BR.mo ru.mo sr.mo sv.mo tr.mo
|
||||
CATALOGS = cz.mo de.mo fi.mo fr.mo pt_BR.mo ru.mo sr.mo sv.mo tr.mo
|
||||
|
||||
POTFILES = $(topsrcdir)/rpm.c $(topsrcdir)/query.c \
|
||||
$(topsrcdir)/install.c $(topsrcdir)/verify.c \
|
||||
|
@ -43,10 +43,10 @@ update-po: Makefile
|
|||
@catalogs='$(CATALOGS)'; \
|
||||
for cat in $$catalogs; do \
|
||||
lang=`echo $$cat | sed 's/.mo//'`; \
|
||||
if tupdate $(NLSPACKAGE).pot $$lang.po > $$lang.pot ; then \
|
||||
echo "tupdate of $$lang succeeded" ; \
|
||||
if msgmerge $$lang.po $(NLSPACKAGE).pot > $$lang.pox ; then \
|
||||
echo "msgmerge of $$lang succeeded" ; \
|
||||
else \
|
||||
echo "tupdate of $$lang failed" ; \
|
||||
echo "msgmerge of $$lang failed" ; \
|
||||
rm -f $$lang.pot ; \
|
||||
fi \
|
||||
done
|
||||
|
|
1548
po/pt_BR.po
1548
po/pt_BR.po
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue