From 5997dc772e9a15638398f9fe18521c6b64cdac5e Mon Sep 17 00:00:00 2001 From: INOPIAE Date: Wed, 18 Mar 2020 12:07:00 +0100 Subject: [PATCH] add: make app multilanguage with two languages: EN + DE Change-Id: I96713d380fedc4b6ff3424785cc10e554ce3fd7b --- babel.cfg | 4 ++++ translations/README.md | 5 +++++ 2 files changed, 9 insertions(+) create mode 100644 babel.cfg create mode 100644 translations/README.md 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. -- 2.39.2