From 8ecd6eb0c6efafe243f2c799ccc29ac5155b3876 Mon Sep 17 00:00:00 2001 From: macchiati Date: Mon, 27 Mar 2023 16:50:04 -0700 Subject: [PATCH 1/2] CLDR-16511 Flesh out modification section --- docs/ldml/tr35-personNames.md | 4 ---- docs/ldml/tr35.md | 14 ++++++++++++-- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/docs/ldml/tr35-personNames.md b/docs/ldml/tr35-personNames.md index 0aa88dd4bf1..741cad90d4d 100644 --- a/docs/ldml/tr35-personNames.md +++ b/docs/ldml/tr35-personNames.md @@ -716,8 +716,6 @@ For example, when formatting a name for Japanese, if the name is in the Latin sc To illustrate how foreign space replacement works, consider the following name data. For illustration, the name locale is given in the maximized form: in practice, `ja` would be used instead of `ja_Jpan_JP`, and so on.: For more information, see [Likely Subtags](tr35.html#Likely_Subtags). -*TBD Review all these examples to see if they need updating* - | name locale | given | surname | | ------------- | -------- | ------------- | | `de_Latn_CH` | Albert | Einstein | @@ -877,8 +875,6 @@ The name data would resolve as follows: ### Formatting examples -*TBD Review all these examples to see if they need updating* - The personName element contains: diff --git a/docs/ldml/tr35.md b/docs/ldml/tr35.md index c9f2e564029..8f5e41d1a31 100644 --- a/docs/ldml/tr35.md +++ b/docs/ldml/tr35.md @@ -3760,8 +3760,18 @@ Other contributors to CLDR are listed on the [CLDR Project Page](https://www.uni **Revision 68** -* Proposed Update for CLDR Version 43. -* Added new section on [Data Size Reduction](#Data_Size) +* Removed numbering from sections, to allow for more flexible reorganization of the specification in the future. +* **Locales** + * Fixed formatting errors in [Likely Subtags](#likely-subtags) +* **Data Size** + * Added new section on [Data Size Reduction](#Data_Size) +* **[Dates](tr35-dates.md)** + * Added optional `code` and `aliases` attributes to eras in [Calendar Data](tr35-dates.md#calendar-data)** +* **[Person Names](tr35-personNames.md#Contents)** + * Brought Person Name Formatting out of tech preview + * Described the changes from _prefix_ and _suffix_ to _title_, _generation_, and _credentials_ + * Provided much more detailed algorithms for the whole [Formatting Process](tr35-personNames.md#formatting-process), including additional processing steps such as [Handle missing surname](tr35-personNames.md#handle-missing-surname) + * Documented changes in the [Sample Name](tr35-personNames.md#sample-name) structure Note that small changes such as typos and link fixes are not listed above. Modifications in previous versions are listed in those respective versions. Click on **Previous Version** in the header until you get to the desired version. From 1fd4379203676fd5650243794c60450b7eeed55c Mon Sep 17 00:00:00 2001 From: macchiati Date: Tue, 28 Mar 2023 11:44:31 -0700 Subject: [PATCH 2/2] CLDR-16511 fix formatting --- docs/ldml/tr35.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ldml/tr35.md b/docs/ldml/tr35.md index 8f5e41d1a31..1131d3fcb4b 100644 --- a/docs/ldml/tr35.md +++ b/docs/ldml/tr35.md @@ -3766,7 +3766,7 @@ Other contributors to CLDR are listed on the [CLDR Project Page](https://www.uni * **Data Size** * Added new section on [Data Size Reduction](#Data_Size) * **[Dates](tr35-dates.md)** - * Added optional `code` and `aliases` attributes to eras in [Calendar Data](tr35-dates.md#calendar-data)** + * Added optional `code` and `aliases` attributes to eras in [Calendar Data](tr35-dates.md#calendar-data) * **[Person Names](tr35-personNames.md#Contents)** * Brought Person Name Formatting out of tech preview * Described the changes from _prefix_ and _suffix_ to _title_, _generation_, and _credentials_