https://github.com/ds-wizard/locale-packager
A command line tool for creating locale packages for the Data Stewardship Wizard.
https://github.com/ds-wizard/locale-packager
Last synced: 12 months ago
JSON representation
A command line tool for creating locale packages for the Data Stewardship Wizard.
- Host: GitHub
- URL: https://github.com/ds-wizard/locale-packager
- Owner: ds-wizard
- License: apache-2.0
- Created: 2023-03-06T15:06:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-10T15:02:18.000Z (about 1 year ago)
- Last Synced: 2025-06-07T20:09:24.086Z (about 1 year ago)
- Language: JavaScript
- Size: 28.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DSW Locale Packager
[](https://github.com/ds-wizard/locale-packager/actions)
[](https://badge.fury.io/js/@ds-wizard%2Flocale-packager)
[](LICENSE)
DSW Locale Packager is a command line tool for creating locale packages for the [Data Stewardship Wizard](https://ds-wizard.org).
## Instalation
```bash
$ npm install @ds-wizard/locale-packager
```
## Usage
Locale packager can be used to create locale either in folder:
```
$ npx dsw-locale-packager /path/to/source-folder -o /path/to/output-folder
```
Or as a zip file:
```
$ npx dsw-locale-packager /path/to/source-folder -z -o /path/to/output.zip
```
The source folder should contain the following files, as in for example [here](https://github.com/ds-wizard/wizard-client-locales/tree/v3.20.1/locales/cs):
- `README.md`
- `locale.json`
- `locale.po`
## License
This project is licensed under the Apache License v2.0 - see the
[LICENSE](LICENSE) file for more details.