Code drop from //branches/cupcake/...@124589
diff --git a/tools/aapt/Resource.cpp b/tools/aapt/Resource.cpp
index 0826b32..fd6ddb5 100644
--- a/tools/aapt/Resource.cpp
+++ b/tools/aapt/Resource.cpp
@@ -916,6 +916,10 @@
         }
     }
 
+    if (table.validateLocalizations()) {
+        hasErrors = true;
+    }
+    
     if (hasErrors) {
         return UNKNOWN_ERROR;
     }