diff options
author | bwarsaw <> | 2003-11-27 16:29:46 +0000 |
---|---|---|
committer | bwarsaw <> | 2003-11-27 16:29:46 +0000 |
commit | 1dddf39fbc8c4b28866a3b7ec8c04a7d32f5e12f (patch) | |
tree | eb4c41d705bd8ababc8b5bc7b25065094a2fbc15 | |
parent | 3bad686b1205af635f9c37f9c8e4102ee9e9578a (diff) | |
download | mailman2-1dddf39fbc8c4b28866a3b7ec8c04a7d32f5e12f.tar.gz mailman2-1dddf39fbc8c4b28866a3b7ec8c04a7d32f5e12f.tar.xz mailman2-1dddf39fbc8c4b28866a3b7ec8c04a7d32f5e12f.zip |
LANGUAGES: Added ro for Romanian.
-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 b90ff5e1..9a8789a4 100644 --- a/messages/Makefile.in +++ b/messages/Makefile.in @@ -48,8 +48,8 @@ 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 pt pt_BR \ - ru sl sr sv uk +LANGUAGES= ca cs da de es et eu fi fr 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 POFILES= $(LANGUAGES:%=%/LC_MESSAGES/mailman.po) |