-
Notifications
You must be signed in to change notification settings - Fork 133
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
Update translations automatically #1683
Update translations automatically #1683
Conversation
Issue: AAH-2265
✅ Deploy Preview for galaxyng ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Issue: AAH-2265
Looks good! :) 2 potential issues:
|
@himdel I thought of fuzzy matching, weird that it doesn't generate/add any fuzzy strings when running |
Try adding new strings, it only does that if the string is not already in the pot file. (And it has to be similar enough to an existing string.) .. or you can try reverting #1659 locally and trying again |
Issue: AAH-2265
reverting worked, thanks :) Added |
Merging this, so it can be tested. |
Issue: AAH-2265
Automate running
django-admin makemessages --all
,django-admin compilemessages
and committing translation files weekly.Solution taken from https://github.com/ansible/ansible-hub-ui/blob/master/.github/workflows/i18n.yml