-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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 test locale not translating everything #62921
Comments
Pinging @elastic/kibana-platform (Team:Platform) |
I did not know about this kibana/packages/kbn-i18n/src/core/pseudo_locale.ts Lines 24 to 45 in 848121f
Or is the issue here that every message should be displayed with this |
Exactly, from my understanding every message should be displayed with this locale. Platform is probably the wrong team. @Bamieh do you know who to ping? |
I see |
No I think that is just outdated from before localization was split out from the Platform team. @Bamieh should be able to help us out here, and I think we should reassign the code owners to @elastic/pulse |
Pinging @elastic/kibana-localization (Team:Localization) |
We do have a localization team on github so i think it should go there @elastic/kibana-localization. (Here is a pr to update the file #63354) All i18n messages should be translated using the |
@Bamieh friendly bump on this one. We have at least one customer who is using the |
Our recommended process to creating custom translation is the following:
The |
Pinging @elastic/kibana-core (Team:Core) |
@Bamieh do you know if that can be closed by the i18n lib bump initiative you've been working on? |
Context was not propograting correctly in the previous react-intl package and we did not have any code to detect unreachable code. Now i18n throws an error during development if this happens (even in test cases). So this should be resolved, if we find new issues around we can open a new issue. We do not have |
Some phrases in the Kibana are not translated properly using the
en-xa
test locale. I didn't find a pattern yet what causes this, all places I've found seem to usei18n.translate
orFormattedMessage
properly:The text was updated successfully, but these errors were encountered: