Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.08 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.08 KB

xml-locales

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.

Core package - 📦xml-locales

This is core package to work with localization files in xml.

CLI - 💻@xml-locales/cli

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> 

Packages

Package version
📦xml-locales NPM
💻@xml-locales/cli NPM