Laurent Destailleur 7 years ago
parent
commit
2e891b5694
2 changed files with 4 additions and 4 deletions
  1. 3 3
      .tx/config
  2. 1 1
      dev/translation/txpush.sh

+ 3 - 3
.tx/config

@@ -356,9 +356,9 @@ source_file = htdocs/langs/en_US/supplier_proposal.lang
 source_lang = en_US
 type = MOZILLAPROPERTIES
 
-[dolibarr.ticketsup]
-file_filter = htdocs/langs/<lang>/ticketsup.lang
-source_file = htdocs/langs/en_US/ticketsup.lang
+[dolibarr.ticket]
+file_filter = htdocs/langs/<lang>/ticket.lang
+source_file = htdocs/langs/en_US/ticket.lang
 source_lang = en_US
 type = MOZILLAPROPERTIES
 

+ 1 - 1
dev/translation/txpush.sh

@@ -15,7 +15,7 @@ then
 	echo "This push local files to transifex for project $project."
 	echo "Note:  If you push a language file (not source), file will be skipped if transifex file is newer."
 	echo "       Using -f will overwrite translation but not memory."
-	echo "Usage: ./dev/translation/txpush.sh (source|xx_XX|all) [-r ".$project.".file] [-f] [--no-interactive]"
+	echo "Usage: ./dev/translation/txpush.sh (source|xx_XX|all) [-r $project.file] [-f] [--no-interactive]"
 	exit
 fi