i18n_yaml_editor
i18n_yaml_editor copied to clipboard
Handle Exception on type mismatch.
i.e. when an i18n value has one type in one locale but another type in another locale.
xy:
foo: test
bar: I'm a String
yz:
foo: test
bar:
- I'm
- an
- Array
When this error occurs, a useful message should be shown.