1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-24 07:39:41 +02:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 32 additions and 0 deletions

View file

@ -203,6 +203,7 @@ export default {
{ code: "cs-CZ", file: "cs-CZ.json" },
{ code: "gl-ES", file: "gl-ES.json" },
{ code: "fr-FR", file: "fr-FR.json" },
{ code: "fr-BE", file: "fr-BE.json" },
{ code: "zh-TW", file: "zh-TW.json" },
{ code: "af-ZA", file: "af-ZA.json" },
{ code: "is-IS", file: "is-IS.json" },
@ -252,6 +253,7 @@ export default {
"sr-SP": require("./lang/dateTimeFormats/sr-SP.json"),
"cs-CZ": require("./lang/dateTimeFormats/cs-CZ.json"),
"fr-FR": require("./lang/dateTimeFormats/fr-FR.json"),
"fr-BE": require("./lang/dateTimeFormats/fr-BE.json"),
"zh-TW": require("./lang/dateTimeFormats/zh-TW.json"),
"af-ZA": require("./lang/dateTimeFormats/af-ZA.json"),
"ru-RU": require("./lang/dateTimeFormats/ru-RU.json"),