Skip to content

Commit e17984e

Browse files
authored
CLDR-18960 Add README.md files in common/* directories (#5213)
1 parent 0ceb971 commit e17984e

File tree

31 files changed

+155
-52
lines changed

31 files changed

+155
-52
lines changed

common/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22

33
This directory contains CLDR data corresponding to the release.
44

5+
CLDR data files are interpreted according to the [LDML specification](https://unicode.org/reports/tr35/).
6+
57
For copyright, terms of use, and further details, see the top [README](../README.md).

common/annotations/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CLDR `common/annotations` directory
22

3-
This directory contains annotations and TTS names for characters.
3+
This directory contains XML data files with annotations and TTS (text-to-speech) names for characters.
44

55
For copyright, terms of use, and further details, see the top [README](../../README.md).
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# CLDR `common/annotationsDerived` directory
2+
3+
This directory contains XML data files with short names and annotations derived using `GenerateDerivedAnnotations.java`.
4+
5+
For copyright, terms of use, and further details, see the top [README](../../README.md).

common/bcp47/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# CLDR `common/bcp47` directory
2+
3+
This directory contains XML data files related to [BCP (Best Current Practice) 47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt)
4+
and the [LDML specification](https://unicode.org/reports/tr35/).
5+
6+
For copyright, terms of use, and further details, see the top [README](../../README.md).

common/casing/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# CLDR `common/casing` directory
2+
3+
This directory contains XML data files with casing information generated by CasingInfo.java.
4+
5+
For copyright, terms of use, and further details, see the top [README](../../README.md).

common/collation/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# CLDR `common/collation` directory
2+
3+
This directory contains XML data files with collation information related to `CoreCoverageInfo.java` and `ChartCollation.java`.
4+
5+
For copyright, terms of use, and further details, see the top [README](../../README.md).

common/dtd/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# CLDR `common/dtd` directory
2+
3+
This directory contains DTD and other data files. See the [LDML specification](https://unicode.org/reports/tr35/).
4+
5+
For copyright, terms of use, and further details, see the top [README](../../README.md).

common/main/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# CLDR `common/main` directory
2+
3+
This directory contains the main XML data files for the CLDR project. For example, fr_CA.xml contains data for Canadian French.
4+
5+
For copyright, terms of use, and further details, see the top [README](../../README.md).

common/rbnf/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# CLDR `common/rbnf` directory
2+
3+
This directory contains XML data files related to the Rule-Based Number Format (RBNF).
4+
5+
For copyright, terms of use, and further details, see the top [README](../../README.md).

common/segments/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# CLDR `common/segments` directory
2+
3+
This directory contains XML data files related to segmentations. See [Segmentations](https://unicode.org/reports/tr35/tr35-general.html#Segmentations).
4+
5+
For copyright, terms of use, and further details, see the top [README](../../README.md).

0 commit comments

Comments
 (0)