From a984947846c7b83d3151fc4987ca615edcb168ef Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 11 Oct 2020 15:05:16 +0200 Subject: i18n for survey --- setup.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index aff081e..ba647d9 100755 --- a/setup.py +++ b/setup.py @@ -21,14 +21,18 @@ setup(name='talermerchantdemos', # Blog files "blog/templates/*.html", "blog/templates/*.j2", + "blog/static/favicon.ico", "blog/articles/*/*", + "blog/translations/*/LC_MESSAGES/*.mo", "blog/data/*", # Donation files "donations/templates/*.html", + "donations/translations/*/LC_MESSAGES/*.mo", # Survey files - "survey/templates/*.html", + "survey/templates/*.j2", "survey/static/favicon.ico", "survey/static/*.js", + "survey/translations/*/LC_MESSAGES/*.mo", ] }, scripts=['./bin/taler-merchant-demos'], -- cgit v1.2.3