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
- Host: GitHub
- URL: https://github.com/pisyukaev/xml-locales
- Owner: Pisyukaev
- Created: 2023-07-15T15:16:28.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-13T21:02:31.000Z (over 1 year ago)
- Last Synced: 2025-04-15T07:42:45.177Z (2 months ago)
- Language: TypeScript
- Size: 252 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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) | [](https://www.npmjs.com/package/xml-locales) |
| 💻[@xml-locales/cli](https://github.com/Pisyukaev/xml-locales/tree/master/packages/cli) | [](https://www.npmjs.com/package/@xml-locales/cli) |