Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tools/locale-builder/supp/en_US.xml')
-rw-r--r--tools/locale-builder/supp/en_US.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/tools/locale-builder/supp/en_US.xml b/tools/locale-builder/supp/en_US.xml
new file mode 100644
index 00000000000..28864d4964e
--- /dev/null
+++ b/tools/locale-builder/supp/en_US.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<ldml>
+ <numbers>
+ <decimalFormats>
+ <decimalFormatLength >
+ <decimalFormat >
+ <pattern>#,##0.###;-#,##0.###</pattern>
+ </decimalFormat>
+ </decimalFormatLength >
+ </decimalFormats>
+ <percentFormats>
+ <percentFormatLength >
+ <percentFormat >
+ <pattern>#,##0 %</pattern>
+ </percentFormat>
+ </percentFormatLength >
+ </percentFormats>
+ </numbers>
+</ldml> \ No newline at end of file