You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I moved some common functionality into some packages, but it can't have its own translations.
Only app projects have translations because
"The application cannot load multiple delegate files because a CompositeMessageLookup has already been instantiated"
I found that if I copy the translation strings from the package to the main project it works. (because these translations are added when the application CompositeMessageLookup is initialized)
But I don't want copy manually everytime, I have an idea, is it possible to support multiple arb folders so that the main app can have all translation?
I'm facing a classic problem that
packages
don't support international translations.Please refer to: localizely/flutter-intl-intellij#22
I moved some common functionality into some
packages
, but it can't have its own translations.Only app projects have translations because
"The application cannot load multiple delegate files because a CompositeMessageLookup has already been instantiated"
I found that if I copy the translation strings from the
package
to the main project it works. (because these translations are added when the application CompositeMessageLookup is initialized)But I don't want copy manually everytime, I have an idea, is it possible to support multiple arb folders so that the main app can have all translation?
Something like:
The text was updated successfully, but these errors were encountered: