diff options
Diffstat (limited to 'po/makefile.cygwin')
-rw-r--r-- | po/makefile.cygwin | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/po/makefile.cygwin b/po/makefile.cygwin index 4a50e85f35..d1e719957d 100644 --- a/po/makefile.cygwin +++ b/po/makefile.cygwin @@ -18,8 +18,8 @@ LOCALEDIR = /WINDOWS/$(PACKAGE)/locale endif # uk (Ukrainian) is skipped, as native2ascii doesn't know the KOI8_U -# encoding, sigh -LANGUAGES= $(basename $(basename .Big5,$(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 wa zh_TW.Big5)))) +# 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 wa zh_TW.Big5)))) ################################################################ |