timonweb / django-bulma

Bulma theme for Django
MIT License
341 stars 58 forks source link

Broken translation in allauth templates #25

Closed NicolasLM closed 4 years ago

NicolasLM commented 5 years ago

I have noticed that some translations in allauth/account are broken after overriding them with bulma/account.

See for instance If you have not created an account yet, then please sign up first. in bulma/account/login.html.

From what I can tell it's because templates in bulma/account have slightly different line breaks and whitespaces, making the string different enough that the i18n machinery is not able to match them.

timonweb commented 5 years ago

If you could do a PR that would help to push this issue.

timonweb commented 4 years ago

Allauth support has been dropped, closing this.