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

chore: bump deps (#2513)

* bump dependencies

* run code-generator

* add direct dependency to text-unidecode

* fix dev dependencies group
This commit is contained in:
Hayden 2023-08-20 16:09:13 -08:00 committed by GitHub
parent 095edef95e
commit c60c63852b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 223 additions and 206 deletions

View file

@ -158,6 +158,7 @@ export default {
i18n: {
locales: [
// CODE_GEN_ID: MESSAGE_LOCALES
{ code: "lv-LV", file: "lv-LV.json" },
{ code: "el-GR", file: "el-GR.json" },
{ code: "it-IT", file: "it-IT.json" },
{ code: "ko-KR", file: "ko-KR.json" },
@ -177,12 +178,14 @@ export default {
{ code: "lt-LT", file: "lt-LT.json" },
{ code: "fr-CA", file: "fr-CA.json" },
{ code: "pl-PL", file: "pl-PL.json" },
{ code: "hr-HR", file: "hr-HR.json" },
{ code: "da-DK", file: "da-DK.json" },
{ code: "pt-BR", file: "pt-BR.json" },
{ code: "de-DE", file: "de-DE.json" },
{ code: "ca-ES", file: "ca-ES.json" },
{ code: "sr-SP", file: "sr-SP.json" },
{ code: "cs-CZ", file: "cs-CZ.json" },
{ code: "gl-ES", file: "gl-ES.json" },
{ code: "fr-FR", file: "fr-FR.json" },
{ code: "zh-TW", file: "zh-TW.json" },
{ code: "af-ZA", file: "af-ZA.json" },