Pisyukaev / xml-locales

The npm package for working with localization files in xml format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

The npm package for working with localization files in xml format


Languages

Language:TypeScript 98.9%Language:JavaScript 1.1%