mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-25 08:09:41 +02:00
lang: options updates + gen utils cleanup (#1520)
* generate new langs * add to nuxt * cleanup generator code * additional cleanups
This commit is contained in:
parent
5fca94dd45
commit
6649ccf224
8 changed files with 119 additions and 94 deletions
|
@ -141,6 +141,7 @@ export default {
|
|||
{ code: "ko-KR", file: "ko-KR.json" },
|
||||
{ code: "es-ES", file: "es-ES.json" },
|
||||
{ code: "ja-JP", file: "ja-JP.json" },
|
||||
{ code: "bg-BG", file: "bg-BG.json" },
|
||||
{ code: "zh-CN", file: "zh-CN.json" },
|
||||
{ code: "tr-TR", file: "tr-TR.json" },
|
||||
{ code: "ar-SA", file: "ar-SA.json" },
|
||||
|
@ -149,7 +150,10 @@ export default {
|
|||
{ code: "no-NO", file: "no-NO.json" },
|
||||
{ code: "sv-SE", file: "sv-SE.json" },
|
||||
{ code: "ro-RO", file: "ro-RO.json" },
|
||||
{ code: "sk-SK", file: "sk-SK.json" },
|
||||
{ code: "uk-UA", file: "uk-UA.json" },
|
||||
{ code: "lt-LT", file: "lt-LT.json" },
|
||||
{ code: "fr-CA", file: "fr-CA.json" },
|
||||
{ code: "pl-PL", file: "pl-PL.json" },
|
||||
{ code: "da-DK", file: "da-DK.json" },
|
||||
{ code: "pt-BR", file: "pt-BR.json" },
|
||||
|
@ -160,6 +164,7 @@ export default {
|
|||
{ code: "fr-FR", file: "fr-FR.json" },
|
||||
{ code: "zh-TW", file: "zh-TW.json" },
|
||||
{ code: "af-ZA", file: "af-ZA.json" },
|
||||
{ code: "sl-SI", file: "sl-SI.json" },
|
||||
{ code: "ru-RU", file: "ru-RU.json" },
|
||||
{ code: "he-IL", file: "he-IL.json" },
|
||||
{ code: "nl-NL", file: "nl-NL.json" },
|
||||
|
@ -185,6 +190,7 @@ export default {
|
|||
"ko-KR": require("./lang/dateTimeFormats/ko-KR.json"),
|
||||
"es-ES": require("./lang/dateTimeFormats/es-ES.json"),
|
||||
"ja-JP": require("./lang/dateTimeFormats/ja-JP.json"),
|
||||
"bg-BG": require("./lang/dateTimeFormats/bg-BG.json"),
|
||||
"zh-CN": require("./lang/dateTimeFormats/zh-CN.json"),
|
||||
"tr-TR": require("./lang/dateTimeFormats/tr-TR.json"),
|
||||
"ar-SA": require("./lang/dateTimeFormats/ar-SA.json"),
|
||||
|
@ -193,7 +199,9 @@ export default {
|
|||
"no-NO": require("./lang/dateTimeFormats/no-NO.json"),
|
||||
"sv-SE": require("./lang/dateTimeFormats/sv-SE.json"),
|
||||
"ro-RO": require("./lang/dateTimeFormats/ro-RO.json"),
|
||||
"sk-SK": require("./lang/dateTimeFormats/sk-SK.json"),
|
||||
"uk-UA": require("./lang/dateTimeFormats/uk-UA.json"),
|
||||
"fr-CA": require("./lang/dateTimeFormats/fr-CA.json"),
|
||||
"pl-PL": require("./lang/dateTimeFormats/pl-PL.json"),
|
||||
"da-DK": require("./lang/dateTimeFormats/da-DK.json"),
|
||||
"pt-BR": require("./lang/dateTimeFormats/pt-BR.json"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue