As mobile developers, every time we translate one of our applications, we must translate both Android and iOS files. These files contain 90% of the same lines as a file in a different format.
Does anyone know if there is an NSLocalizedString override to read from Android.xml compatible files? or if possible?
Alternatively, is there a command line tool for converting between two formats?
source share