diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
