easy-i18n
easy-i18n copied to clipboard
Adding a key through the Plugin messes up yml files
Whenever i add a key through EasyI18n, it messes up the indentation of yml files (Usually the last key in the file)
Before
commands:
setxpcard:
too_large: File is too large! The maximum allowed size is {size}.
success: Your background has been updated!
invalid_upload: 'Invalid file extension! Valid extensions are: {extensions}'
After
commands:
setxpcard:
too_large: File is too large! The maximum allowed size is {size}.
success: Your background has been updated!
foo: Test
invalid_upload: 'Invalid file extension! Valid extensions are: {extensions}'
I could not reproduce this issue. Could you please provide the exact steps to reproduce this kind of misbehaviour?
Thanks.
I could not reproduce this issue. Could you please provide the exact steps to reproduce this kind of misbehaviour?
Thanks.
Sadly i have a hard time reproducing this reliably myself. Sometimes it works and sometimes it doesn't...
I could not reproduce this issue. Could you please provide the exact steps to reproduce this kind of misbehaviour?
Thanks.
Maybe when the tab format of the yaml file is two spaces。example【.editorconfig-->indent_size = 2】