feat: Added fr-BE (#4004)

This commit is contained in:
TheSuperBeaver
2024-08-08 16:50:14 +02:00
committed by GitHub
parent d53f81cdfb
commit f92a9afbe5
6 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"short": {
"month": "short",
"day": "numeric",
"weekday": "long"
},
"medium": {
"month": "long",
"day": "numeric",
"weekday": "long",
"year": "numeric"
},
"long": {
"year": "numeric",
"month": "long",
"day": "numeric",
"weekday": "long",
"hour": "numeric",
"minute": "numeric"
}
}