https://bugzilla.redhat.com/show_bug.cgi?id=1187084 --- Comment #18 from Jonny Heggheim <jonnyheggheim@xxxxxxxxxxx> --- Not sure how to package the locale files, now their are in: /usr/lib/python2.7/site-packages/electrum/locale, but I assume the best place would be /usr/share/locale/. This would require changes to Electrum: Electrum-2.7.12/lib/i18n.py: > import gettext, os > > LOCALE_DIR = os.path.join(os.path.dirname(__file__), 'locale') > language = gettext.translation('electrum', LOCALE_DIR, fallback = True) Do you think it is worth the effort to patch this file and install the translations in /usr/share/locale/? Or should we work with upstream to have a better solution? -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx