i10n_translator 2.1.0 i10n_translator: ^2.1.0 copied to clipboard
Allows you to easily provide translations of your local text to other supported languages.
2.1.0 #
October 24, 2021
- csv: ^5.0.0
- static Locale? localeListResolutionCallback(List
2.0.2 #
March 10, 2021
- I10n cannot be null replacing '?.' with '.'
2.0.1 #
March 09, 2021
- Corrected semantic versioning
2.0.0+5-nullsafety.0 #
March 09, 2021
- Null Safety 2.12.0
- Delete example app
- Publishing as a pre-release
1.3.0+1 #
October 08, 2020
- Included more documentation.
1.3.0 #
October 08, 2020
- Use the function, initAsync(), instead of init()
- New function, I10n.of(Text text)
- Use of languageTag() and corrected getter, supportedLocales
1.2.5 #
June 04, 2020
- Comment out getTextFileFromAssets();
1.2.4 #
June 04, 2020
- Remove translator.dart
1.2.3 #
June 04, 2020
- Corrected Apache Licence
- sdk: ">=2.6.0 <3.0.0"
1.2.2 #
February 20, 2020
- Include a bin directory for command line to work.
1.2.1 #
October 24, 2019
- if (_csvFile != null && _csvFile.isNotEmpty) {
1.2.0 #
October 24, 2019
- load the app's locale, if (I10n._locale == null)
- path: ^1.0.0
- test cvs: parameter in init()
- removed \nList
- a second example, main02.dart, in Github repository
- use the function, getExternalStorageDirectory();
1.1.3 #
October 20, 2019
- Supply an example
- Updated README.md
1.1.2 #
October 20, 2019
- Updated README.md
1.1.1 #
October 18, 2019
- Add main() to i10n_translator.dart
- Remove the bin folder
1.1.0 #
October 17, 2019
- Renamed from i18n to i10n
- Removed Locale properties for getter, locale
1.0.0 #
October 16, 2019
- Initial Production Release
- Remove the functions, _jsonFiles(), jsonEncode() and jsonDecode()
- targetPath = "i18n_words.dart";
0.1.0 #
October 15, 2019
- Initial commit