diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-10-11 13:29:45 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-10-11 13:29:45 +0200 |
commit | 1ae0306a3cf2ea27f60b2d205789994d260c2cce (patch) | |
tree | 53117a55c27601e92172ea82f1d8cd11d355c06c | |
parent | 2e665813a44988bfd906c0fab773f82652047841 (diff) | |
download | taler-merchant-demos-1ae0306a3cf2ea27f60b2d205789994d260c2cce.tar.gz taler-merchant-demos-1ae0306a3cf2ea27f60b2d205789994d260c2cce.tar.bz2 taler-merchant-demos-1ae0306a3cf2ea27f60b2d205789994d260c2cce.zip |
add i18n FSFS
2038 files changed, 672955 insertions, 20145 deletions
@@ -1,2 +1,3 @@ talermerchantdemos/static/*.css talermerchantdemos/static/navbar.css.map +translations/de/LC_MESSAGES/messages.mo @@ -8,9 +8,9 @@ all: .PHONY: install ifeq ($(install_global), true) -install: install-global +install: install-global compile sass-build else -install: install-local +install: install-local compile sass-build endif .PHONY: install-global @@ -48,7 +48,7 @@ extract: # Add new language as follows: # pybabel init -i locale/messages.pot -d locale/ -l de -compile: +compile: update pybabel compile -d translations/ update: extract diff --git a/babel.cfg b/babel.cfg new file mode 100644 index 0000000..cbe8963 --- /dev/null +++ b/babel.cfg |