t2ym / gulp-i18n-leverage

Merge changes in default JSON into localized JSON for Polymer I18N with i18n-behavior
Other
0 stars 0 forks source link

RFC6902 todo.path ending with "/-" for array item addition at the end has to be adjusted #14

Closed t2ym closed 8 years ago

t2ym commented 8 years ago

todo.path ending with "/-" for array item addition at the end according to RFC6902 has to be adjusted to show the index of the array instead of - so that following modification and removal operations can identify the todo item.

t2ym commented 8 years ago

The previous fix was incomplete.

Addition of multiple items has to be handled properly.