Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Override resources in other module #759

Open
mndsl opened this issue Sep 1, 2024 · 1 comment
Open

Override resources in other module #759

mndsl opened this issue Sep 1, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@mndsl
Copy link

mndsl commented Sep 1, 2024

We have a module (e.g. Module A) with 5k+ strings (10+ languages), which are used in multiple other modules (e.g. Module B, Module C) as dependency.
Modules B and C are used in different multiplatform apps (say App 1, App 2)
In App 1/2 some of these 5k+ texts needs to be different, depending of the app requirements.
Is it possible App 1/2 somehow to override some of the texts in Module A, so Module B/C display these modified texts.

Currently we copy/paste all the 5k texts in all languages in App 1 and 2, but this is very hard to support, as new apps in the future may use the same strings, and when a string need to be added or fixed because of an error, we have to do this in very large number of files.

@Alex009
Copy link
Member

Alex009 commented Sep 7, 2024

hello. overrides will works for android but will not works on other platforms...i can't say some way how to implement this feature. to do this we need research and experiments

@Alex009 Alex009 added the enhancement New feature or request label Sep 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants