From 5b938ef932bdd19a7cd67f748b426bdc28616159 Mon Sep 17 00:00:00 2001 From: Laszlo Hornyak Date: Sat, 2 May 2015 19:30:02 +0200 Subject: [PATCH] Added hu to the language list Signed-off-by: Laszlo Hornyak Signed-off-by: Rohit Yadav This closes #237 --- tools/transifex/sync-transifex-ui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/transifex/sync-transifex-ui.sh b/tools/transifex/sync-transifex-ui.sh index 8f24642413c..b0487446ad6 100755 --- a/tools/transifex/sync-transifex-ui.sh +++ b/tools/transifex/sync-transifex-ui.sh @@ -17,7 +17,7 @@ # under the License. SRCLANG=en -LIST_LANG="ar ca de_DE es fr_FR it_IT ja_JP ko_KR nb_NO nl_NL pl pt_BR ru_RU zh_CN" +LIST_LANG="ar ca de_DE es fr_FR it_IT ja_JP ko_KR nb_NO nl_NL pl pt_BR ru_RU zh_CN hu" DIRECTORY_RESOURCES="../../client/WEB-INF/classes/resources" WORKDIR="./work-dir"