Skip to content

Commit 19f7d4a

Browse files
authored
CLDR-16665 Info Hub update for core names (#4608)
1 parent 2c8e94a commit 19f7d4a

File tree

1 file changed

+17
-22
lines changed

1 file changed

+17
-22
lines changed

docs/site/translation/displaynames/locale-option-names-key.md

Lines changed: 17 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Locales can have special variants, to indicate the use of particular calendars,
88

99
## Locale Option Names
1010

11-
Here are the names of Options to be translated.
11+
Here are examples of names of Options to be translated.
1212

1313
| Option | Meaning |
1414
|---|---|
@@ -20,24 +20,19 @@ Here are the names of Options to be translated.
2020

2121
## Locale Option Value Names
2222

23-
The following are some examples of Option+Value combinations that need translation. Where the Value for the Option is not from a small set (Currency and Private Use), then the Locale Option Pattern is used (see [Language/Locale Name Patterns](/translation/displaynames/languagelocale-name-patterns).
24-
25-
| Option | Value | English Name | Meaning |
26-
|---|---|---|---|
27-
| Calendar | buddhist | Buddhist Calendar | Buddhist Calendar |
28-
| Collation | dict | Dictionary Sort Order | The ordering used in dictionaries, where that is distinct from other forms (such as in Sinhala) |
29-
| Collation | phonebk | Phonebook Sort Order | The ordering used in phonebooks, where that is distinct from other forms (such as in German) |
30-
| Collation | trad | Traditional Sort Order | An ordering used traditionally (in contrast to later conventions) |
31-
| Collation | reformed | Reformed Sort Order | Reformed collation (as opposed to earlier traditions — such as in Swedish) |
32-
| Collation | phonetic | Phonetic Sort Order | A phonetic ordering based on pronunciation. It may interleave different scripts, if multiple scripts are in common use. |
33-
| Collation | direct | Direct Sort Order | The code-point order (in the Unicode charts) |
34-
| Collation | unihan | Radical-Stroke Sort Order | Unihan radical-stroke ordering for CJK characters (those used in Chinese, Japanese, and Korean. |
35-
| Collation | pinyin | Pinyin Sort Order | An ordering based on Pinyin (for Chinese) |
36-
| Collation | stroke | Stroke Sort Order | An ordering based on stroke-count (for Chinese) |
37-
| Collation | gb2312han | Simplified Sort Order - GB2312 | An ordering based on the character encoding GB2312 (for Chinese) |
38-
| Collation | big5han | Traditional Sort Order - Big5 | An ordering based on the character encoding Big5 (for Chinese) |
39-
| Numbers | armn | Armenian Numerals | The numbering system that uses Armenian digits. |
40-
41-
For transform names (BGN, Numeric, Tone, UNGEGN, x-Accents, x-Fullwidth, x-Halfwidth, x-Jamo, x-Pinyin, x-Publishing), see [Transforms](/translation/transforms).
42-
43-
23+
There are two kinds of option value names: the Long name and the Core name. The Long name includes the name of the Option while the Core name does not. Here are examples of what that can look like:
24+
25+
| Code | Name |
26+
| -- | -- |
27+
| `calendar` | Kalender |
28+
| `calendar-buddhist` | Buddhistischer Kalender |
29+
| `calendar-buddhist-core` | Buddhistischer |
30+
31+
The core name is used in two ways:
32+
- In locale names with Locale Option Pattern, like "English (Calendar: Buddhist)"
33+
- In menu listings or pull-downs, where the Option code is used as the header, such as:
34+
- **Calendar**
35+
- Buddhist
36+
- Chinese
37+
- Coptic
38+
- …

0 commit comments

Comments
 (0)