aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Chang <vichang@google.com>2021-04-29 15:46:46 +0100
committerVictor Chang <vichang@google.com>2021-04-29 16:37:28 +0100
commitdc25ae0082d51f991dd34b52e0193371ff68684b (patch)
treecb6778eb6086fdb8f5630c107d01bf670308b6ab
parent21b1e26948466c6d74b9006307adaea0d3bb4994 (diff)
downloadcldr-dc25ae0082d51f991dd34b52e0193371ff68684b.tar.gz
Cherry-pick: CLDR-13759 copy compacy currency formats to compact decimal (without ¤) (#963)
Upstream bug: https://unicode-org.atlassian.net/browse/CLDR-13759 Upstream commit: https://github.com/unicode-org/cldr/commit/16d1cf74e2d9dfb39e03dfad8dfdf1159413cc1c Bug: 186135176 Test: treehugger Change-Id: I90b82f8c92668445420dfaecdf104ce411ef8231
-rw-r--r--common/main/en_IN.xml47
1 files changed, 23 insertions, 24 deletions
diff --git a/common/main/en_IN.xml b/common/main/en_IN.xml
index 5c9236d2..d4b6bb31 100644
--- a/common/main/en_IN.xml
+++ b/common/main/en_IN.xml
@@ -5204,30 +5204,29 @@ CLDR data files are interpreted according to the LDML specification (http://unic
</decimalFormatLength>
<decimalFormatLength type="short">
<decimalFormat>
- <pattern type="1000" count="one">↑↑↑</pattern>
- <pattern type="1000" count="other">↑↑↑</pattern>
- <pattern type="10000" count="one">↑↑↑</pattern>
- <pattern type="10000" count="other">↑↑↑</pattern>
- <pattern type="100000" count="one">↑↑↑</pattern>
- <pattern type="100000" count="other">↑↑↑</pattern>
- <pattern type="1000000" count="one">↑↑↑</pattern>
- <pattern type="1000000" count="other">↑↑↑</pattern>
- <pattern type="10000000" count="one">↑↑↑</pattern>
- <pattern type="10000000" count="other">↑↑↑</pattern>
- <pattern type="100000000" count="one">↑↑↑</pattern>
- <pattern type="100000000" count="other">↑↑↑</pattern>
- <pattern type="1000000000" count="one">↑↑↑</pattern>
- <pattern type="1000000000" count="other">↑↑↑</pattern>
- <pattern type="10000000000" count="one">↑↑↑</pattern>
- <pattern type="10000000000" count="other">↑↑↑</pattern>
- <pattern type="100000000000" count="one">↑↑↑</pattern>
- <pattern type="100000000000" count="other">↑↑↑</pattern>
- <pattern type="1000000000000" count="one">↑↑↑</pattern>
- <pattern type="1000000000000" count="other">↑↑↑</pattern>
- <pattern type="10000000000000" count="one">↑↑↑</pattern>
- <pattern type="10000000000000" count="other">↑↑↑</pattern>
- <pattern type="100000000000000" count="one">↑↑↑</pattern>
- <pattern type="100000000000000" count="other">↑↑↑</pattern>
+ <pattern type="1000" count="one" draft="contributed">0T</pattern>
+ <pattern type="1000" count="other" draft="contributed">0T</pattern>
+ <pattern type="10000" count="one" draft="contributed">00T</pattern>
+ <pattern type="10000" count="other" draft="contributed">00T</pattern>
+ <pattern type="100000" count="one" draft="contributed">0L</pattern>
+ <pattern type="100000" count="other" draft="contributed">0L</pattern>
+ <pattern type="1000000" count="one" draft="contributed">00L</pattern>
+ <pattern type="1000000" count="other" draft="contributed">00L</pattern>
+ <pattern type="10000000" count="one" draft="contributed">0Cr</pattern>
+ <pattern type="10000000" count="other" draft="contributed">0Cr</pattern>
+ <pattern type="100000000" count="one" draft="contributed">00Cr</pattern>
+ <pattern type="100000000" count="other" draft="contributed">00Cr</pattern>
+ <pattern type="1000000000" count="one" draft="contributed">000Cr</pattern>
+ <pattern type="1000000000" count="other" draft="contributed">000Cr</pattern>
+ <pattern type="10000000000" count="one" draft="contributed">0TCr</pattern>
+ <pattern type="10000000000" count="other" draft="contributed">0TCr</pattern>
+ <pattern type="100000000000" count="one" draft="contributed">00TCr</pattern>
+ <pattern type="100000000000" count="other" draft="contributed">00TCr</pattern>
+ <pattern type="1000000000000" count="one" draft="contributed">0LCr</pattern>
+ <pattern type="1000000000000" count="other" draft="contributed">0LCr</pattern>
+ <pattern type="10000000000000" count="one" draft="contributed">00LCr</pattern>
+ <pattern type="10000000000000" count="other" draft="contributed">00LCr</pattern>
+ <pattern type="100000000000000" count="one" draft="contributed">000LCr</pattern>
</decimalFormat>
</decimalFormatLength>
</decimalFormats>