diff options
| author | bwarsaw | 2002-07-26 04:08:09 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-07-26 04:08:09 +0000 |
| commit | ea899173a9ae7c235a79525a2041a4e07537ebca (patch) | |
| tree | 17cb7429c6eeda5680338cfa4c2d3f4046e5c0ae | |
| parent | 15c94cf3efb8a269a253883c3b7b8b7d78cc704e (diff) | |
| download | mailman-ea899173a9ae7c235a79525a2041a4e07537ebca.tar.gz mailman-ea899173a9ae7c235a79525a2041a4e07537ebca.tar.zst mailman-ea899173a9ae7c235a79525a2041a4e07537ebca.zip | |
LANGUAGES: Added pt for Portuguese translation.
| -rw-r--r-- | messages/Makefile.in | 2 | ||||
| -rw-r--r-- | templates/Makefile.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/messages/Makefile.in b/messages/Makefile.in index 22ae76a98..9b071c2ce 100644 --- a/messages/Makefile.in +++ b/messages/Makefile.in @@ -47,7 +47,7 @@ MSGFMT= msgfmt MSGMERGE= msgmerge # CVS available languages -LANGUAGES= cs de es fi fr hu it ja ko nl no ru +LANGUAGES= cs de es fi fr hu it ja ko nl no pt ru LANGDIRS= $(LANGUAGES:%=messages/%/LC_MESSAGES) # Human readable po file POFILES= $(LANGUAGES:%=%/LC_MESSAGES/mailman.po) diff --git a/templates/Makefile.in b/templates/Makefile.in index debc9839c..b17a242b5 100644 --- a/templates/Makefile.in +++ b/templates/Makefile.in @@ -41,7 +41,7 @@ TEMPLATEDIR= $(prefix)/templates SHELL= /bin/sh -LANGUAGES= big5 cs en es de fi fr gb hu it ja ko nl no ru +LANGUAGES= big5 cs en es de fi fr gb hu it ja ko nl no pt ru # Modes for directories and executables created by the install # process. Default to group-writable directories but |
