Skip to content

Commit

Permalink
CLDR-17566 text diffs and minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
chpy04 committed Sep 2, 2024
1 parent de2bcf2 commit aa5c233
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 19 deletions.
6 changes: 3 additions & 3 deletions docs/site/TEMP-TEXT-FILES/adding-locales.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ Before adding a new locale, you must have the core data: see Core Data for New L
Here is an example: https://github.com/unicode-org/cldr/pull/59/files
Add Data in git
Before starting to add a new locale, make sure you have the minimal core data that cannot be added through the Survey Tool. See above.
Create the new locale files. If you are adding a single new language locale, for example, language "xx" as spoken in country "YY", you will need two files:
common/main/xx.xml - The main locale file containing the core data. You can use the template in seed/main/und.xml as a starting point.
common/main/xx_YY.xml - An empty country locale containing the identification of xx_YY as a valid locale. You can use the template in seed/main/und_XX.xml as a starting point.
Create the new locale files. If you are adding a single new language locale, for example, language "xx" as spoken in country "YY", you will need two files:
common/main/xx.xml - The main locale file containing the core data. You can use the template in seed/main/und.xml as a starting point.
common/main/xx_YY.xml - An empty country locale containing the identification of xx_YY as a valid locale. You can use the template in seed/main/und_XX.xml as a starting point.
See files are here: https://github.com/unicode-org/cldr/tree/master/seed/main
Add the plural rules (if available) to common/supplemental/plurals.xml
Add the day period rules (if you have them ) to common/supplemental/dayPeriods.xml
Expand Down
6 changes: 3 additions & 3 deletions docs/site/TEMP-TEXT-FILES/cldr-big-red-switch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ For each release, we add names to the Unicode CLDR Acknowledgments page:
http://cldr.unicode.org/index/acknowledgments.
However, names are not automatically entered there, since some people may not wish to have their names listed. If your name is not there and you would like it to be, please send me your name as it should appear on that page. Your name should be in Latin characters, optionally with names in one or more other scripts in parentheses, such as "Vladimir Weinstein (Владимир Вајнштајн)"
---- how to send this message: currently a crude process ----
1.get list of those who contributed through Survey tool (Login as TC, under 'Manage Users', click 'Email Address of Users Who Participated' (shows all users, not just your org)
2. e-mail that list on BCC: the above message with a subject line of "[CLDR X.Y Contributor Message]", and a request to please keep the subject line intact.
3. Then, the subject line can be used to filter/locate the contributor requests.
get list of those who contributed through Survey tool (Login as TC, under 'Manage Users', click 'Email Address of Users Who Participated' (shows all users, not just your org)
e-mail that list on BCC: the above message with a subject line of "[CLDR X.Y Contributor Message]", and a request to please keep the subject line intact.
Then, the subject line can be used to filter/locate the contributor requests.
13 changes: 3 additions & 10 deletions docs/site/TEMP-TEXT-FILES/generating-charts.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ On each of the subpages, take the first chart on each page, recursively.
Use the "Index" link to go back up (not the back button), and make sure it goes to the right version of the page.
Check into github on cldr-staging
Start Release
Make sure the version  (eg 99) is right in ToolConstants
Make sure the version (eg 99) is right in ToolConstants
Make sure the last number (eg 99.0) is in CLDR_VERSIONS
Set DEFAULT_CHART_VERSION = "99";
Add an new folder with that number, such as cldr-staging/docs/charts/99
Expand Down Expand Up @@ -40,12 +40,5 @@ Modifying the chart programs
The chart programs have grown over time, and need some cleanup. For example, the supplemental charts duplicate code that is now in SupplementalDataInfo.
ShowLanguages.
The messages that they use are in a file util/data/chart_messages.html. The right cell contains the key, which is extracted by lines like:
PrintWriter pw = new PrintWriter(new FormattedFileWriter(index, "Zone \u2192 Tzid", null));
The key will be zone_tzid, in this case.
Generate
Start Release
Mid-release
Prefinal Release
Final Release
Modifying the chart programs
ShowLanguages.
 PrintWriter pw = new PrintWriter(new FormattedFileWriter(index, "Zone \u2192 Tzid", null));
The key will be zone_tzid, in this case.
2 changes: 1 addition & 1 deletion docs/site/development/adding-locales.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ If you are just adding a new country locale (eg we have a locale for the languag

### Minimal Structure

Before adding a new locale, you must have the core data: see[Core Data for New Locales](https://cldr.unicode.org/index/cldr-spec/core-data-for-new-locales) for the process.
Before adding a new locale, you must have the core data: see [Core Data for New Locales](https://cldr.unicode.org/index/cldr-spec/core-data-for-new-locales) for the process.

Here is an example: https://github.com/unicode-org/cldr/pull/59/files

Expand Down
2 changes: 1 addition & 1 deletion docs/site/development/cldr-big-red-switch.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: CLDR: Big Red Switch

*All: remember to make sure that the* ***target: X*** *is set on all the X bugs, otherwise the Release Changes link won't pick them up.*

*Items marked \* are for the "Little Red Switch": dot\-dot releases (*supplemental data, ids, timezones, small spec fixes). Items marked \*\* are only done for a LRS if there was a DTD change.
*Items marked \* are for the "Little Red Switch": dot\-dot releases (supplemental data, ids, timezones, small spec fixes). Items marked \*\* are only done for a LRS if there was a DTD change.*

### Trial New Version (Let us know if you need write access!)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The input for this is the cldr\-staging/production file, and the output is in gi

1. Use the VM arguements
1. \-DCHART\_VERSION\=**99**
2. \-DCHART\_STATUS\=**beta** // \=*default*, uses trunk, calls it β'
2. \-DCHART\_STATUS\=**beta** // \=*default*, uses trunk, calls it β

## Prefinal Release

Expand Down

0 comments on commit aa5c233

Please sign in to comment.