• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1//*******************************************************************************
2//*
3//*   Copyright (C) 1998-2009, International Business Machines
4//*   Corporation and others.  All Rights Reserved.
5//*
6//*******************************************************************************
7
8
9// This is a test default locale file
10
11root
12{
13    Version { 44.0 }
14    ExpectCLDRVersionAtLeast { 1.7 } // 'base' cldr version. Allow up to version =.=.* of this
15    CurrentCLDRVersion { 1.7 } // Current CLDR version as of the test update. Warn if not an exact match.
16
17    ShortLanguage { xxx }
18
19    string_only_in_Root { ROOT }
20
21    array_only_in_Root { ROOT0, ROOT1, ROOT2, ROOT3 }
22
23    array_2d_only_in_Root
24    {
25        { ROOT00, ROOT01 }
26        { ROOT10, ROOT11 }
27    }
28
29    tagged_array_only_in_Root
30    {
31        tag2 { ROOT2 }
32        tag1 { ROOT1 }
33        tag3 { ROOT3 }
34        tag6 { ROOT6 }
35        tag12 { ROOT12 }
36        tag7 { ROOT7 }
37        tag14 { ROOT14 }
38        tag9 { ROOT9 }
39    }
40
41    string_in_Root_te_te_IN { ROOT }
42
43    array_in_Root_te_te_IN { ROOT0, ROOT1, ROOT2, ROOT3, ROOT4 }
44
45    array_2d_in_Root_te_te_IN
46    {
47        { ROOT00, ROOT01, ROOT02 }
48        { ROOT10, ROOT11, ROOT12 }
49        { ROOT20, ROOT21, ROOT22 }
50        { ROOT30, ROOT31, ROOT32 }
51    }
52
53    tagged_array_in_Root_te_te_IN
54    {
55        tag4 { ROOT4 }
56        tag9 { ROOT9 }
57        tag12 { ROOT12 }
58    tag1 { ROOT1 }
59    }
60
61    string_in_Root_te { ROOT }
62
63    array_in_Root_te { ROOT0, ROOT1, ROOT2, ROOT3, ROOT4 }
64
65    array_2d_in_Root_te
66    {
67        { ROOT00, ROOT01, ROOT02 }
68        { ROOT10, ROOT11, ROOT12 }
69        { ROOT20, ROOT21, ROOT22 }
70        { ROOT30, ROOT31, ROOT32 }
71    }
72
73    tagged_array_in_Root_te
74    {
75        tag12 { ROOT12 }
76        tag1 { ROOT1 }
77        tag7 { ROOT7 }
78        tag3 { ROOT3 }
79    }
80
81    string_in_Root_te_IN { ROOT }
82
83    array_in_Root_te_IN { ROOT0, ROOT1, ROOT2 }
84
85    array_2d_in_Root_te_IN
86    {
87        { ROOT00, ROOT01, ROOT02, ROOT03 }
88        { ROOT10, ROOT11, ROOT12, ROOT13 }
89        { ROOT20, ROOT21, ROOT22, ROOT23 }
90    }
91
92    tagged_array_in_Root_te_IN
93    {
94        tag13 { ROOT13 }
95        tag8 { ROOT8 }
96    }
97    rootAliasClient:alias {"/LOCALE/rootAliasDestination"}
98    rootAliasDestination {"wrong"}
99    nestedRootAliasClient:alias {"/LOCALE/rootAliasTable/destination"}
100    rootAliasTable {
101        destination { "correct" }
102    }
103    a {
104        a1{"ar1"}
105        a2{"ar2"}
106        a3{"ar3"}
107        a4{"ar4"}
108    }
109}
110
111//eof
112