Skip to content

Commit 9258c90

Browse files
authored
CLDR-16265 Fix typos in personName documentation (#2629)
1 parent 1aeeef3 commit 9258c90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ldml/tr35-personNames.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -518,11 +518,11 @@ A PersonName object’s fields are used to derive an order, as follows:
518518

519519
For example, here is a parent locale lookup chain:
520520

521-
de_Latn_de ⇒ de_Latn ⇒ de_de ⇒ de ⇒ und
521+
de_Latn_DE ⇒ de_Latn ⇒ de_DE ⇒ de ⇒ und
522522

523523
In other words, you'll check the givenFirst and surnameFirst resources for the following locales, in this order:
524524

525-
de_Latin_DE, und_Latn_DE, de_Latn, und_Latn, de_DE, und_DE, de, und
525+
de_Latn_DE, und_Latn_DE, de_Latn, und_Latn, de_DE, und_DE, de, und
526526

527527
This process will always terminate, because there is always a und value in one of the two nameOrderLocales elements.
528528

0 commit comments

Comments
 (0)