summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index b898565..55be455 100755
--- a/setup.py
+++ b/setup.py
@@ -18,6 +18,13 @@ setup(name='talerbackoffice',
"backoffice/static/*.css",
"backoffice/static/*.svg",
"backoffice/templates/*.html",
+ "backoffice/templates/translations/it/LC_MESSAGES/messages.mo",
+ "backoffice/templates/translations/en/LC_MESSAGES/messages.mo",
+ "backoffice/templates/translations/de/LC_MESSAGES/messages.mo",
+ "backoffice/templates/translations/es/LC_MESSAGES/messages.mo",
+ "backoffice/templates/translations/pt/LC_MESSAGES/messages.mo",
+ "backoffice/templates/translations/fr/LC_MESSAGES/messages.mo",
+ "backoffice/templates/translations/ru/LC_MESSAGES/messages.mo",
"backoffice/static/web-common/*.png",
"backoffice/static/web-common/*.css",
"backoffice/static/web-common/*.js",