aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Chang <vichang@google.com>2024-04-10 14:39:25 +0100
committerVictor Chang <vichang@google.com>2024-04-10 14:39:25 +0100
commit805c34f30f40ddb8aa8000dde402bb6b1429e015 (patch)
tree3b0cb5bed4d2c23e58a93b2454d51fa61dc8ee10
parent220c11c06a767f1d3da1a735c141106d80457b75 (diff)
downloadcldr-805c34f30f40ddb8aa8000dde402bb6b1429e015.tar.gz
Cherry-pick: CLDR-17232 Update 'T' to 'K' for thousand in en_IN (#3456)
Update 'T' to 'K' for thousand in compact decimal formatting for en_IN Upstream commit: https://github.com/unicode-org/cldr/commit/b8d447297556ee01575da2b5b710554af34b3482 Upstream bug: https://unicode-org.atlassian.net/browse/CLDR-17232 Bug: 320769332 Test: updatecldrdata.py Change-Id: Ibfb9abc4825c61fcb8f1b58a73209d4ff7d1506b
-rw-r--r--common/main/en_IN.xml48
1 files changed, 24 insertions, 24 deletions
diff --git a/common/main/en_IN.xml b/common/main/en_IN.xml
index 05d3ba23..589907be 100644
--- a/common/main/en_IN.xml
+++ b/common/main/en_IN.xml
@@ -5496,10 +5496,10 @@ CLDR data files are interpreted according to the LDML specification (http://unic
</decimalFormatLength>
<decimalFormatLength type="short">
<decimalFormat>
- <pattern type="1000" count="one">0T</pattern>
- <pattern type="1000" count="other">0T</pattern>
- <pattern type="10000" count="one">00T</pattern>
- <pattern type="10000" count="other">00T</pattern>
+ <pattern type="1000" count="one">0K</pattern>
+ <pattern type="1000" count="other">0K</pattern>
+ <pattern type="10000" count="one">00K</pattern>
+ <pattern type="10000" count="other">00K</pattern>
<pattern type="100000" count="one">0L</pattern>
<pattern type="100000" count="other">0L</pattern>
<pattern type="1000000" count="one">00L</pattern>
@@ -5510,10 +5510,10 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<pattern type="100000000" count="other">00Cr</pattern>
<pattern type="1000000000" count="one">000Cr</pattern>
<pattern type="1000000000" count="other">000Cr</pattern>
- <pattern type="10000000000" count="one">0TCr</pattern>
- <pattern type="10000000000" count="other">0TCr</pattern>
- <pattern type="100000000000" count="one">00TCr</pattern>
- <pattern type="100000000000" count="other">00TCr</pattern>
+ <pattern type="10000000000" count="one">0KCr</pattern>
+ <pattern type="10000000000" count="other">0KCr</pattern>
+ <pattern type="100000000000" count="one">00KCr</pattern>
+ <pattern type="100000000000" count="other">00KCr</pattern>
<pattern type="1000000000000" count="one">0LCr</pattern>
<pattern type="1000000000000" count="other">0LCr</pattern>
<pattern type="10000000000000" count="one">00LCr</pattern>
@@ -5552,14 +5552,14 @@ CLDR data files are interpreted according to the LDML specification (http://unic
</currencyFormatLength>
<currencyFormatLength type="short">
<currencyFormat type="standard">
- <pattern type="1000" count="one">¤0T</pattern>
- <pattern type="1000" count="one" alt="alphaNextToNumber">¤ 0T</pattern>
- <pattern type="1000" count="other">¤0T</pattern>
- <pattern type="1000" count="other" alt="alphaNextToNumber">¤ 0T</pattern>
- <pattern type="10000" count="one">¤00T</pattern>
- <pattern type="10000" count="one" alt="alphaNextToNumber">¤ 00T</pattern>
- <pattern type="10000" count="other">¤00T</pattern>
- <pattern type="10000" count="other" alt="alphaNextToNumber">¤ 00T</pattern>
+ <pattern type="1000" count="one">¤0K</pattern>
+ <pattern type="1000" count="one" alt="alphaNextToNumber">¤ 0K</pattern>
+ <pattern type="1000" count="other">¤0K</pattern>
+ <pattern type="1000" count="other" alt="alphaNextToNumber">¤ 0K</pattern>
+ <pattern type="10000" count="one">¤00K</pattern>
+ <pattern type="10000" count="one" alt="alphaNextToNumber">¤ 00K</pattern>
+ <pattern type="10000" count="other">¤00K</pattern>
+ <pattern type="10000" count="other" alt="alphaNextToNumber">¤ 00K</pattern>
<pattern type="100000" count="one">¤0L</pattern>
<pattern type="100000" count="one" alt="alphaNextToNumber">¤ 0L</pattern>
<pattern type="100000" count="other">¤0L</pattern>
@@ -5580,14 +5580,14 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<pattern type="1000000000" count="one" alt="alphaNextToNumber">¤ 000Cr</pattern>
<pattern type="1000000000" count="other">¤000Cr</pattern>
<pattern type="1000000000" count="other" alt="alphaNextToNumber">¤ 000Cr</pattern>
- <pattern type="10000000000" count="one">¤0TCr</pattern>
- <pattern type="10000000000" count="one" alt="alphaNextToNumber">¤ 0TCr</pattern>
- <pattern type="10000000000" count="other">¤0TCr</pattern>
- <pattern type="10000000000" count="other" alt="alphaNextToNumber">¤ 0TCr</pattern>
- <pattern type="100000000000" count="one">¤00TCr</pattern>
- <pattern type="100000000000" count="one" alt="alphaNextToNumber">¤ 00TCr</pattern>
- <pattern type="100000000000" count="other">¤00TCr</pattern>
- <pattern type="100000000000" count="other" alt="alphaNextToNumber">¤ 00TCr</pattern>
+ <pattern type="10000000000" count="one">¤0KCr</pattern>
+ <pattern type="10000000000" count="one" alt="alphaNextToNumber">¤ 0KCr</pattern>
+ <pattern type="10000000000" count="other">¤0KCr</pattern>
+ <pattern type="10000000000" count="other" alt="alphaNextToNumber">¤ 0KCr</pattern>
+ <pattern type="100000000000" count="one">¤00KCr</pattern>
+ <pattern type="100000000000" count="one" alt="alphaNextToNumber">¤ 00KCr</pattern>
+ <pattern type="100000000000" count="other">¤00KCr</pattern>
+ <pattern type="100000000000" count="other" alt="alphaNextToNumber">¤ 00KCr</pattern>
<pattern type="1000000000000" count="one">¤0LCr</pattern>
<pattern type="1000000000000" count="one" alt="alphaNextToNumber">¤ 0LCr</pattern>
<pattern type="1000000000000" count="other">¤0LCr</pattern>