diff options
author | tkikuchi <> | 2004-11-28 12:52:49 +0000 |
---|---|---|
committer | tkikuchi <> | 2004-11-28 12:52:49 +0000 |
commit | 863dfb1993ed184219c166043480540c9e542ab5 (patch) | |
tree | 3c83350aa0ac5e06e6f2bf43adfa07920af7c589 /messages/Makefile.in | |
parent | c45ce981fc0d2eb04c8c30ef2eeb15fa75b2437a (diff) | |
download | mailman2-863dfb1993ed184219c166043480540c9e542ab5.tar.gz mailman2-863dfb1993ed184219c166043480540c9e542ab5.tar.xz mailman2-863dfb1993ed184219c166043480540c9e542ab5.zip |
Moving big5 to zh_TW: Makefile.in
Diffstat (limited to 'messages/Makefile.in')
-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 6f8937c3..c2913fbb 100644 --- a/messages/Makefile.in +++ b/messages/Makefile.in @@ -49,7 +49,7 @@ MSGMERGE= msgmerge # CVS available languages 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 tr uk + pt pt_BR ro ru sl sr sv tr uk zh_TW LANGDIRS= $(LANGUAGES:%=messages/%/LC_MESSAGES) # Human readable po file POFILES= $(LANGUAGES:%=%/LC_MESSAGES/mailman.po) |