kibana/packages/kbn-plugin-generator/sao_template/template/.i18nrc.json
Tre 93e6041ac8
[Plugin Generator] Enhance Integration Test (#45401)
* Add the missing blank line.
Add a test verify it.

* Less code is the best code.  Thanks Spencer :)
2019-09-11 15:10:47 -06:00

10 lines
112 B
JSON

{
"paths": {
"<%= camelCase(name) %>": "./"
},
"translations": [
"translations/zh-CN.json"
]
}