locmate 0.0.1
locmate: ^0.0.1 copied to clipboard
Visual editor for Application Resource Bundle localization files to be used with the intl package.
A visual editor for Application Resource Bundle (.arb) localization files, enabling rapid development. It is specifically designed to be used for Dart and Flutter projects using the intl package.
The editor runs locally on your machine, meaning you can use familiar versioning tools like Git and do not have to upload or download localization files.
Warning: This project is very early in development, use with extreme caution! Make sure you have all important changes committed before trying it out.
Contents #
Features #
Supported #
- Add and remove localization keys
- Add and remove languages
- Add, edit, and remove placeholder variables
- Edit the ICU value of a localization entry using a visual editor
- Text blocks
- Arguments
- Select with branches
- Plural with branches
- Plural arguments
Planned #
- Dark theme
- A subscription service for automated machine translations (e.g. using DeepL)
Installation #
To install the Locmate launcher, run the command:
dart pub global activate locmate
Or, if you are using the Flutter CLI, run:
flutter pub global activate locmate
Usage #
Navigate to the directory containing the l10n.yaml file in your terminal.
Otherwise, with the Dart CLI, run:
dart pub global run locmate
Or, using the Flutter CLI, run:
flutter pub global run locmate