Name Date Size #Lines LOC

..--

common/H25-Apr-2025-4,690,5614,593,294

docs/H25-Apr-2025-31,74324,419

exemplars/H25-Apr-2025-16,48712,342

keyboards/H25-Apr-2025-2,9482,067

seed/H25-Apr-2025-2114

specs/H25-Apr-2025-96

tools/H25-Apr-2025-1,587,4751,514,965

.gitignoreH A D25-Apr-2025107 65

CONTRIBUTING.mdH A D25-Apr-20257.1 KiB11682

LICENSEH A D25-Apr-202533.8 KiB666594

METADATAH A D25-Apr-2025307 1816

MODULE_LICENSE_APACHE2HD25-Apr-20250

MODULE_LICENSE_ICUHD25-Apr-20250

MODULE_LICENSE_UNICODEHD25-Apr-20250

OWNERSH A D25-Apr-2025219 118

README.mdH A D25-Apr-20253.4 KiB5534

pom.xmlH A D25-Apr-2025822 3328

readme.htmlH A D25-Apr-2025426 1911

vetur.config.jsH A D25-Apr-2025148 87

README.md

1# Unicode CLDR Project
2
3For current CLDR release information, see [cldr.unicode.org](https://cldr.unicode.org/index/downloads/).
4
5#### `main` branch:
6[![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)
7[![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)
8[![Publish to gh-pages](https://github.com/unicode-org/cldr/actions/workflows/gh-pages.yml/badge.svg)](https://github.com/unicode-org/cldr/actions/workflows/gh-pages.yml)
9[![CodeQL](https://github.com/unicode-org/cldr/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/unicode-org/cldr/actions/workflows/codeql-analysis.yml)
10
11## Status
12
13Update: 2024-04-15
14
15<!-- [inapplicable lines are commented out.]-->
16<!-- **Note:**  CLDR 45 is in development and not recommended for use at this stage. -->
17<!--**Note:**  This is the milestone 1 version of CLDR 45, intended for those wishing to do pre-release testing. It is not recommended for production use.-->
18<!--**Note:** This is a preliminary version of CLDR 45, intended for those wishing to do pre-release testing. It is not recommended for production use.-->
19<!--**Note:**  This is a pre-release candidate version of CLDR 45, intended for testing. It is not recommended for production use.-->
20This is the final release version of CLDR 45.
21
22### What is CLDR?
23The Unicode Common Locale Data Repository (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](https://cldr.unicode.org/index#h.ezpykkomyltl) for their software internationalization and localization, adapting software to the conventions of different languages for such common software tasks.
24
25See for further information:
26
27- [CLDR releases and downloads](https://cldr.unicode.org/index/downloads "CLDR Download Page"),
28including the data files and LDML specification associated with each release
29
30- [Repository organization](https://cldr.unicode.org/index/downloads#Repository_Organization "CLDR Download Page, Repository Organization"),
31describing the organization of files within this repository
32
33- [Building and running CLDR Tools](https://cldr.unicode.org/development/cldr-tools "CLDR Tools Page")
34
35### Contributing
36
37Most data submissions are done via the [CLDR Survey Tool](https://st.unicode.org/cldr-apps/), which is open and available on predetermined cycles.
38Click [HERE](https://www.unicode.org/cldr/survey_tool.html) for information on how to obtain a survey tool account.
39
40For details about code and other contributions, see [CONTRIBUTING.md](./CONTRIBUTING.md)
41
42#### Spotless
43
44A source formatter is now used, please see [spotless](./tools/README.md#spotless) for details.
45
46### Copyright & Licenses
47
48Copyright © 2004-2024 Unicode, Inc. Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the United States and other countries.
49
50The project is released under [LICENSE](./LICENSE).
51
52Note that some CLDR tools depend on libraries managed via Maven; use of these libraries is governed by separate license agreements.
53
54A CLA is required to contribute to this project - please refer to the [CONTRIBUTING.md](./CONTRIBUTING.md) file (or start a Pull Request) for more information.
55

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 name="COPYRIGHT" content= "Copyright (c) 2004-2024 Unicode, Inc. All rights reserved.">
6    <title>readme.html</title>
7  </head>
8
9  <body>
10
11
12    <!-- Do not update this file, update README.md instead. -->
13
14    This file is obsolete, please see <a href="README.md">instead.</a>
15
16
17  </body>
18</html>
19