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.locale
from"en"
to"el"
. - Added the extracted
en.json
file in the root./x-pack/plugins/translations/translations
and renamed the file fromen.json
toel.json
. - In the root
kibana-7.6.2-windows-x86_64/.i18nrc.json
andkibana-7.6.2-windows-x86_64/x-pack/.i18nrc.json
declared the existence of theel.json
. - Added
el
locale 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.