diff options
author | Mark Sapiro <mark@msapiro.net> | 2018-06-03 18:12:09 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2018-06-03 18:12:09 -0700 |
commit | 8514e1b722068eace3a9e20bf274a2ae37cdafa3 (patch) | |
tree | 30bd8accd70b3730409cded16256ec7f3fe5fcf7 /templates/Makefile.in | |
parent | eef7927345dd7a93c5290c9f0a3805e517e3f453 (diff) | |
download | mailman2-8514e1b722068eace3a9e20bf274a2ae37cdafa3.tar.gz mailman2-8514e1b722068eace3a9e20bf274a2ae37cdafa3.tar.xz mailman2-8514e1b722068eace3a9e20bf274a2ae37cdafa3.zip |
Added Esperanto translation and updated i18n.
Diffstat (limited to '')
-rw-r--r-- | templates/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/Makefile.in b/templates/Makefile.in index 7347096c..eb5582bd 100644 --- a/templates/Makefile.in +++ b/templates/Makefile.in @@ -42,9 +42,9 @@ TEMPLATEDIR= $(prefix)/templates SHELL= /bin/sh -LANGUAGES= ar ast ca cs da de el en es et eu fa 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 +LANGUAGES= ar ast ca cs da de el en eo es et eu fa 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 # Modes for directories and executables created by the install # process. Default to group-writable directories but |