summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2001-10-01 22:20:49 +0000
committerbwarsaw2001-10-01 22:20:49 +0000
commitda1e3b0ac65343118eef5bf85c1eab6960d5dd72 (patch)
tree044957470913dd4586056e10613a549f94dcdb61
parent482664683f7f812c7ccc5b47aa717fbd0bf681c0 (diff)
downloadmailman-da1e3b0ac65343118eef5bf85c1eab6960d5dd72.tar.gz
mailman-da1e3b0ac65343118eef5bf85c1eab6960d5dd72.tar.zst
mailman-da1e3b0ac65343118eef5bf85c1eab6960d5dd72.zip
LANGUAGE: Fixed language order <wink>
-rw-r--r--messages/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/messages/Makefile.in b/messages/Makefile.in
index a8f15d956..ecaacc95f 100644
--- a/messages/Makefile.in
+++ b/messages/Makefile.in
@@ -47,7 +47,7 @@ MSGFMT= msgfmt
MSGMERGE= msgmerge
# CVS available languages
-LANGUAGES= big5 es fr ja it no
+LANGUAGES= big5 es fr it ja no
LANGDIRS= $(LANGUAGES:%=messages/%/LC_MESSAGES)
# Human readable po file
POFILES= $(LANGUAGES:%=%/LC_MESSAGES/mailman.po)