https://github.com/karbunkul/polyglot_cli
https://github.com/karbunkul/polyglot_cli
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/karbunkul/polyglot_cli
- Owner: karbunkul
- License: mit
- Created: 2024-05-05T19:53:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-07T19:28:44.000Z (about 1 year ago)
- Last Synced: 2025-10-23T03:57:35.007Z (8 months ago)
- Language: Dart
- Size: 35.2 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# WORK IN PROGRESS
## Polyglot CLI
Command line utility for create flutter l10n delegate with call chain nodes.
For example context.cart.save, directory with cart name contains save part file.
## Install
From source
```sh
dart pub global activate --source=path ./
```
From pub.dev
```sh
dart pub global activate polyglot_cli
```
## Commands
- gen - Generate localizations delegate
- import - Import parts from arb files
- init - Init new project
- join - Join parts to arb files
- migrate - Migrate from arb format to yaml