Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to test for completeness of string.xml

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.

like image 834
roetzi Avatar asked Nov 03 '12 14:11

roetzi


Video Answer


1 Answers

In ADT 20 you have a Lint marker which tells you if there are some Strings files that are incomplete. To see the Lint warnings you'll have to go to Window -> show View -> Other -> Android -> Lint warnings.

like image 180
Ahmad Avatar answered Sep 25 '22 19:09

Ahmad