Replace underscore with dashed in Makefile translation targets for uniformity.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
8
Makefile
8
Makefile
@@ -136,16 +136,16 @@ docs-serve:
|
||||
|
||||
# Translations
|
||||
|
||||
translations_make:
|
||||
translations-make:
|
||||
contrib/scripts/process_messages.py -m
|
||||
|
||||
translations_compile:
|
||||
translations-compile:
|
||||
contrib/scripts/process_messages.py -c
|
||||
|
||||
translations_push:
|
||||
translations-push:
|
||||
tx push -s
|
||||
|
||||
translations_pull:
|
||||
translations-pull:
|
||||
tx pull -f
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user