diff options
author | Mark Sapiro <mark@msapiro.net> | 2008-02-14 09:08:11 -0800 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2008-02-14 09:08:11 -0800 |
commit | 2aee687b29f28ef20703abcbe715d1b1d8e27546 (patch) | |
tree | bb26f9761c777e3d72820bab7cd9daa3cd641e3e /messages/Makefile.in | |
parent | 2e5d927a50e5b3c7006497416506fa9fa8f8d33a (diff) | |
download | mailman2-2aee687b29f28ef20703abcbe715d1b1d8e27546.tar.gz mailman2-2aee687b29f28ef20703abcbe715d1b1d8e27546.tar.xz mailman2-2aee687b29f28ef20703abcbe715d1b1d8e27546.zip |
Added Galician translation from Frco. Javier Rial Rodrguez.
Diffstat (limited to 'messages/Makefile.in')
-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 f382dfba..a180a99f 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= ar ca cs da de es et eu fi fr he hr hu ia it ja ko lt nl no \ - pl pt pt_BR ro ru sk sl sr sv tr uk vi zh_CN zh_TW +LANGUAGES= ar ca cs da de es et eu fi fr gl he hr hu ia it ja ko lt nl \ + no pl pt pt_BR ro ru sk sl sr sv tr uk vi zh_CN zh_TW LANGDIRS= $(LANGUAGES:%=messages/%/LC_MESSAGES) # Human readable po file POFILES= $(LANGUAGES:%=%/LC_MESSAGES/mailman.po) |