Skip to content

Commit a16d436

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 6ebeb59 commit a16d436

File tree

23 files changed

+5363
-0
lines changed

23 files changed

+5363
-0
lines changed

provider/testdata/Cargo.toml

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

6767
# French:
6868
# - Often the first non-English locale to receive new data in CLDR
69+
# - Belgian region has non default weekData.
6970
"fr",
71+
"fr-BE",
7072

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

0 commit comments

Comments
 (0)