From 6508ee03bfbcdcc6ee8c3510f77a721a6b4ec873 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 12 Jan 2020 21:27:43 +0100 Subject: [PATCH] Fix for en_US --- dev/translation/txpull.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev/translation/txpull.sh b/dev/translation/txpull.sh index c85ea12728b..c940f38e8ba 100755 --- a/dev/translation/txpull.sh +++ b/dev/translation/txpull.sh @@ -16,7 +16,8 @@ then echo "This pull remote transifex files to local dir." echo "Note: If you pull a language file (not source), file will be skipped if local file is newer." echo " Using -f will overwrite local file (does not work with 'all')." - echo "Usage: ./dev/translation/txpull.sh (all|xx_XX) [-r dolibarr.file] [-f] [-s]" + echo " Using en_US as language parameter will update source language from transifex (en_US is excluded frol 'all')." + echo "Usage: ./dev/translation/txpull.sh (all|en_US|xx_XX) [-r dolibarr.file] [-f] [-s]" exit fi