i18n_yaml_editor icon indicating copy to clipboard operation
i18n_yaml_editor copied to clipboard

Handle Exception on type mismatch.

Open wteuber opened this issue 8 years ago • 0 comments

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.

wteuber avatar Apr 23 '16 08:04 wteuber