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