npm run build is success in linux.
windows10: i want to modify the code to custom made the interface.
And i modified the config/kibana.yml : i18n.defaultLocale: "zh" ,
src/core_plugins/kibana/index.js resolve(__dirname, './translations/zh.json')
and add zh.json to src/ui/translations .
when i run the bin/kibana.bat
it run successfully,but the it seemly can't find the zh.json.
On linux .the changes is useful.and the message is changed to chinese.
sorry for my bad English.