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

Commit aeeaca93 authored by Ken Wakasa's avatar Ken Wakasa Committed by Android Git Automerger
Browse files

am 0f317a56: Fix issues with Nepali layouts

* commit '0f317a56':
  Fix issues with Nepali layouts
parents 35062e99 0f317a56
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
>
    <switch>
        <case
            latin:languageCode="fa"
            latin:languageCode="fa|ne"
            latin:languageSwitchKeyEnabled="true"
        >
            <Key
@@ -35,7 +35,7 @@
                latin:keyStyle="zwnjKeyStyle" />
        </case>
        <case
            latin:languageCode="fa"
            latin:languageCode="fa|ne"
            latin:languageSwitchKeyEnabled="false"
        >
            <Key
+2 −1
Original line number Diff line number Diff line
@@ -97,13 +97,14 @@
             iw: Hebrew (New Sheqel)
             lo: Lao (Kip)
             mn: Mongolian (Tugrik)
             ne: Nepali (Nepalese Rupee)
             th: Thai (Baht)
             uk: Ukrainian (Hryvnia)
             vi: Vietnamese (Dong)  -->
        <!-- TODO: The currency sign of Turkish Lira was created in 2012 and assigned U+20BA for
             its unicode, although there is no font glyph for it as of November 2012. -->
        <case
            latin:languageCode="fa|hi|iw|lo|mn|th|uk|vi"
            latin:languageCode="fa|hi|iw|lo|mn|ne|th|uk|vi"
        >
            <!-- U+00A3: "£" POUND SIGN
                 U+20AC: "€" EURO SIGN
+3 −0
Original line number Diff line number Diff line
@@ -43,6 +43,9 @@
    <Element
        latin:elementName="symbols"
        latin:elementKeyboard="@xml/kbd_symbols" />
    <Element
        latin:elementName="symbolsShifted"
        latin:elementKeyboard="@xml/kbd_symbols_shift" />
    <Element
        latin:elementName="phone"
        latin:elementKeyboard="@xml/kbd_phone" />
+3 −0
Original line number Diff line number Diff line
@@ -43,6 +43,9 @@
    <Element
        latin:elementName="symbols"
        latin:elementKeyboard="@xml/kbd_symbols" />
    <Element
        latin:elementName="symbolsShifted"
        latin:elementKeyboard="@xml/kbd_symbols_shift" />
    <Element
        latin:elementName="phone"
        latin:elementKeyboard="@xml/kbd_phone" />
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@
                latin:keyLabelFlags="fontNormal" />
            <!-- U+0923: "ण" DEVANAGARI LETTER NNA -->
            <Key
                latin:keyLabel="&#x0936;"
                latin:keyLabel="&#x0923;"
                latin:keyLabelFlags="fontNormal" />
            <!-- Because the font rendering system prior to API version 16 can't automatically
                 render dotted circle for incomplete combining letter of some scripts, different
Loading