diff options
author | bwarsaw <> | 2003-11-30 22:29:57 +0000 |
---|---|---|
committer | bwarsaw <> | 2003-11-30 22:29:57 +0000 |
commit | 6ef246fb27781875a9ad3ecee5b2c9af1a7e5d6c (patch) | |
tree | f6268c6cd5a89501ec4f2806e07c80f63a85fb41 | |
parent | c8204a061bf3995c65c908406e951017cc851480 (diff) | |
download | mailman2-6ef246fb27781875a9ad3ecee5b2c9af1a7e5d6c.tar.gz mailman2-6ef246fb27781875a9ad3ecee5b2c9af1a7e5d6c.tar.xz mailman2-6ef246fb27781875a9ad3ecee5b2c9af1a7e5d6c.zip |
Croation language support by Nino Katic.
-rw-r--r-- | messages/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/messages/Makefile.in b/messages/Makefile.in index 9a8789a4..4c141327 100644 --- a/messages/Makefile.in +++ b/messages/Makefile.in @@ -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 hu it ja ko lt nl no pl \ +LANGUAGES= ca cs da de es et eu fi fr hr hu it ja ko lt nl no pl \ pt pt_BR ro ru sl sr sv uk LANGDIRS= $(LANGUAGES:%=messages/%/LC_MESSAGES) # Human readable po file |