Is there a tool that would allow me to check if me localized string.xml file is complete.
E.g. that values-de/strings.xml or values-jp/string.xml contains all the entries that values/strings.xml contains.
Is there a tool that would allow me to check if me localized string.xml
Share
Use Android Lint tool.
If you use Eclipse it is available from menu bar (right button on the screenshot).