Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a1de63c8 authored by Roozbeh Pournader's avatar Roozbeh Pournader Committed by android-build-merger
Browse files

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

Merge \\"Mark Serbian in Latin script as non-localized [DO NOT MERGE]\\" into nyc-dev am: 160126e2
am: 73939d8a

Change-Id: Ib8af2e151d29b17a8492fe00cd0b1b5e412ca5f5
parents ab1383d1 73939d8a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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()));
        }