mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
Fix typo: Italian uses ISO-8859-1, not -2. Add en_GB.
2000-03-14 Tor Lillqvist <tml@iki.fi> * makefile.cygwin: Fix typo: Italian uses ISO-8859-1, not -2. Add en_GB.
This commit is contained in:
parent
6301e32f2a
commit
3f98a849c7
@ -1,3 +1,8 @@
|
||||
2000-03-14 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* makefile.cygwin: Fix typo: Italian uses ISO-8859-1, not -2. Add
|
||||
en_GB.
|
||||
|
||||
2000-03-13 Pablo Saratxaga <pablo@mandrakesoft.com>
|
||||
* lt.po: Updated Lithuanian file
|
||||
|
||||
|
@ -19,7 +19,7 @@ endif
|
||||
|
||||
# uk (Ukrainian) is skipped, as native2ascii doesn't know the KOI8_U
|
||||
# encoding, sigh. Or is it suffuciently similar to KOI8_R?
|
||||
LANGUAGES= $(basename $(basename $(wildcard $(addsuffix .po,ca cs da de el es et eu fi fr ga gl hr hu it ja ko nl no pl pt pt_BR ru sk sl sv tr wa zh_CN.GB2312 zh_TW.Big5))))
|
||||
LANGUAGES= $(basename $(basename $(wildcard $(addsuffix .po,ca cs da de el en_GB es et eu fi fr ga gl hr hu it ja ko nl no pl pt pt_BR ru sk sl sv tr wa zh_CN.GB2312 zh_TW.Big5))))
|
||||
|
||||
################################################################
|
||||
|
||||
@ -52,6 +52,9 @@ de.jpo: de.po
|
||||
el.jpo: el.po
|
||||
native2ascii -encoding 8859_7 el.po el.jpo
|
||||
|
||||
en_GB.jpo: en_GB.po
|
||||
native2ascii -encoding 8859_1 en_GB.po en_GB.jpo
|
||||
|
||||
es.jpo: es.po
|
||||
native2ascii -encoding 8859_1 es.po es.jpo
|
||||
|
||||
@ -80,7 +83,7 @@ hu.jpo: hu.po
|
||||
native2ascii -encoding 8859_2 hu.po hu.jpo
|
||||
|
||||
it.jpo: it.po
|
||||
native2ascii -encoding 8859_2 it.po it.jpo
|
||||
native2ascii -encoding 8859_1 it.po it.jpo
|
||||
|
||||
ja.jpo: ja.po
|
||||
native2ascii -encoding EUC-JP ja.po ja.jpo
|
||||
|
Loading…
Reference in New Issue
Block a user