Jesway / flutter_translate

Flutter Translate is a fully featured localization / internationalization (i18n) library for Flutter.
MIT License
401 stars 118 forks source link

[ERROR:flutter/lib/ui/ui_dart_state.cc(207)] Unhandled Exception: Unable to load asset: assets/i18n/en.json #73

Closed xmartinez22 closed 3 years ago

xmartinez22 commented 3 years ago

I keep receiving this message when i run my program. if i add flutter: assets:

then i receive message No file or variants found for asset: assets/i18n.

bratan commented 3 years ago

Make sure the assets are outside the libfolder.

If the assets are located within the libfolder, you need to specify the path as lib/assets/i18n.

xmartinez22 commented 3 years ago

i had to manually create the assets/i18n because it didn't exist. why would it not exist? how do i get these files in there? also yes they are outside the lib folder

xmartinez22 commented 3 years ago

nevermind i thought the app was to auto translate it for you but you have to specify the translation yourself?

bratan commented 3 years ago

Yes.