summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2011-01-27 08:37:14 +0000
committerfisharebest <fisharebest@gmail.com>2011-01-27 08:37:14 +0000
commitb727717a5c87baee3c97b780df81d170b8d6792d (patch)
tree97a01f19c1bfb6878535d1404c8d3b9fbaf7e60c
parent2a8a34d87f79537cce5556edc1e97307afc63966 (diff)
downloadwebtrees-b727717a5c87baee3c97b780df81d170b8d6792d.tar.gz
webtrees-b727717a5c87baee3c97b780df81d170b8d6792d.tar.bz2
webtrees-b727717a5c87baee3c97b780df81d170b8d6792d.zip
Add vietnamese translation to the standard builds. We now have an active translator, and the translation is >40% complete.
-rw-r--r--build/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Makefile b/build/Makefile
index e6f7c63f87..03ffc2953e 100644
--- a/build/Makefile
+++ b/build/Makefile
@@ -2,7 +2,7 @@ L10NVERSION=$(shell date +%Y-%m-%d -r $(LANGUAGE_ARCHIVE))
LABEL=$(PACKAGE)-$(SVNVERSION)
LANGUAGE_ARCHIVE=launchpad-export.tar.gz
LANGUAGES=en_US $(shell tar tf $(LANGUAGE_ARCHIVE) | grep /LC_MESSAGES/webtrees.mo | grep -v ^en/ | cut -d / -f 1)
-LANGUAGES_RELEASE=ca cs da de en_GB en_US es et fi fr he hr hu it lt nb nl pl pt ru sk sl sv tr
+LANGUAGES_RELEASE=ca cs da de en_GB en_US es et fi fr he hr hu it lt nb nl pl pt ru sk sl sv tr vi
MO=$(patsubst %,$(LABEL)/language/%.mo,$(LANGUAGES))
PACKAGE=webtrees
POT=$(PACKAGE).pot