Skip to content

Commit 5b359b5

Browse files
authored
CLDR-15989 Add two more readme files to the cldr repo (#5011)
1 parent 82cdf5d commit 5b359b5

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-2
lines changed

keyboards/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# CLDR Keyboards
2+
3+
For general information, see the main [README.md](../README.md).
4+
5+
The `keyboards` folder contains data for CLDR Keyboards. References:
6+
7+
- [LDML Part 7: Keyboards](https://www.unicode.org/reports/tr35/tr35-74/tr35-keyboards.html)
8+
- [Keyboard Work Group](https://sites.google.com/unicode.org/cldr/index/keyboard-workgroup)
9+
10+
For copyright, terms of use, and further details, see the top [README](../README.md).

tools/scripts/README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# CLDR Scripts
2+
3+
For general information, see the main [README.md](../../README.md).
4+
5+
The `scripts` folder contains accessory scripts of various kinds, used for CLDR process and Survey Tool deployment. These include:
6+
7+
- ansible: a folder containing Ansible scripts for configuring a remote server to run the Survey Tool, still in use as of 2025
8+
- cldr-svnprops-check.py: possibly obsolete, a Python script to check and fix svn property settings for CLDR source files
9+
- cldrres.mk: possibly obsolete, a Makefile to (re)generate ICU data out of CLDR
10+
- CLDRWrapper: possibly obsolete, a UNIX executable file, purpose undocumented
11+
- col2icu.py: possibly obsolete, a Python script to convert CLDR collation files from XML syntax to ICU syntax
12+
- fixSVNProps.sh: possibly obsolete, a shell script, using svn; purpose unknown
13+
- interimVettingTool.sh: possibly obsolete, a shell script; purpose unknown
14+
- jira-updater: a folder containing JavaScript and json code, still in use as of 2025
15+
- keyboard-abnf-tests: a folder containing JavaScript code, still in use as of 2025
16+
- llm: a folder containing an AI-powered classifier that flags entries deviating from expected patterns, still in use as of 2025
17+
- platformDiffTool.sh: possibly obsolete, a shell script to create an InterimVettingChart
18+
- sidewaysCharts.sh: a shell script to run GenerateSidewaysView (a Java class)
19+
- tr-archive: a folder containing JavaScript for a Unicode TR35 archiver; this is the critical production path for producing TR35
20+
- uca: a folder containing a shell script blankweights.sed to blank out non-zero weights
21+
- updateHash.sh: a shell script to calculate shasum of CLDR jar/zip files
22+
- web: a folder containing a variety of shell scripts, Python scripts, and Docker files, related to the site cldr.unicode.org
23+
24+
For copyright, terms of use, and further details, see the top [README](../../README.md).

tools/scripts/llm/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
- **GSoC Contributor:** [Preet Sojitra](https://github.com/preetsojitra2712)
44
- **Mentors:** [Younies](https://github.com/younies), [Annemarie](https://github.com/aeapple)
55
- **Tech Lead:** [Mark Davis](https://github.com/macchiati)
6-
- **Doc Status:** *Draft*
7-
- **Last Update:** June 11, 2023
6+
- **Doc Status:** _Draft_
7+
- **Last Update:** 2025-08-24
88
- **Project Information:** [Leveraging LLMs to validate locale data](https://summerofcode.withgoogle.com/programs/2023/projects/lE93K0ho)
99

1010
## Introduction

0 commit comments

Comments
 (0)