marcglasberg / i18n_extension

Flutter package: Easy and powerful internationalization using Dart extensions.
Other
294 stars 64 forks source link

What happened to the JSONImporter? #132

Closed DominikStarke closed 11 months ago

DominikStarke commented 1 year ago

It seems to be gone but is still in the docs.

PhilippS93 commented 1 year ago

seems related to https://github.com/marcglasberg/i18n_extension/issues/126

marcglasberg commented 1 year ago

Yes, please see https://github.com/marcglasberg/i18n_extension/issues/126 and help fix this if you can. Thank you!

Meanwhile, the JSONImporter is in the i18n_extension\test\getStrings\io directory of this repo. I suggest you copy it from there, and run it.

marcglasberg commented 11 months ago

Find it in https://pub.dev/packages/i18n_extension_importer

DominikStarke commented 11 months ago

Thank you!