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

[XLIFF] maxDepth option has to be removed #13

Closed t2ym closed 8 years ago

t2ym commented 8 years ago

maxDepth option has to be removed to reflect the following fixes in xliff2bundlejson 0.0.7

https://github.com/t2ym/xliff2bundlejson/issues/1 Property existence must be checked before assignment https://github.com/t2ym/xliff2bundlejson/issues/2 Skip bundle: true in exporting https://github.com/t2ym/xliff2bundlejson/issues/3 Non-string values are converted to strings. https://github.com/t2ym/xliff2bundlejson/issues/4 '.' (dot) in the string id has to be properly handled. https://github.com/t2ym/xliff2bundlejson/issues/5 Strings in deep objects are not parsed https://github.com/t2ym/xliff2bundlejson/issues/6 maxDepth option has to be removed