is there any better way to handle multi platform s...
# multiplatform
d
is there any better way to handle multi platform strings at the moment than manually doing string key lookups on android and iOS (saw https://github.com/chRyNaN/resources but it looks a bit early/not supporting localization). The simple method does work as long as the platforms make sure to define those keys but some issues like could arise like no guarantee the strings have same number of arguments (though you could write a test that iterates through every common key you have to verify it doesn't crash at least if you keep all your keys in some large common list).