--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/i18n/.tx/config Thu Sep 27 19:07:57 2018 +0300
@@ -0,0 +1,10 @@
+[main]
+host = https://www.transifex.com
+
+[beremiz-ide.beremiz]
+file_filter = Beremiz_<lang>.po
+minimum_perc = 0
+source_file = messages.pot
+source_lang = en
+type = PO
+
--- 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