diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-02-13 22:50:48 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-02-13 22:50:48 +0000 |
commit | bf1097cb3b48059b37dd0fb140f329a26a54af0d (patch) | |
tree | 11db5098b41c62a90791cf71c1c5810be9d3c5bd /po/Makefile | |
parent | 100e184f0fdf2fbecdd5f7d6395033a0c983dadf (diff) | |
download | glibc-bf1097cb3b48059b37dd0fb140f329a26a54af0d.zip glibc-bf1097cb3b48059b37dd0fb140f329a26a54af0d.tar.gz glibc-bf1097cb3b48059b37dd0fb140f329a26a54af0d.tar.bz2 |
Update.
2002-02-13 Ulrich Drepper <drepper@redhat.com>
* locales/pl_PL: Update int_curr_symbol.
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/po/Makefile b/po/Makefile index 06bac16..fa26aec 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))) |