Hi there!
I started localization for el (Greek language).
I did everything according to guidelines.
I extracted the en.json file from kibana after clone it from git.
On kibana downloaded from here (v.7.6.2), I made the following changes:
- In kibana.yml, I change
i18n.localefrom"en"to"el". - Added the extracted
en.jsonfile in the root./x-pack/plugins/translations/translationsand renamed the file fromen.jsontoel.json. - In the root
kibana-7.6.2-windows-x86_64/.i18nrc.jsonandkibana-7.6.2-windows-x86_64/x-pack/.i18nrc.jsondeclared the existence of theel.json. - Added
ellocale data in the rootkibana-7.6.2-windows-x86_64\node_modules\intl-messageformat\lib\locales.js. - Launch Kibana with new settings.
Some messages/strings changed, but some texts from buttons remain en.
Please check the bellow ss from list of Visualizations.
The button's text is half en, half el.
I have changed "kbn.management.createIndexPatternHeader" from 'Create ': {indexPatternName}" to "Δημιουργία {indexPatternName}".
Please let me know what should be done to local kibana so as to apply these changes.
