i10n_translator 1.2.5 i10n_translator: ^1.2.5 copied to clipboard
Allows you to easily provide translations of your local text to other supported languages.
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