summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-10-19 12:12:42 +0200
committerMS <ms@taler.net>2020-10-19 12:13:04 +0200
commite3e296a3490a77db3db120af9a7737cc9ce12f7a (patch)
tree238fe9ae4bfba6b312cecb1723e1b7fbb1490722 /setup.py
parentdb0fb399d7b7d7169bc03565f5384be68170ab8b (diff)
downloadbank-e3e296a3490a77db3db120af9a7737cc9ce12f7a.tar.gz
bank-e3e296a3490a77db3db120af9a7737cc9ce12f7a.tar.bz2
bank-e3e296a3490a77db3db120af9a7737cc9ce12f7a.zip
Fix i18n.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 1d81207..8b82b8c 100755
--- a/setup.py
+++ b/setup.py
@@ -22,6 +22,7 @@ setup(name='talerbank',
scripts=["./bin/taler-bank-manage"],
package_data={
'talerbank.app': [
+ 'locale/*/LC_MESSAGES/django.mo',
'templates/*.html',
'templates/registration/*.html',
'static/web-common/*.css',