• Home
Name Date Size #Lines LOC

..--

common/03-May-2024-3,678,8793,608,154

docs/03-May-2024-22,45616,911

exemplars/03-May-2024-16,57912,410

keyboards/03-May-2024-193,784192,886

seed/03-May-2024-61,16959,774

specs/03-May-2024-96

tools/03-May-2024-1,131,7591,060,128

.gitignoreD03-May-2024107 65

CONTRIBUTING.mdD03-May-20245.3 KiB10676

LICENSED03-May-202434.7 KiB684610

METADATAD03-May-2024308 1816

MODULE_LICENSE_APACHE2D03-May-20240

MODULE_LICENSE_ICUD03-May-20240

MODULE_LICENSE_UNICODED03-May-20240

OWNERSD03-May-2024185 108

README.mdD03-May-20242.1 KiB4326

pom.xmlD03-May-2024836 3328

readme.htmlD03-May-20243.7 KiB7258

unicode-license.txtD03-May-20242.2 KiB4739

vetur.config.jsD03-May-2024148 87

README.md

1# Unicode CLDR Project
2
3Latest Release: [v40.0](https://cldr.unicode.org/index/downloads/cldr-40) published 2021-10-20
4
5## Build Status
6
7GitHub:
8[![cldr-mvn](https://github.com/unicode-org/cldr/workflows/cldr-mvn/badge.svg)](https://github.com/unicode-org/cldr/actions?query=branch%3Amaster+workflow%3A%22cldr-mvn%22)
9[![Ansible Lint](https://github.com/unicode-org/cldr/workflows/Ansible%20Lint/badge.svg)](https://github.com/unicode-org/cldr/actions?query=branch%3Amaster+workflow%3A%22Ansible+Lint%22)
10
11### What is CLDR?
12The Unicode CLDR provides key building blocks for software to support the world's languages, with the largest and most extensive standard repository of locale data available. This data is used by a wide spectrum of companies for their software internationalization and localization, adapting software to the conventions of different languages for such common software tasks.
13
14See For further information:
15
16- Information about [CLDR releases and downloads](https://cldr.unicode.org/index/downloads "CLDR Download Page"),
17including the data files and LDML specification associated with each release.
18
19- Information about [Building and running CLDR Tools](https://cldr.unicode.org/development/cldr-tools "CLDR Tools Page")
20
21### Contributing
22
23Most data submissions are done via the [CLDR Survey Tool](https://st.unicode.org/cldr-apps/), which is open and available on predetermined cycles.
24Click [HERE](http://unicode.org/cldr/survey_tool.html) for information on how to obtain a survey tool account.
25
26For details about code and other contributions, see [CONTRIBUTING.md](./CONTRIBUTING.md)
27
28### Licenses
29
30- Usage of CLDR data and software is governed by the [Unicode Terms of Use](http://www.unicode.org/copyright.html)
31a copy of which is included as [unicode-license.txt](./unicode-license.txt).
32
33- Some CLDR tools depend on library dependencies managed via Maven,
34  use of these libraries is governed by separate license agreements.
35
36SPDX-License-Identifier: Unicode-DFS-2016
37
38### Copyright
39
40Copyright © 1991-2021 Unicode, Inc.
41All rights reserved.
42[Terms of use](http://www.unicode.org/copyright.html)
43

readme.html

1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2"http://www.w3.org/TR/html4/loose.dtd">
3<html>
4  <head>
5	<meta http-equiv="Content-Type" content= "text/html; charset=utf-8">
6	<meta http-equiv="Content-Language" content="en-us">
7    <meta name="COPYRIGHT" content= "Copyright (c) 1991-2021 Unicode, Inc. All rights reserved.">
8    <meta name="DESCRIPTION" content= "Readme for Unicode CLDR with version number and other information.">
9    <title>ReadMe for Unicode CLDR</title>
10  </head>
11
12  <body>
13    <h2>Unicode Common Locale Data Repository (CLDR)</h2>
14    <h3>ReadMe for Unicode <abbr title="Common Locale Data Repository">CLDR</abbr> version 40</h3>
15    <p>Last updated: 2021-Oct-19</p>
16
17    <!--<p><b>Note:</b> CLDR 40 is in development and not recommended for use at this stage.</p>-->
18    <!--<p><b>Note:</b> This is the milestone 1 version of CLDR 40, intended for those wishing to do pre-release testing.
19    It is not recommended for production use.</p>-->
20    <!--<p><b>Note:</b> This is a preliminary version of CLDR 40, intended for those wishing to do pre-release testing.
21    It is not recommended for production use.</p>-->
22    <!--<p><b>Note:</b> This is a pre-release candidate version of CLDR 40, intended for testing.
23    It is not recommended for production use.</p>-->
24    <p>This is the final release version of CLDR 40.</p>
25
26    <p><strong>Important notes for CLDR 36 and later:</strong></p>
27    <ul>
28      <li>The CLDR repository has switched from subversion to git.</li>
29      <li>Data in the main CLDR repository now includes some elements with the value “↑↑↑” indicating
30    	that translators have explicitly determined that the inherited value should always be used.</li>
31      <li>To generate data in the form that was used for CLDR 35.1 and earlier, in which “↑↑↑” is
32    	resolved appropriately (either removed or replaced with an apropriate value) and other minimization
33    	is performed, a new tool GenerateProductionData is provided (command-line options provide the
34    	ability to specify source and destination directory, among other things).</li>
35      <li>CLDR data that has been processed by GenerateProductionData is available in the parallel
36    	“cldr-staging” repository.</li>
37    </ul>
38
39    <p>For further information:</p>
40    <ul>
41      <li>Information about <a href="https://cldr.unicode.org/index/downloads">CLDR releases and downloads</a>,
42        including the data files and LDML specification associated with each release.</li>
43      <li>Information about <a href="https://cldr.unicode.org/development/cldr-tools">Building and running CLDR Tools</a></li>
44    </ul>
45    <p>Tools Quickstart:</p>
46    <ul>
47      <li>See the <a href="https://cldr.unicode.org/development/cldr-tools">CLDR Tools Website</a></li>
48    </ul>
49
50    <p>Licenses:</p>
51    <ul>
52 	  <li>Usage of CLDR data and software is governed by the <a href="http://www.unicode.org/copyright.html">Unicode Terms of Use</a>,
53 	    a copy of which is included as unicode-license.txt.</li>
54 	  <li>Some CLDR tools depend on libraries in tools/cldr-code/libs/; use of these libraries is governed by separate license agreements.
55 	  <ul>
56 	    <li>Use of the ICU libraries is subject to the
57 	    <a href="https://github.com/unicode-org/icu/blob/master/icu4j/main/shared/licenses/LICENSE">ICU License</a>,
58 	    included as ICU-LICENSE.</li>
59 	    <li>Use of the Guava, Xerces, and Myanmar Tools libraries is subject to the
60 	    <a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache License</a>,
61 	    included as apache-license.txt.</li>
62 	  </ul>
63 	  </li>
64 	</ul>
65
66    <hr>
67    <p>Copyright &copy; 1991-2021 Unicode, Inc.<br>
68    All rights reserved.<br>
69    <a href="http://www.unicode.org/copyright.html">Terms of use</a></p>
70  </body>
71</html>
72