aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Chang <vichang@google.com>2021-04-30 13:55:51 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-04-30 13:55:51 +0000
commit4bba67db796edf1e3f5cd7e7843b431e6e107415 (patch)
treecb6778eb6086fdb8f5630c107d01bf670308b6ab
parentf9fdfb8c6526ff73d0b865559ccb9108af8663ff (diff)
parentdc25ae0082d51f991dd34b52e0193371ff68684b (diff)
downloadcldr-4bba67db796edf1e3f5cd7e7843b431e6e107415.tar.gz
Cherry-pick: CLDR-13759 copy compacy currency formats to compact decimal (without ¤) (#963) am: dc25ae0082
Original change: https://android-review.googlesource.com/c/platform/external/cldr/+/1690831 Change-Id: I86571a768e231633d7e073ccd6a43cb0edd43926
-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>