-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
what's the reason for forcing model attributes to use gettext? #128
Comments
It's not forced; you can turn if off by doing this in
This could definitely be documented better, though ... It took me a trip to the source code to figure this out :-) |
nice! Thanks! |
Is there a way to do the reverse -- that is, use Gettext for the error message? I'd like to use Gettext for as much of my i18n as possible. |
Ah, answering my own question, I see I can put the |
I have a related question:
Could you help explain how this is done? Thanks |
The model attribute is translated using gettext while the error message is translated using i18n. Is there any reason why the attributes can't be translated using i18n?
The text was updated successfully, but these errors were encountered: