With #2164 we got the ability to pass a locale to our charts. This was accomplished in Kibana with elastic/kibana#168571.
However, locale is currently an optional property. This increases the risk that it will be overlooked when new charts invocations are added to Kibana, resulting in subtle localization bugs.
We should consider requiring locale to make sure it is always provided.
With #2164 we got the ability to pass a locale to our charts. This was accomplished in Kibana with elastic/kibana#168571.
However,
localeis currently an optional property. This increases the risk that it will be overlooked when new charts invocations are added to Kibana, resulting in subtle localization bugs.We should consider requiring
localeto make sure it is always provided.