polyglothq 1.3.0
polyglothq: ^1.3.0 copied to clipboard
polyglothq is a Dart CLI to support using Polyglot for Flutter projects. polyglothq fetches translations from polyglothq.com, and converts them to a Flutter-suitable form.
1.3.0 #
- 'strings.dart' and 'l10n.yaml' files are no longer being generated by the package.
- You can use named parameters in the translations.
- Removed 'flutterInstance' from the polyglot.yaml configuration. Use 'runAfter' instead with command to run after .arb files are generated.
1.2.0 #
- Add configuration for the dynamic translations to add ability to show keys instead of translations and to configure default translation if key is missing in the dynamic translations.
1.1.7 #
- The deprecated command
polyglothq login
has been replaced with the commandpolyglothq authorize <token>
.
1.1.6 #
- Dynamic text can receive a Map of translations where the value is
null
for some key.
1.1.5 #
- Add extension for the
polyglothq pull
command with the--dynamic
argument
1.1.4 #
- Update dependencies
1.1.3 #
- Update packages
- Use
setDefaultLanguage
attribute to decide whether to set or not a default language.
1.1.2 #
- Update README
- Update polyglothq package description
- Format code
- Update packages
- Adhere to lints 2.0.0 rules
- Add example
1.1.1 #
- Update packages
1.1.0 #
- Allow different country codes for the same language
- Upgrade dependencies
- Code improvements
1.0.0 #
- Initial version.