aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b5b69e6bf..6e77de8a9 100644
--- a/Makefile
+++ b/Makefile
@@ -94,7 +94,7 @@ ifndef lang
@echo To add a new language, you need to provide one in the "lang" variable.
@exit 10
endif
- @$(PHP) ./cli/manipulate.translation.php -a add -l $(lang)
+ $(PHP) ./cli/manipulate.translation.php -a add -l $(lang) -o $(ref)
@echo Language added.
.PHONY: i18n-add-key