diff options
author | bwarsaw <> | 2003-09-22 04:02:39 +0000 |
---|---|---|
committer | bwarsaw <> | 2003-09-22 04:02:39 +0000 |
commit | 2916148ce68251c07793b0d16e550b78e0fcf801 (patch) | |
tree | 584f8a1522fea5270c6926f3241d6740a3afa3b6 /messages | |
parent | f2c96c0e5ed220cdda9df14d11b6a4ae3d50a55d (diff) | |
download | mailman2-2916148ce68251c07793b0d16e550b78e0fcf801.tar.gz mailman2-2916148ce68251c07793b0d16e550b78e0fcf801.tar.xz mailman2-2916148ce68251c07793b0d16e550b78e0fcf801.zip |
Backporting from HEAD -- language support
Diffstat (limited to 'messages')
-rw-r--r-- | messages/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/messages/Makefile.in b/messages/Makefile.in index 1237413f..f5937239 100644 --- a/messages/Makefile.in +++ b/messages/Makefile.in @@ -48,7 +48,8 @@ MSGFMT= @PYTHON@ ../build/bin/msgfmt.py MSGMERGE= msgmerge # CVS available languages -LANGUAGES= cs de es et fi fr hu it ja ko lt nl no pl pt pt_BR ru sr sv uk +LANGUAGES= cs da de es et eu fi fr hu it ja ko lt nl no pl pt pt_BR \ + ru sr sv uk LANGDIRS= $(LANGUAGES:%=messages/%/LC_MESSAGES) # Human readable po file POFILES= $(LANGUAGES:%=%/LC_MESSAGES/mailman.po) |