Merge \"Revert \"Mark Serbian in Latin script as non-localized [DO NOT MERGE]\"\" into nyc-mr1-dev

am: 55d9051e58

Change-Id: I91e077b159c8830af38d608855b5cc6310e7f2d6
This commit is contained in:
Roozbeh Pournader
2016-06-20 22:33:29 +00:00
committed by android-build-merger

View File

@@ -307,9 +307,6 @@ public class LocaleStore {
localizedLocales.add(li.getLangScriptKey());
}
// Serbian in Latin script is only partially localized in N.
localizedLocales.remove("sr-Latn");
for (LocaleInfo li : sLocaleCache.values()) {
li.setTranslated(localizedLocales.contains(li.getLangScriptKey()));
}