• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// © 2016 and later: Unicode, Inc. and others.
2// License & terms of use: http://www.unicode.org/copyright.html#License
3de_CH{
4    ExemplarCharacters{"[a ä b c d e f g h i j k l m n o ö p q r s t u ü v w x y z]"}
5    ExemplarCharactersNumbers{"[\\- . ’ % ‰ + 0 1 2 3 4 5 6 7 8 9]"}
6    NumberElements{
7        latn{
8            patterns{
9                currencyFormat{"¤ #,##0.00;¤-#,##0.00"}
10                percentFormat{"#,##0%"}
11            }
12            patternsShort{
13                currencyFormat{
14                    1000{
15                        one{"0"}
16                        other{"0"}
17                    }
18                    10000{
19                        one{"0"}
20                        other{"0"}
21                    }
22                    100000{
23                        one{"0"}
24                        other{"0"}
25                    }
26                }
27            }
28            symbols{
29                decimal{"."}
30                group{"’"}
31            }
32        }
33    }
34    Version{"2.1.44.50"}
35    calendar{
36        gregorian{
37            dayNames{
38                format{
39                    short{
40                        "So",
41                        "Mo",
42                        "Di",
43                        "Mi",
44                        "Do",
45                        "Fr",
46                        "Sa",
47                    }
48                }
49            }
50        }
51    }
52    fields{
53        dayOfYear-short{
54            dn{"Tag d. J."}
55        }
56        era-narrow{
57            dn{"Epoche"}
58        }
59        weekOfMonth{
60            dn{"Woche im Monat"}
61        }
62        weekOfMonth-narrow{
63            dn{"W. i. Mon."}
64        }
65        weekOfMonth-short{
66            dn{"Wo. i. M."}
67        }
68        weekday-narrow{
69            dn{"Wochentag"}
70        }
71        weekdayOfMonth{
72            dn{"Wochentag im Monat"}
73        }
74        weekdayOfMonth-narrow{
75            dn{"Wochent. i. Mon."}
76        }
77        weekdayOfMonth-short{
78            dn{"Wochent. i. Mo."}
79        }
80    }
81}
82