i18n/Makefile
changeset 2348 3a755d690398
parent 1845 3abde7651c38
--- a/i18n/Makefile	Wed Sep 26 18:08:57 2018 +0300
+++ b/i18n/Makefile	Thu Sep 27 19:07:57 2018 +0300
@@ -16,4 +16,12 @@
 	echo "../plcopen/Additional_Function_Blocks.xml" >> app.fil
 	echo "../plcopen/Standard_Function_Blocks.xml"   >> app.fil
 
+transifex_init:
+	tx init --skipsetup
+
+transifex_pull:
+	tx pull --all
+	find . -name '*.po' -exec sed -i 's/charset=CHARSET/charset=UTF-8/' {} \;
+
+
 .PHONY: all, template, locales, source_list