-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
i18n: import #15520
i18n: import #15520
Conversation
@@ -1038,7 +1038,7 @@ | |||
"message": "La URL del manifiesto cambió mientras este se estaba recuperando." | |||
}, | |||
"core/audits/installable-manifest.js | manifest-missing-name-or-short-name": { | |||
"message": "El manifiesto no contiene los campos \"name\" ni \"short_name\"" |
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.
ah we JUST changed this so we probably are doing an import a tad too quickly?
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.
We could defer updating strings for today's release - or I could spend some time building a way to opt out of specified i18n strings manually for cases like this.
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.
I'm fine to defer the release for another day to ensure we get the translated versions. In the future, maybe we should build in a 1-2 day buffer between string export and string import before release?
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.
We also need more regular strings import. Want to help by setting up the cron job on your internal machine?
Closing in favor of #15579 |
No description provided.