Open afharo opened 3 years ago
Pinging @elastic/kibana-core (Team:Core)
Pinging @elastic/kibana-localization (Team:Localization)
Hello everyone! I'm running Kibana in Docker and looking for a way to fully localize it. I created a separate file ru-RU.json, added translations to it, made changes to kibana/x-pack/.i18nrc.json and kibana/node_modules/@kbn/i18n/src/core/locales.js, but not all interface elements are being translated. However, if I replace fr-FR.json with my file, there is no issue. Could you please advise where else changes need to be made for Kibana to fully read the ru-RU.json file?
A recurring question is how can a customer translate Kibana to their own language? Even when the steps mentioned in linked docs are pretty similar, I wonder if it makes sense to have a specific documentation guide to do so (the existing ones feels like it would work only for externally developed plugins).
What do you think?