summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-04-20 04:45:54 +0000
committerAndreas Jaeger <aj@suse.de>2001-04-20 04:45:54 +0000
commitc519609748b8c1830e73e6fab9e4a66fe28d0380 (patch)
treef78cf9ba93cc66a2e72b4fd09bad88a2620fde26
parentfbd5e005659c0104fd4436d8c79acc748eaed678 (diff)
* po/el.po: Add comment explaining what's broken.
* po/Makefile (BROKEN_LINGUAS): New. (ALL_LINGUAS): Don't add broken languages.
-rw-r--r--po/Makefile8
-rw-r--r--po/el.po6
2 files changed, 12 insertions, 2 deletions
diff --git a/po/Makefile b/po/Makefile
index 087be9dc63..e88f0e83c1 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
+# Copyright (C) 1996, 1997, 1998, 1999, 2001 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or
@@ -20,8 +20,12 @@
subdir := po
+# List of languages that are currently broken (just run msgfmt from
+# GNU gettext 0.10.36 on them to see why)
+BROKEN_LINGUAS = el
+
# List of languages for which we have message catalogs of translations.
-ALL_LINGUAS := $(basename $(wildcard *.po))
+ALL_LINGUAS := $(filter-out $(BROKEN_LINGUAS),$(basename $(wildcard *.po)))
# You can override this in configparms or the make command line to limit
# the languages which get installed.
diff --git a/po/el.po b/po/el.po
index 1b775dea68..50fd63a8f6 100644
--- a/po/el.po
+++ b/po/el.po
@@ -3,6 +3,12 @@
# Mavroyanopoulos Nikos <nmav@hellug.gr>, 1999, 2000.
# Simos Xenitellis <S.Xenitellis@rhbnc.ac.uk>, 1999, 2000.
#
+# This file is currently not installed since it contains illegal
+# multibyte characters. Just run either of these:
+# $ iconv -f iso-8859-7 -t utf-8 < el.po > /dev/null
+# $ msgfmt el.po -o el.gmo
+# to see the errors.
+#
msgid ""
msgstr ""
"Project-Id-Version: libc 2.1.3\n"