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

Commit fddcc60b authored by Neil Fuller's avatar Neil Fuller Committed by Android (Google) Code Review
Browse files

Merge "Explicitly use en_US when picking a Locale using "en"" into nyc-mr1-dev

parents e274482c 47c25028
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -226,6 +226,8 @@ public final class MccTable {
    private static final Map<Locale, Locale> FALLBACKS = new HashMap<Locale, Locale>();

    static {
        // If we have English (without a country) explicitly prioritize en_US. http://b/28998094
        FALLBACKS.put(Locale.ENGLISH, Locale.US);
        FALLBACKS.put(Locale.CANADA, Locale.US);
    }