]> WPIA git - motion.git/commitdiff
add: make app multilanguage with two languages: EN + DE
authorINOPIAE <m.maengel@inopiae.de>
Wed, 18 Mar 2020 11:07:00 +0000 (12:07 +0100)
committerINOPIAE <m.maengel@inopiae.de>
Sun, 15 Nov 2020 03:18:32 +0000 (04:18 +0100)
Change-Id: I96713d380fedc4b6ff3424785cc10e554ce3fd7b

babel.cfg [new file with mode: 0644]
translations/README.md [new file with mode: 0644]

diff --git a/babel.cfg b/babel.cfg
new file mode 100644 (file)
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 (file)
index 0000000..c4df27e
--- /dev/null
@@ -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.