You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.
Every breed has a translation, that currently requires you to concat a string in the view (which is a pain):
("herding.breed." ~ breed)|trans
We should try to In order to make those translations more easy to use.
Putting them in their own translation domain could help.. or a special transBreed filter for Twig that abstracts the additional string concatination...
The text was updated successfully, but these errors were encountered:
This is now "breed." ~ breed|trans({}, 'herding') because herding has it's own translation domain, but it could still be improved. The more views we get with ElePHPant Breeds on them, the more we will want this.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Every breed has a translation, that currently requires you to concat a string in the view (which is a pain):
We should try to In order to make those translations more easy to use.
Putting them in their own translation domain could help.. or a special
transBreed
filter for Twig that abstracts the additional string concatination...The text was updated successfully, but these errors were encountered: