-
Notifications
You must be signed in to change notification settings - Fork 997
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
Updated Spanish .po files #6774
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6774 +/- ##
==========================================
+ Coverage 98.60% 98.64% +0.03%
==========================================
Files 79 79
Lines 14641 14640 -1
==========================================
+ Hits 14437 14441 +4
+ Misses 204 199 -5 ☔ View full report in Codecov by Sentry. |
Pushed translation updates. |
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.
Argh, it appears my update re-fuzzed your messages. The same happend in #6776, I had quite a manual fix. Any ideas for something more automated here? |
Hello Michael:
I wrote a script to combine the po files with a master catalog.po (and to merge against .pot) that also generates working files .po.untranslated and .po.fuzzy, to be further edited by hand. then the script is run again and the updated entries are combined into the catalog and the .po's . You can choose whether update the catalog with the current .po entries or take the catalog as correct and only update new entries (which I can use to restore the re-fuzzed messages) |
Thanks in advance!