summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-09-03 09:45:51 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2018-09-03 09:45:51 +0200
commitbf0ee5b6a14d512d98cb659607ffb44c68ae6705 (patch)
tree1aa0337ffaf2ad8ee42e453b85b0c9e10412c6e2 /setup.py
parent397462bf4c02ac05f7913e05c5cca0ac7dcf6d4c (diff)
downloadbackoffice-bf0ee5b6a14d512d98cb659607ffb44c68ae6705.tar.gz
backoffice-bf0ee5b6a14d512d98cb659607ffb44c68ae6705.tar.bz2
backoffice-bf0ee5b6a14d512d98cb659607ffb44c68ae6705.zip
Include .mo(s) among prefix-installed bundle.
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",