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

am: 160126e2d8

Change-Id: I9e26a77ba4e186a9e3fd59b9618b3eb36127178f
This commit is contained in:
Roozbeh Pournader
2016-06-20 21:44:42 +00:00
committed by android-build-merger

View File

@@ -307,6 +307,9 @@ 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()));
}