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