-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
Make time grains translatable #622
Conversation
Coverage increased (+0.006%) to 81.968% when pulling 8b37fb0e6012f4fb15881c554e8764533d696f3c on xrmx:transmodels into e29d71d on airbnb:master. |
@@ -23,7 +23,7 @@ | |||
from flask_appbuilder import Model | |||
from flask_appbuilder.models.mixins import AuditMixin | |||
from flask_appbuilder.models.decorators import renders | |||
from flask_babelpkg import gettext as _ | |||
from flask_babelpkg import lazy_gettext as _ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wait that means you made everything else that didn't need to be lazy use lazy_gettext
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The other two users which are exceptions should be fine.
Ooops, I can't merge, can you rebase? |
Done |
No description provided.