An open API service indexing awesome lists of open source software.

https://github.com/pisyukaev/xml-locales

The npm package for working with localization files in xml format
https://github.com/pisyukaev/xml-locales

Last synced: 4 days ago
JSON representation

The npm package for working with localization files in xml format

Awesome Lists containing this project

README

        

# 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:
>
> ```xml
>
> value1
> value2
>
>```

## Packages

| Package | version |
| ------- | -------- |
| 📦[xml-locales](https://github.com/Pisyukaev/xml-locales/tree/master/packages/xml-locales) | [![NPM](https://img.shields.io/npm/v/xml-locales.svg)](https://www.npmjs.com/package/xml-locales) |
| 💻[@xml-locales/cli](https://github.com/Pisyukaev/xml-locales/tree/master/packages/cli) | [![NPM](https://img.shields.io/npm/v/@xml-locales/cli.svg)](https://www.npmjs.com/package/@xml-locales/cli) |