Conversation
FooIbar
left a comment
There was a problem hiding this comment.
We can't use data class as we want multiple layers of fallbacks, e.g. zh-HK -> zh-TW -> en.
We can use data class.copy, but it seems data class hits jvm max method limit. |
|
@FooIbar reimplemented, PTAL. Pros: cleanest way for translators to add new strings |
|
dex size decrease for 100KB as well |
FooIbar
left a comment
There was a problem hiding this comment.
I don't think this is the way. How do the translators check for missing translations? They could just remove the by EnStrings before.
I don't think translators will use IDE or check for compiler message. |
No description provided.