Skip to content

Commit 289fb34

Browse files
AEApplestenshamnmacchiati
authored
CLDR-18855 Clarify regional locale formatting expectations (#4908)
Co-authored-by: Fredrik <[email protected]> Co-authored-by: Mark Davis <[email protected]>
1 parent 0358692 commit 289fb34

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/site/translation/number-currency-formats/number-symbols.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,17 @@ title: Number Symbols
66

77
The following symbols are used to format numbers. The Approved symbols for the locale will be substituted for the placeholders described in [Number Patterns](/translation/number-currency-formats/number-and-currency-patterns)
88

9-
For English regional locales (e.g. en\_DE) where English is not the primary language of the country/region (e.g. en\_DE; English as used in Germany), the number formats and date formats should follow the **English formatting usage** in that country/region. Often, the formatting usage in English tend to follow the British or American formatting rather than the formatting of the primary language. Consult with the English versions of prominent magazines or newspapers for guidance on date and number format usage.
9+
For regional locales where the language is not the primary language of the country/region (e.g. en\_DE, English as used in Germany; or es_SE, Spanish as used in Sweden), there are different possible options for the number formats and date formats.
10+
As with other CLDR data, the most customary form of _that_ language as used in _that_ country should be followed.
11+
This is generally one of two options (or something in between):
12+
13+
1. The conventions of one of the main regional variants (e.g. en\_GB), such as 1,234.5 or 21/02/2025 or 21 February 2025
14+
2. The conventions of one of the main languages used in the country, such as 1’234,5 or 2025-21-01 or 21. February 2025
15+
16+
The choice of which option is most customary can be difficult to determine with languages that are operating as a lingua franca for people who don't have it as their first language.
17+
In these situations, much of the available content is written for an international audience and most of the readers are from other countries/regions.
18+
19+
Developers can choose a specific language variant, such as en\_GB, with a specific region's formatting by using [the Region Override U extension](https://www.unicode.org/reports/tr35/#RegionOverride) if they, for example, prefer British English formatting in a region/country with different number or date formatting.
1020

1121
| Name | English Example | | Meaning |
1222
|---|---|---|---|

0 commit comments

Comments
 (0)