From: INOPIAE Date: Wed, 18 Mar 2020 11:07:00 +0000 (+0100) Subject: add: make app multilanguage with two languages: EN + DE X-Git-Url: http://code.wpia.club/?a=commitdiff_plain;h=5997dc772e9a15638398f9fe18521c6b64cdac5e;p=motion.git add: make app multilanguage with two languages: EN + DE Change-Id: I96713d380fedc4b6ff3424785cc10e554ce3fd7b --- diff --git a/babel.cfg b/babel.cfg new file mode 100644 index 0000000..cd2157f --- /dev/null +++ b/babel.cfg @@ -0,0 +1,4 @@ +[python: **.py] +[jinja2: **/templates/**.html] +encoding = utf-8 +extensions=jinja2.ext.autoescape,jinja2.ext.with_ diff --git a/translations/README.md b/translations/README.md new file mode 100644 index 0000000..c4df27e --- /dev/null +++ b/translations/README.md @@ -0,0 +1,5 @@ +# Translation files for WPIA motion tool + +The software is translated via Transifex: https://www.transifex.com/wpia/motion/. + +The current files are also available in the motion-translations repository on our gitlab system https://git.ccs-baumann.de/wpia/motion-translations.