Replies: 1 comment 5 replies
-
One note, you can include localization files in each module's resources but it seems an app target requires localization in its bundle in order to pull the others. So my "modular" approach is just to separate by module/feature. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone.
Does anyone have a recommendation for a good approach to localization that is both modular and that fits well with the Composable Architecture? I have an inkling that localization is akin to an external API and, therefore, could/should be considered part of the environment.
Many thanks!
Beta Was this translation helpful? Give feedback.
All reactions