taler-merchant-demos

Python-based Frontends for the Demonstration Web site
Log | Files | Refs | Submodules | README | LICENSE

commit bf793992ce792fd4cb49e503bb2022f0ffc3c10c
parent 42010f9072bc3be8798a5b0ac7ac97e7be113fa8
Author: Florian Dold <florian@dold.me>
Date:   Sun, 17 Apr 2022 19:02:55 +0200

copy translation files

Diffstat:
Mpyproject.toml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml @@ -13,6 +13,7 @@ include = [ "static/*.css", "static/*.svg", "templates/*.j2", + "translations/*/LC_MESSAGES/*.mo", # Landing files "landing/templates/*.j2", "landing/static/*.css",