From e55ab1539eccb16bdcc968ef9279a8860b4277f1 Mon Sep 17 00:00:00 2001 From: macchiati Date: Thu, 28 Mar 2024 10:10:13 -0700 Subject: [PATCH 1/2] CLDR-16998 Fix Formatting --- docs/ldml/tr35.md | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/docs/ldml/tr35.md b/docs/ldml/tr35.md index f1c38a22b52..fba975d8604 100644 --- a/docs/ldml/tr35.md +++ b/docs/ldml/tr35.md @@ -1661,9 +1661,9 @@ __Lateral Inheritance__ is where resources are inherited from within the same lo | Element @Attribute | Source | Context | | ---------------- | ------ | ------- | -| currency @pattern | currencyFormat | numberSystem = defaultNumberingSystem, unless otherwise specified*
currencyFormatLength type=none, unless otherwise specified
currencyFormat type="standard", unless otherwise specified | -| currency @decimal | symbols @decimal | numberSystem = defaultNumberingSystem, unless otherwise specified | -| currency @group | symbols @group | numberSystem = defaultNumberingSystem, unless otherwise specified | +| `currency` `@pattern` | `currencyFormat` | `numberSystem` = `defaultNumberingSystem`, unless otherwise specified*
`currencyFormatLength` type=none, unless otherwise specified
`currencyFormat` `type="standard"`, unless otherwise specified | +| `currency` `@decimal` | `symbols` `@decimal` | `numberSystem` = `defaultNumberingSystem`, unless otherwise specified | +| `currency` `@group` | `symbols` `@group` | `numberSystem` = `defaultNumberingSystem`, unless otherwise specified | >\* The "unless otherwise specified" clause is for when an API or other context indicates a different choice, such as currencyFormat type="accounting". @@ -1673,11 +1673,11 @@ The following attributes use lateral inheritance for **all elements** with the D | Attribute | Fallback | Exception Elements | | ---------- | -------------------------------------- | --------------------------- | -| alt | __no alt attribute__ | _none_ | -| case | "nominative" → ∅ | caseMinimalPairs | -| gender | default_gender(locale) → ∅ | genderMinimalPairs | -| count | plural_rules(locale, x) → "other" → ∅ | minDays, pluralMinimalPairs | -| ordinal | plural_rules(locale, x) → "other" → ∅ | ordinalMinimalPairs | +| `alt` | __no alt attribute__ | _none_ | +| `case` | "nominative" → ∅ | `caseMinimalPairs` | +| `gender` | default_gender(locale) → ∅ | `genderMinimalPairs` | +| `count` | plural_rules(locale, x) → "other" → ∅ | `minDays`, `pluralMinimalPairs` | +| `ordinal` | plural_rules(locale, x) → "other" → ∅ | `ordinalMinimalPairs` | The gender fallback is to neuter if the locale has a neuter gender, otherwise masculine. This may be extended in the future if necessary. See also [Part 2, Grammatical Features](tr35-general.md#Grammatical_Features). @@ -3803,13 +3803,12 @@ A matching rule can be used to transform the source fields as follows _Example:_ -> source=ja-Latn-fonipa-hepburn-heploc +> source="ja-Latn-fonipa-hepburn-heploc" > -> rule ="\ rule =`\` > -> replacement="und-alalc97">" -> -> result="ja-Latn-alalc97-fonipa" // note that CLDR canonical order of variants is alphabetical +> result="ja-Latn-alalc97-fonipa" +> (note that CLDR canonical order of variants is alphabetical) ##### Territory Exception From 59e1230de4ceff85ac758a352927e8b322f69819 Mon Sep 17 00:00:00 2001 From: macchiati Date: Thu, 28 Mar 2024 13:33:46 -0700 Subject: [PATCH 2/2] CLDR-16998 Fixed typos --- docs/ldml/tr35.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/ldml/tr35.md b/docs/ldml/tr35.md index fba975d8604..db0ef0f4541 100644 --- a/docs/ldml/tr35.md +++ b/docs/ldml/tr35.md @@ -3805,9 +3805,10 @@ _Example:_ > source="ja-Latn-fonipa-hepburn-heploc" > -> rule =`\` +> rule =`` > > result="ja-Latn-alalc97-fonipa" +> > (note that CLDR canonical order of variants is alphabetical) ##### Territory Exception