summaryrefslogtreecommitdiff
path: root/filter/source/xslt
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-12-11 13:24:22 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-12-11 15:11:18 +0000
commit108eee306ea0beef1e8cc5e673a72db0928dd6b8 (patch)
tree6f3e0d4747f6565c0dc0689aa3e63278b2c014dd /filter/source/xslt
parentbd43733860699d9f9f5b28f15a442b272d6f77e1 (diff)
Related: rhbz#1040291 Change language name from 'Oriya' to 'Odia'
Except for our external api where the Oriya is stuck (and similar for the vba implementation) Change-Id: I8288c930567385eea49a4c303727b13ef8b8a89f
Diffstat (limited to 'filter/source/xslt')
-rw-r--r--filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl b/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl
index 8869952740db..88f0d8addbd6 100644
--- a/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl
+++ b/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl
@@ -1268,7 +1268,7 @@
<xsl:attribute name="number:transliteration-language">gu</xsl:attribute>
<xsl:attribute name="number:transliteration-country">IN</xsl:attribute>
</xsl:when>
- <!-- Oriya (India), #08 -->
+ <!-- Odia (India), #08 -->
<xsl:when test="$number-shape-code = 8">
<xsl:attribute name="number:transliteration-language">or</xsl:attribute>
<xsl:attribute name="number:transliteration-country">IN</xsl:attribute>
@@ -2102,7 +2102,7 @@
<xsl:attribute name="number:country">NO</xsl:attribute>
</xsl:when>
<xsl:when test="$language-country-code = 1096">
- <!-- Oriya (India), #0448 -->
+ <!-- Odia (India), #0448 -->
<xsl:attribute name="number:language">or</xsl:attribute>
<xsl:attribute name="number:country">IN</xsl:attribute>
</xsl:when>