diff options
author | tkikuchi <> | 2005-10-23 08:24:01 +0000 |
---|---|---|
committer | tkikuchi <> | 2005-10-23 08:24:01 +0000 |
commit | 6a301dd5f8236d4da65e5ace07968a02b6368bf4 (patch) | |
tree | 4d4f80b541b2739bfe1fd748febde088d339fe67 /messages | |
parent | 1b5d2e9985f9b19d1546e25bd9465e40f03b0e4c (diff) | |
download | mailman2-6a301dd5f8236d4da65e5ace07968a02b6368bf4.tar.gz mailman2-6a301dd5f8236d4da65e5ace07968a02b6368bf4.tar.xz mailman2-6a301dd5f8236d4da65e5ace07968a02b6368bf4.zip |
New language: 'ia' for Interlingua.
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 |