diff options
author | Mark Sapiro <msapiro@value.net> | 2007-11-18 14:26:26 -0800 |
---|---|---|
committer | Mark Sapiro <msapiro@value.net> | 2007-11-18 14:26:26 -0800 |
commit | 588890f16d73b3497ee86ae2ed2176de1190da6c (patch) | |
tree | 3c3d37c7affb55ac46e2a94616dedcebb8a70ee4 /templates/Makefile.in | |
parent | 27c94df138a63cfbcf615f5d705b1fb947d262f6 (diff) | |
download | mailman2-588890f16d73b3497ee86ae2ed2176de1190da6c.tar.gz mailman2-588890f16d73b3497ee86ae2ed2176de1190da6c.tar.xz mailman2-588890f16d73b3497ee86ae2ed2176de1190da6c.zip |
Added 'he' to the messages/ and templates/ Makefile.in
Diffstat (limited to '')
-rw-r--r-- | templates/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/Makefile.in b/templates/Makefile.in index 63c7fac3..e22b73b8 100644 --- a/templates/Makefile.in +++ b/templates/Makefile.in @@ -42,8 +42,8 @@ TEMPLATEDIR= $(prefix)/templates SHELL= /bin/sh -LANGUAGES= ar ca cs da de en es et eu fi fr hr hu ia it ja ko lt nl \ - no pl pt pt_BR ro ru sl sr sv tr uk vi zh_CN zh_TW +LANGUAGES= ar ca cs da de en es et eu fi fr he hr hu ia it ja ko lt \ + nl no pl pt pt_BR ro ru 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 |