Skip to content

The npm package for working with localization files in xml format

Notifications You must be signed in to change notification settings

Pisyukaev/xml-locales

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published