diff -r 6dca42cd2b2b -r 3a755d690398 i18n/Makefile --- 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