From 1491a6d47b6572d4582df59e91c6282effd5c529 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 16 Aug 2018 20:47:35 -0400 Subject: [PATCH] Replace underscore with dashed in Makefile translation targets for uniformity. Signed-off-by: Roberto Rosario --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index d198bcc88b..125db1b1eb 100644 --- a/Makefile +++ b/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