diff options
author | Tor Lillqvist <tml@iki.fi> | 2000-12-14 21:15:05 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2000-12-14 21:15:05 +0000 |
commit | ea099b24028b53fd05016b5be2eab8c2f44b54e5 (patch) | |
tree | c0496fdfebe32edb6dee3afbe350adaeaf924ab0 /po | |
parent | 817018aeeb18132b1990c70946c8ab5fb37c2ecb (diff) | |
download | gtk+-ea099b24028b53fd05016b5be2eab8c2f44b54e5.tar.gz |
Simplify, now that the .po files are already in UTF-8.
2000-12-14 Tor Lillqvist <tml@iki.fi>
* makefile.mingw: Simplify, now that the .po files are already in
UTF-8.
Diffstat (limited to 'po')
-rw-r--r-- | po/ChangeLog | 5 | ||||
-rw-r--r-- | po/makefile.mingw | 148 |
2 files changed, 12 insertions, 141 deletions
diff --git a/po/ChangeLog b/po/ChangeLog index 93d5f07dee..53d7e2e8d7 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,8 @@ +2000-12-14 Tor Lillqvist <tml@iki.fi> + + * makefile.mingw: Simplify, now that the .po files are already in + UTF-8. + 2000-12-08 Pablo Saratxaga <pablo@mandrakesoft.com> * az.po: Added Azeri language file diff --git a/po/makefile.mingw b/po/makefile.mingw index 301eefbac5..21f4069010 100644 --- a/po/makefile.mingw +++ b/po/makefile.mingw @@ -1,11 +1,9 @@ -## Makefile for compiling UTF-8 message catalogs on Win32 with cygwin +## Makefile for compiling message catalogs on Win32 with cygwin ## -## Use: make -f makefile.cygwin install +## Use: make -f makefile.mingw install ## ## To convert the clear-text message catalogs to binary form (.gmo) -## files in the UTF-8 encoding of Unicode that we want, -## you will need: - iconv, from the tests directory in libiconv -## - msgfmt, from GNU gettext +## files you will need msgfmt, from GNU gettext. # This file is included from other po directories, too. # They should define their own PACKAGE and possibly INSTALLSUBDIR @@ -19,14 +17,12 @@ INSTALLSUBDIR = $(PACKAGE) endif ifndef LOCALEDIR # This is what I use as installation target, from where the installer-builder -# will pick it up. The user installation location will be asked by +# will pick it up. The end-user installation location will be asked by # the installer (typically %WinDir%\gtk+). LOCALEDIR = /install/$(INSTALLSUBDIR)/locale endif LANGUAGES = $(subst .po,,$(wildcard *.po)) -LANGUAGES := $(subst .GB2312,,$(LANGUAGES)) -LANGUAGES := $(subst .Big5,,$(LANGUAGES)) ################################################################ @@ -36,140 +32,10 @@ install : all mkdir -p $(addsuffix /LC_MESSAGES,$(addprefix $(LOCALEDIR)/,$(LANGUAGES))) for l in $(LANGUAGES); do cp $$l.gmo $(LOCALEDIR)/$$l/LC_MESSAGES/$(PACKAGE).mo; done -.SUFFIXES: .po .utf8 .gmo +.SUFFIXES: .po .gmo -.utf8.gmo: +.po.gmo: msgfmt -o $@ $< -ca.utf8: ca.po - iconv -f ISO-8859-1 -t UTF-8 ca.po >$@ - -cs.utf8: cs.po - iconv -f ISO-8859-2 -t UTF-8 cs.po >$@ - -da.utf8: da.po - iconv -f ISO-8859-1 -t UTF-8 da.po >$@ - -de.utf8: de.po - iconv -f ISO-8859-1 -t UTF-8 de.po >$@ - -el.utf8: el.po - iconv -f ISO-8859-7 -t UTF-8 el.po >$@ - -en_GB.utf8: en_GB.po - iconv -f ISO-8859-1 -t UTF-8 en_GB.po >$@ - -# IPA is already in UTF-8. -en@IPA.utf8: en@IPA.po - cp en@IPA.po en@IPA.utf8 - -es.utf8: es.po - iconv -f ISO-8859-1 -t UTF-8 es.po >$@ - -et.utf8: et.po - iconv -f ISO-8859-1 -t UTF-8 et.po >$@ - -eu.utf8: eu.po - iconv -f ISO-8859-1 -t UTF-8 eu.po >$@ - -# Farsi is already in UTF-8. -fa.utf8: fa.po - cp fa.po fa.utf8 - -fi.utf8: fi.po - iconv -f ISO-8859-1 -t UTF-8 fi.po >$@ - -fr.utf8: fr.po - iconv -f ISO-8859-1 -t UTF-8 fr.po >$@ - -ga.utf8: ga.po - iconv -f ISO-8859-1 -t UTF-8 ga.po >$@ - -gl.utf8: gl.po - iconv -f ISO-8859-1 -t UTF-8 gl.po >$@ - -# Hebrew is already in UTF-8. -he.utf8: he.po - cp he.po he.utf8 - -hr.utf8: hr.po - iconv -f ISO-8859-2 -t UTF-8 hr.po >$@ - -hu.utf8: hu.po - iconv -f ISO-8859-2 -t UTF-8 hu.po >$@ - -# Interlingua is in (7-bit) ASCII -ia.utf8: ia.po - cp ia.po ia.utf8 - -it.utf8: it.po - iconv -f ISO-8859-1 -t UTF-8 it.po >$@ - -ja.utf8: ja.po - iconv -f EUC-JP -t UTF-8 ja.po >$@ - -ko.utf8: ko.po - iconv -f EUC-KR -t UTF-8 ko.po >$@ - -lt.utf8: lt.po - iconv -f ISO-8859-13 -t UTF-8 lt.po >$@ - -nl.utf8: nl.po - iconv -f ISO-8859-1 -t UTF-8 nl.po >$@ - -no.utf8: no.po - iconv -f ISO-8859-1 -t UTF-8 no.po >$@ - -pl.utf8: pl.po - iconv -f ISO-8859-2 -t UTF-8 pl.po >$@ - -pt.utf8: pt.po - iconv -f ISO-8859-1 -t UTF-8 pt.po >$@ - -pt_BR.utf8: pt_BR.po - iconv -f ISO-8859-1 -t UTF-8 pt_BR.po >$@ - -ro.utf8: ru.po - iconv -f ISO-8859-2 -t UTF-8 ro.po >$@ - -ru.utf8: ru.po - iconv -f KOI8-R -t UTF-8 ru.po >$@ - -sk.utf8: sk.po - iconv -f ISO-8859-2 -t UTF-8 sk.po >$@ - -sl.utf8: sl.po - iconv -f ISO-8859-2 -t UTF-8 sl.po >$@ - -sv.utf8: sv.po - iconv -f ISO-8859-1 -t UTF-8 sv.po >$@ - -sp.utf8: sp.po - iconv -f ISO-8859-5 -t UTF-8 sp.po >$@ - -sr.utf8: sr.po - iconv -f ISO-8859-2 -t UTF-8 sr.po >$@ - -uk.utf8: uk.po - iconv -f KOI8-U -t UTF-8 uk.po >$@ - -tr.utf8: tr.po - iconv -f ISO-8859-9 -t UTF-8 tr.po >$@ - -wa.utf8: wa.po - iconv -f ISO-8859-1 -t UTF-8 wa.po >$@ - -zh_CN.gmo: zh_CN.utf8 - msgfmt -o $@ $< - -zh_CN.utf8: zh_CN.GB2312.po - iconv -f GB2312 -t UTF-8 zh_CN.GB2312.po >$@ - -zh_TW.gmo: zh_TW.utf8 - msgfmt -o $@ $< - -zh_TW.utf8: zh_TW.Big5.po - iconv -f BIG5 -t UTF-8 zh_TW.Big5.po >$@ - clean: - -rm *.utf8 *.gmo + -rm *.gmo |