• Home
Name Date Size #Lines LOC

..--

common/03-May-2024-3,927,2003,855,169

docs/03-May-2024-23,90617,938

exemplars/03-May-2024-16,53712,380

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

seed/03-May-2024-79,24477,883

specs/03-May-2024-96

tools/03-May-2024-1,131,4731,061,098

.gitignoreD03-May-2024107 65

CONTRIBUTING.mdD03-May-20245.4 KiB10676

LICENSED03-May-202434.7 KiB684610

METADATAD03-May-2024307 1816

MODULE_LICENSE_APACHE2D03-May-20240

MODULE_LICENSE_ICUD03-May-20240

MODULE_LICENSE_UNICODED03-May-20240

OWNERSD03-May-2024221 1210

README.mdD03-May-20242.2 KiB4628

pom.xmlD03-May-2024827 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: [v42.0](https://cldr.unicode.org/index/downloads/cldr-42) published 2022-10-19
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%3Amain+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%3Amain+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- [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- [Repository organization](https://cldr.unicode.org/index/downloads#Repository_Organization "CLDR Download Page, Repository Organization"),
20describing the organization of files within this repository
21
22- [Building and running CLDR Tools](https://cldr.unicode.org/development/cldr-tools "CLDR Tools Page")
23
24### Contributing
25
26Most data submissions are done via the [CLDR Survey Tool](https://st.unicode.org/cldr-apps/), which is open and available on predetermined cycles.
27Click [HERE](https://www.unicode.org/cldr/survey_tool.html) for information on how to obtain a survey tool account.
28
29For details about code and other contributions, see [CONTRIBUTING.md](./CONTRIBUTING.md)
30
31### Licenses
32
33- Usage of CLDR data and software is governed by the [Unicode Terms of Use](https://www.unicode.org/copyright.html)
34a copy of which is included as [unicode-license.txt](./unicode-license.txt).
35
36- Some CLDR tools depend on library dependencies managed via Maven,
37  use of these libraries is governed by separate license agreements.
38
39SPDX-License-Identifier: Unicode-DFS-2016
40
41### Copyright
42
43Copyright © 1991-2022 Unicode, Inc.
44All rights reserved.
45[Terms of use](https://www.unicode.org/copyright.html)
46

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-2022 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 42</h3>
15    <p>Last updated: 2022-Oct-17</p>
16
17    <!--<p><b>Note:</b> CLDR 42 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 42, 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 42, 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 42, intended for testing.
23    It is not recommended for production use.</p>-->
24    <p>This is the final release version of CLDR 42.</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/main/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-2022 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