Hamakor / pycon-israel

updates to Symposion for PyCon Israel
1 stars 5 forks source link

Translations broken on Heroku #30

Closed AmitAronovitch closed 6 years ago

AmitAronovitch commented 6 years ago

On Heroku deployment: If you go to COC or to Venue pages, you see that the title of the sidebar is "Sponsors" even when we change language to Hebrew. This is because "gettext" is not included in the Heroku Python buildpack (so the dyno does not have the lib, and ./manage compilemessages fails with an error).

Possible solution is to git-add the translation. Other might be to add the missing package. e.g. this https://github.com/grauwoelfchen/heroku-buildpack-gettext

shaib commented 6 years ago

(Actually #29 makes the side-bar title non-translated English. to match the post texts which appear to be always English. The translations problem in general still stands, of course)

shaib commented 6 years ago

Unbroken since #34 .