diff options
Diffstat (limited to 'messages')
-rw-r--r-- | messages/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/messages/Makefile.in b/messages/Makefile.in index 3029166d..ad05a7d8 100644 --- a/messages/Makefile.in +++ b/messages/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2003 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2005 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -48,7 +48,7 @@ MSGFMT= @PYTHON@ ../build/bin/msgfmt.py MSGMERGE= msgmerge # CVS available languages -LANGUAGES= ca cs da de es et eu fi fr hr hu it ja ko lt nl no pl \ +LANGUAGES= ca cs da de es et eu fi fr hr hu ia it ja ko lt nl no pl \ pt pt_BR ro ru sl sr sv tr uk zh_CN zh_TW LANGDIRS= $(LANGUAGES:%=messages/%/LC_MESSAGES) # Human readable po file |