Skip to content

Commit bbee061

Browse files
committed
Add fr-BE as a test locale.
The latter uses non default weekdata which is useful for week-of-year/month tests. I've looked at replacing fr with fr-BE to keep the number of locales constant but fails due to plurals data not having locale regions. This should be fixed by unicode-org#834 which will also IIUC add all regional variants to testdata anyways.
1 parent cdceba4 commit bbee061

File tree

23 files changed

+5123
-0
lines changed

23 files changed

+5123
-0
lines changed

provider/testdata/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ locales = [
6565

6666
# French:
6767
# - Often the first non-English locale to receive new data in CLDR
68+
# - Belgian region has non default weekData.
6869
"fr",
70+
"fr-BE",
6971

7072
# Filipino:
7173
# - Week of month/year have plural variants.

0 commit comments

Comments
 (0)