-
Notifications
You must be signed in to change notification settings - Fork 422
CLDR-18960 Add README.md files in common/* directories #5213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| # CLDR `common/annotations` directory | ||
|
|
||
| This directory contains annotations and TTS names for characters. | ||
| This directory contains XML data files with annotations and TTS (text-to-speech) names for characters. | ||
|
|
||
| For copyright, terms of use, and further details, see the top [README](../../README.md). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| # CLDR `common/annotationsDerived` directory | ||
|
|
||
| This directory contains XML data files with short names and annotations derived using `GenerateDerivedAnnotations.java`. | ||
|
|
||
| For copyright, terms of use, and further details, see the top [README](../../README.md). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| # CLDR `common/bcp47` directory | ||
|
|
||
| This directory contains XML data files related to [BCP (Best Current Practice) 47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) | ||
| and the [LDML specification](https://unicode.org/reports/tr35/). | ||
|
|
||
| For copyright, terms of use, and further details, see the top [README](../../README.md). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| # CLDR `common/casing` directory | ||
|
|
||
| This directory contains XML data files with casing information generated by CasingInfo.java. | ||
|
|
||
| For copyright, terms of use, and further details, see the top [README](../../README.md). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| # CLDR `common/collation` directory | ||
|
|
||
| This directory contains XML data files with collation information related to `CoreCoverageInfo.java` and `ChartCollation.java`. | ||
|
|
||
| For copyright, terms of use, and further details, see the top [README](../../README.md). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| # CLDR `common/dtd` directory | ||
|
|
||
| This directory contains DTD and other data files. See the [LDML specification](https://unicode.org/reports/tr35/). | ||
|
|
||
| For copyright, terms of use, and further details, see the top [README](../../README.md). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| # CLDR `common/main` directory | ||
|
|
||
| This directory contains the main XML data files for the CLDR project. For example, fr_CA.xml contains data for Canadian French. | ||
|
|
||
| For copyright, terms of use, and further details, see the top [README](../../README.md). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| # CLDR `common/rbnf` directory | ||
|
|
||
| This directory contains XML data files related to the Rule-Based Number Format (RBNF). | ||
|
|
||
| For copyright, terms of use, and further details, see the top [README](../../README.md). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| # CLDR `common/segments` directory | ||
|
|
||
| This directory contains XML data files related to segmentations. See [Segmentations](https://unicode.org/reports/tr35/tr35-general.html#Segmentations). | ||
|
|
||
| For copyright, terms of use, and further details, see the top [README](../../README.md). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| # CLDR `common/subdivisions` directory | ||
|
|
||
| This directory contains XML data files related to territory subdivisions. | ||
|
|
||
| For copyright, terms of use, and further details, see the top [README](../../README.md). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| # CLDR `common/supplemental-temp` directory | ||
|
|
||
| This directory contains an XML data file used for testing. See [CLDR-15548](https://unicode-org.atlassian.net/browse/CLDR-15548). | ||
|
|
||
| For copyright, terms of use, and further details, see the top [README](../../README.md). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| # CLDR `common/supplemental` directory | ||
|
|
||
| This directory contains various supplemental XML data files. | ||
|
|
||
| For copyright, terms of use, and further details, see the top [README](../../README.md). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| # CLDR `common/testData` directory | ||
|
|
||
| This directory contains data for testing expected behavior of CLDR operations. | ||
|
|
||
| The format may vary between folders or files. | ||
|
|
||
| For copyright, terms of use, and further details, see the top [README](../../README.md). |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,25 +1,26 @@ | ||
| # Test Data for DateTime Formatting | ||
| # CLDR `common/testData/datetime` directory | ||
|
|
||
| This directory contains test data for DateTime formatting. | ||
|
|
||
| This data is the result of the test data generator `GenerateDateTimeTestData.java`. | ||
|
|
||
| The design of the test generator is to provide the "expected value" of datetime formatting over several dimensions, | ||
| such as locale, | ||
| formatting options (date length, calendar, etc.), | ||
| and various input datetime values. | ||
| such as locale, formatting options (date length, calendar, etc.), and various input datetime values. | ||
|
|
||
| The test generator constructs the expected value using the various pieces | ||
| (date format pattern, time format pattern, datetime "glue" pattern) | ||
| and `SimpleDateFormat`s to combine them together. | ||
| Each test case reports the inputs for the test case and the expected value. | ||
|
|
||
| The UTS 35 LDML spec for datetime formatting will be updated in CLDR v48 to specify | ||
| that the default value for dateTimeFormatType will be "atTime". | ||
| The UTS 35 LDML spec for datetime formatting was updated in CLDR v48 to specify | ||
| that the default value for dateTimeFormatType is "atTime". | ||
| dateTimeFormatType represents the value that indicates the type of | ||
| datetime "glue" pattern, ex: indicating "atTime" or "standard" pattern. | ||
| By datetime "glue" pattern, we mean the pattern that is used to combine the result | ||
| of date-only formatting and time-only formatting to arrive at the overall combined | ||
| formatting for the datetime object containing both a date and a time. | ||
| Therefore, for test cases in the dataset in which a date and a time are both present | ||
| in the datetime object, if a dateTimeFormatType is not specified explicitly, the | ||
| value should be assumed to be "atTime". | ||
| value should be assumed to be "atTime". | ||
|
|
||
| For copyright, terms of use, and further details, see the top [README](../../../README.md). | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| # CLDR `common/testData/localeIdentifiers` directory | ||
|
|
||
| This directory contains test data for grapheme locale validity, canonicalization, and name generation. | ||
|
|
||
| The format may vary between folders or files. | ||
|
|
||
| Format: | ||
|
|
||
| Generally has the following structure, but the values depend on the file. | ||
|
|
||
| `@<parameter>=<parameter value>` | ||
|
|
||
| `<input> ; <expected output>` | ||
|
|
||
| For copyright, terms of use, and further details, see the top [README](../../../README.md). |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| # CLDR `common/testData/personNameTest` directory | ||
|
|
||
| This directory contains test data for personName formats. | ||
|
|
||
| The format may vary between folders or files. | ||
|
|
||
| For copyright, terms of use, and further details, see the top [README](../../../README.md). |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| # CLDR `common/testData/graphemeCluster` directory | ||
|
|
||
| This directory contains test data for grapheme cluster testing generation. | ||
|
|
||
| Format: | ||
|
|
||
| `<source string> ; <copy of source string with ÷ inserted at boundaries>` | ||
|
|
||
| For copyright, terms of use, and further details, see the top [README](../../../../README.md). |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| # CLDR `common/testData/transforms` directory | ||
|
|
||
| This directory contains test data for testing transforms. | ||
|
|
||
| Format: uses tab delimiters to make it easier to read into spreadsheets | ||
|
|
||
| `<source text><TAB><expected result text>` | ||
|
|
||
| For copyright, terms of use, and further details, see the top [README](../../../README.md). |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| # CLDR `common/testData/units` directory | ||
|
|
||
| This directory contains test data for units: conversions and preferences. | ||
|
|
||
| The format may vary between folders or files. | ||
|
|
||
| For copyright, terms of use, and further details, see the top [README](../../../README.md). |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| # CLDR `common/transforms` directory | ||
|
|
||
| This directory contains XML data files related to transforms. | ||
|
|
||
| For copyright, terms of use, and further details, see the top [README](../../README.md). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| # CLDR `common/uca` directory | ||
|
|
||
| This directory contains text (`.txt`) files related to the Unicode Collation Algorithm (UCA). | ||
|
|
||
| For a description of the format and usage, see [Root Collation Data Files](https://www.unicode.org/reports/tr35/tr35-collation.html#Root_Data_Files). | ||
|
|
||
| For copyright, terms of use, and further details, see the top [README](../../README.md). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| # CLDR `common/validity` directory | ||
|
|
||
| This directory contains XML data files, which may be automatically generated. | ||
|
|
||
| See [Update Validity XML](https://cldr.unicode.org/development/updating-codes/update-validity-xml). | ||
|
|
||
| For copyright, terms of use, and further details, see the top [README](../../README.md). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note the change from "will be" to "was/is" since CLDR v48 has been released