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

Commit 51a760a0 authored by Roozbeh Pournader's avatar Roozbeh Pournader
Browse files

Revert "Revert "Mark Serbian in Latin script as non-localized [DO NOT MERGE]""

This reverts commit ad48dc18. sr-Latn is no
longer planned for MR1.

Bug: 29455508
Bug: 29601930
Change-Id: I1922ef649aab36be6ba3b94e3fd79a71a14acdff
parent ad48dc18
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()));
        }