diff options
| author | bwarsaw | 2001-10-01 22:20:49 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-10-01 22:20:49 +0000 |
| commit | da1e3b0ac65343118eef5bf85c1eab6960d5dd72 (patch) | |
| tree | 044957470913dd4586056e10613a549f94dcdb61 | |
| parent | 482664683f7f812c7ccc5b47aa717fbd0bf681c0 (diff) | |
| download | mailman-da1e3b0ac65343118eef5bf85c1eab6960d5dd72.tar.gz mailman-da1e3b0ac65343118eef5bf85c1eab6960d5dd72.tar.zst mailman-da1e3b0ac65343118eef5bf85c1eab6960d5dd72.zip | |
LANGUAGE: Fixed language order <wink>
| -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 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) |
