Skip to content
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

CLDR-16511 flesh out modification section #2814

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions docs/ldml/tr35-personNames.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down Expand Up @@ -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:


Expand Down
14 changes: 12 additions & 2 deletions docs/ldml/tr35.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down