From: Ulrich Drepper Date: Wed, 13 Feb 2002 22:19:25 +0000 (+0000) Subject: (BROKEN_LINGUAS): Works with current gettext. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2e02d009292664eb3bea0a65c608b5b108d2a48;p=thirdparty%2Fglibc.git (BROKEN_LINGUAS): Works with current gettext. --- diff --git a/po/Makefile b/po/Makefile index 06bac1645ff..fa26aeca0c6 100644 --- a/po/Makefile +++ b/po/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1996, 1997, 1998, 1999, 2001 Free Software Foundation, Inc. +# Copyright (C) 1996,1997,1998,1999,2001,2002 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,9 +20,8 @@ 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 +# Add names of the languages with broken .po files here. +BROKEN_LINGUAS = # List of languages for which we have message catalogs of translations. ALL_LINGUAS := $(filter-out $(BROKEN_LINGUAS),$(basename $(wildcard *.po)))