[i18n] Fix broken i18n messages#185011
Conversation
|
Pinging @elastic/fleet (Team:Fleet) |
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]Module Count
Async chunks
Canvas Sharable Runtime
Page load bundle
History
To update your PR or re-run it, just comment with: |
alisonelizabeth
left a comment
There was a problem hiding this comment.
Management team changes LGTM (Console & UA)
nickofthyme
left a comment
There was a problem hiding this comment.
Vis code changes LGTM 🎉
kc13greiner
left a comment
There was a problem hiding this comment.
Just one question; maybe I set it up wrong though
|
We are making an exception and force-merging this as @Bamieh previously communicated:
|
Summary
We have recently upgraded the i18n packages which has some breaking changes.
The tooling upgrade to ensure that no malformed strings are in the codebase is still in progress.
The new code for the
i18n_checkis ready and I used it againstmainto detect all i18n issues we currently have in the codebase.These are the resulting fixes we need to have in place.
I am doing this before the i18n tools are merged into main to give the core team the time to merge the PR without rushing into the code review. Additionally this ensures that the next serverless release does not contain any malformed strings.
Please filter code by team and check the changes.
The changes are:
ignoreTag: truewhere there is xml like tags that are not HTML.othercase topluralandselectICUFor more details about the i18n changes: