This repository created to work with localization files in xml and simplified usual jobs like as add, update or remove strings in several XML files.
This is core package to work with localization files in xml.
This is cli tool to work with localization files in xml.
Important
This packages, which works with XML files, has one root node named resources
. This root node has child nodes named string
. For example:
<resources>
<string name="key1">value1</string>
<string name="key2">value2</string>
</resources>
Package | version |
---|---|
📦xml-locales | |
💻@xml-locales/cli |