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
And add support for simple translate objects without groups to put in
Screen/translate.ts
Screen2/translate.ts
This way code splitting would possible if translations are only used in the lazy loaded screens. Language would still change real time because of the sharedOptions object!
The text was updated successfully, but these errors were encountered:
We could create a function:
createSharedOptions({ language: 'nl' })
And add support for simple translate objects without groups to put in
Screen/translate.ts
Screen2/translate.ts
This way code splitting would possible if translations are only used in the lazy loaded screens. Language would still change real time because of the sharedOptions object!
The text was updated successfully, but these errors were encountered: