Zoltan Demant
05/22/2025, 10:53 AMcomposeResources
) across many languages?
My workflow usually involves adding it to the base language, then translating & adding it to all the others. This is fine, it just takes a lot of time, and if I forget to do it for some language - its very likely that I wont notice unless I have a script to catch it.
Ive looked into...
• 3:rd party services; same as good ol' Android strings where you upload & download all the folders.
• Skipping composeResources for other solutions that keep all strings in one file.
• Task that adds the strings to all the files automatically, with some additional tag that Id use to know that the string is pending translation.curioustechizen
05/22/2025, 11:30 AMRes.string.foo
doesn't even take me to the strings.xml file. It takes me to some compiled code instead.Timo Drick
05/22/2025, 12:02 PMThomas
05/22/2025, 12:43 PMZoltan Demant
05/22/2025, 1:19 PMcurioustechizen
05/22/2025, 1:21 PMZoltan Demant
05/22/2025, 1:24 PMZoltan Demant
05/22/2025, 2:13 PM