esskar / vscode-flutter-i18n-json

VS Code extension to create a binding between your translations from .json files and your Flutter app.
92 stars 21 forks source link

How to get the strings for non default locale in integration tests #66

Open danielpirs opened 3 years ago

danielpirs commented 3 years ago

Hi,

how can I use this in the integration test where I don't have access to context. For default locale is easy and described here: https://github.com/esskar/vscode-flutter-i18n-json/issues/41

But I haven't figured a way to do it for non default locale? Thanks!