Curious to hear if anyone solved this in a good way. In many scenarios in compose, I solved references for Locale strings, regardless if using Lyricist, Jetbrains resources or something else.
However when I do get server data, and want that translated in same reference system I cannot auto map that. I wonder how do you usually solve this?
One way is ofc translate on server side and send in locale header or such. But is there any other smart way mapping ids of things like questions and map to resources thats translatable?
Similar issue when doing navigation from items in a database, how to map to client side data.
Is there any compose way of doing this smart anyone knows about?