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

en_US.xml « supp « locale-builder « tools - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 28864d4964e5f0b268f5f2de8018eda0acc60f6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>