mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-19 13:19:41 +02:00
chore: automatic locale sync (#5705)
Co-authored-by: GitHub Action <action@github.com> Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com>
This commit is contained in:
parent
9cfc54b1f5
commit
9ec1599427
3 changed files with 66 additions and 66 deletions
|
@ -93,7 +93,7 @@ export const LOCALES = [
|
||||||
{
|
{
|
||||||
name: "Nederlands (Dutch)",
|
name: "Nederlands (Dutch)",
|
||||||
value: "nl-NL",
|
value: "nl-NL",
|
||||||
progress: 39,
|
progress: 42,
|
||||||
dir: "ltr",
|
dir: "ltr",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -135,7 +135,7 @@ export const LOCALES = [
|
||||||
{
|
{
|
||||||
name: "Magyar (Hungarian)",
|
name: "Magyar (Hungarian)",
|
||||||
value: "hu-HU",
|
value: "hu-HU",
|
||||||
progress: 38,
|
progress: 39,
|
||||||
dir: "ltr",
|
dir: "ltr",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -213,7 +213,7 @@ export const LOCALES = [
|
||||||
{
|
{
|
||||||
name: "Deutsch (German)",
|
name: "Deutsch (German)",
|
||||||
value: "de-DE",
|
value: "de-DE",
|
||||||
progress: 46,
|
progress: 55,
|
||||||
dir: "ltr",
|
dir: "ltr",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,47 +1,47 @@
|
||||||
/* eslint-disable @typescript-eslint/no-require-imports */
|
/* eslint-disable @typescript-eslint/no-require-imports */
|
||||||
const datetimeFormats = {
|
const datetimeFormats = {
|
||||||
// CODE_GEN_ID: DATE_LOCALES
|
// CODE_GEN_ID: DATE_LOCALES
|
||||||
"hu-HU": require("./lang/dateTimeFormats/hu-HU.json"),
|
|
||||||
"no-NO": require("./lang/dateTimeFormats/no-NO.json"),
|
|
||||||
"nl-NL": require("./lang/dateTimeFormats/nl-NL.json"),
|
|
||||||
"pl-PL": require("./lang/dateTimeFormats/pl-PL.json"),
|
|
||||||
"da-DK": require("./lang/dateTimeFormats/da-DK.json"),
|
|
||||||
"fr-CA": require("./lang/dateTimeFormats/fr-CA.json"),
|
|
||||||
"fr-BE": require("./lang/dateTimeFormats/fr-BE.json"),
|
|
||||||
"it-IT": require("./lang/dateTimeFormats/it-IT.json"),
|
|
||||||
"sl-SI": require("./lang/dateTimeFormats/sl-SI.json"),
|
|
||||||
"sr-SP": require("./lang/dateTimeFormats/sr-SP.json"),
|
|
||||||
"is-IS": require("./lang/dateTimeFormats/is-IS.json"),
|
|
||||||
"ja-JP": require("./lang/dateTimeFormats/ja-JP.json"),
|
|
||||||
"fr-FR": require("./lang/dateTimeFormats/fr-FR.json"),
|
|
||||||
"ca-ES": require("./lang/dateTimeFormats/ca-ES.json"),
|
|
||||||
"tr-TR": require("./lang/dateTimeFormats/tr-TR.json"),
|
"tr-TR": require("./lang/dateTimeFormats/tr-TR.json"),
|
||||||
"fi-FI": require("./lang/dateTimeFormats/fi-FI.json"),
|
|
||||||
"hr-HR": require("./lang/dateTimeFormats/hr-HR.json"),
|
|
||||||
"pt-BR": require("./lang/dateTimeFormats/pt-BR.json"),
|
|
||||||
"sk-SK": require("./lang/dateTimeFormats/sk-SK.json"),
|
|
||||||
"zh-CN": require("./lang/dateTimeFormats/zh-CN.json"),
|
"zh-CN": require("./lang/dateTimeFormats/zh-CN.json"),
|
||||||
"pt-PT": require("./lang/dateTimeFormats/pt-PT.json"),
|
"ja-JP": require("./lang/dateTimeFormats/ja-JP.json"),
|
||||||
"en-GB": require("./lang/dateTimeFormats/en-GB.json"),
|
"en-GB": require("./lang/dateTimeFormats/en-GB.json"),
|
||||||
|
"ca-ES": require("./lang/dateTimeFormats/ca-ES.json"),
|
||||||
|
"it-IT": require("./lang/dateTimeFormats/it-IT.json"),
|
||||||
|
"pl-PL": require("./lang/dateTimeFormats/pl-PL.json"),
|
||||||
|
"pt-PT": require("./lang/dateTimeFormats/pt-PT.json"),
|
||||||
"ro-RO": require("./lang/dateTimeFormats/ro-RO.json"),
|
"ro-RO": require("./lang/dateTimeFormats/ro-RO.json"),
|
||||||
"cs-CZ": require("./lang/dateTimeFormats/cs-CZ.json"),
|
"sr-SP": require("./lang/dateTimeFormats/sr-SP.json"),
|
||||||
"en-US": require("./lang/dateTimeFormats/en-US.json"),
|
"hr-HR": require("./lang/dateTimeFormats/hr-HR.json"),
|
||||||
"lv-LV": require("./lang/dateTimeFormats/lv-LV.json"),
|
|
||||||
"ko-KR": require("./lang/dateTimeFormats/ko-KR.json"),
|
|
||||||
"bg-BG": require("./lang/dateTimeFormats/bg-BG.json"),
|
|
||||||
"gl-ES": require("./lang/dateTimeFormats/gl-ES.json"),
|
|
||||||
"de-DE": require("./lang/dateTimeFormats/de-DE.json"),
|
"de-DE": require("./lang/dateTimeFormats/de-DE.json"),
|
||||||
"lt-LT": require("./lang/dateTimeFormats/lt-LT.json"),
|
|
||||||
"ru-RU": require("./lang/dateTimeFormats/ru-RU.json"),
|
|
||||||
"he-IL": require("./lang/dateTimeFormats/he-IL.json"),
|
|
||||||
"el-GR": require("./lang/dateTimeFormats/el-GR.json"),
|
|
||||||
"zh-TW": require("./lang/dateTimeFormats/zh-TW.json"),
|
"zh-TW": require("./lang/dateTimeFormats/zh-TW.json"),
|
||||||
"af-ZA": require("./lang/dateTimeFormats/af-ZA.json"),
|
"af-ZA": require("./lang/dateTimeFormats/af-ZA.json"),
|
||||||
|
"fr-CA": require("./lang/dateTimeFormats/fr-CA.json"),
|
||||||
|
"he-IL": require("./lang/dateTimeFormats/he-IL.json"),
|
||||||
|
"pt-BR": require("./lang/dateTimeFormats/pt-BR.json"),
|
||||||
|
"cs-CZ": require("./lang/dateTimeFormats/cs-CZ.json"),
|
||||||
|
"fr-FR": require("./lang/dateTimeFormats/fr-FR.json"),
|
||||||
|
"ru-RU": require("./lang/dateTimeFormats/ru-RU.json"),
|
||||||
|
"is-IS": require("./lang/dateTimeFormats/is-IS.json"),
|
||||||
|
"sk-SK": require("./lang/dateTimeFormats/sk-SK.json"),
|
||||||
|
"el-GR": require("./lang/dateTimeFormats/el-GR.json"),
|
||||||
|
"fr-BE": require("./lang/dateTimeFormats/fr-BE.json"),
|
||||||
|
"da-DK": require("./lang/dateTimeFormats/da-DK.json"),
|
||||||
|
"hu-HU": require("./lang/dateTimeFormats/hu-HU.json"),
|
||||||
"es-ES": require("./lang/dateTimeFormats/es-ES.json"),
|
"es-ES": require("./lang/dateTimeFormats/es-ES.json"),
|
||||||
|
"gl-ES": require("./lang/dateTimeFormats/gl-ES.json"),
|
||||||
|
"no-NO": require("./lang/dateTimeFormats/no-NO.json"),
|
||||||
|
"lt-LT": require("./lang/dateTimeFormats/lt-LT.json"),
|
||||||
|
"en-US": require("./lang/dateTimeFormats/en-US.json"),
|
||||||
"sv-SE": require("./lang/dateTimeFormats/sv-SE.json"),
|
"sv-SE": require("./lang/dateTimeFormats/sv-SE.json"),
|
||||||
"ar-SA": require("./lang/dateTimeFormats/ar-SA.json"),
|
"ko-KR": require("./lang/dateTimeFormats/ko-KR.json"),
|
||||||
"vi-VN": require("./lang/dateTimeFormats/vi-VN.json"),
|
"bg-BG": require("./lang/dateTimeFormats/bg-BG.json"),
|
||||||
|
"sl-SI": require("./lang/dateTimeFormats/sl-SI.json"),
|
||||||
"uk-UA": require("./lang/dateTimeFormats/uk-UA.json"),
|
"uk-UA": require("./lang/dateTimeFormats/uk-UA.json"),
|
||||||
|
"lv-LV": require("./lang/dateTimeFormats/lv-LV.json"),
|
||||||
|
"ar-SA": require("./lang/dateTimeFormats/ar-SA.json"),
|
||||||
|
"nl-NL": require("./lang/dateTimeFormats/nl-NL.json"),
|
||||||
|
"vi-VN": require("./lang/dateTimeFormats/vi-VN.json"),
|
||||||
|
"fi-FI": require("./lang/dateTimeFormats/fi-FI.json"),
|
||||||
// END: DATE_LOCALES
|
// END: DATE_LOCALES
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -241,48 +241,48 @@ export default defineNuxtConfig({
|
||||||
i18n: {
|
i18n: {
|
||||||
locales: [
|
locales: [
|
||||||
// CODE_GEN_ID: MESSAGE_LOCALES
|
// CODE_GEN_ID: MESSAGE_LOCALES
|
||||||
{ code: "hu-HU", file: "hu-HU.ts" },
|
|
||||||
{ code: "no-NO", file: "no-NO.ts" },
|
|
||||||
{ code: "nl-NL", file: "nl-NL.ts" },
|
|
||||||
{ code: "pl-PL", file: "pl-PL.ts" },
|
|
||||||
{ code: "da-DK", file: "da-DK.ts" },
|
|
||||||
{ code: "fr-CA", file: "fr-CA.ts" },
|
|
||||||
{ code: "fr-BE", file: "fr-BE.ts" },
|
|
||||||
{ code: "it-IT", file: "it-IT.ts" },
|
|
||||||
{ code: "sl-SI", file: "sl-SI.ts" },
|
|
||||||
{ code: "sr-SP", file: "sr-SP.ts" },
|
|
||||||
{ code: "is-IS", file: "is-IS.ts" },
|
|
||||||
{ code: "ja-JP", file: "ja-JP.ts" },
|
|
||||||
{ code: "fr-FR", file: "fr-FR.ts" },
|
|
||||||
{ code: "ca-ES", file: "ca-ES.ts" },
|
|
||||||
{ code: "tr-TR", file: "tr-TR.ts" },
|
{ code: "tr-TR", file: "tr-TR.ts" },
|
||||||
{ code: "fi-FI", file: "fi-FI.ts" },
|
|
||||||
{ code: "hr-HR", file: "hr-HR.ts" },
|
|
||||||
{ code: "pt-BR", file: "pt-BR.ts" },
|
|
||||||
{ code: "sk-SK", file: "sk-SK.ts" },
|
|
||||||
{ code: "zh-CN", file: "zh-CN.ts" },
|
{ code: "zh-CN", file: "zh-CN.ts" },
|
||||||
{ code: "pt-PT", file: "pt-PT.ts" },
|
{ code: "ja-JP", file: "ja-JP.ts" },
|
||||||
{ code: "en-GB", file: "en-GB.ts" },
|
{ code: "en-GB", file: "en-GB.ts" },
|
||||||
|
{ code: "ca-ES", file: "ca-ES.ts" },
|
||||||
|
{ code: "it-IT", file: "it-IT.ts" },
|
||||||
|
{ code: "pl-PL", file: "pl-PL.ts" },
|
||||||
|
{ code: "pt-PT", file: "pt-PT.ts" },
|
||||||
{ code: "ro-RO", file: "ro-RO.ts" },
|
{ code: "ro-RO", file: "ro-RO.ts" },
|
||||||
{ code: "cs-CZ", file: "cs-CZ.ts" },
|
{ code: "sr-SP", file: "sr-SP.ts" },
|
||||||
{ code: "et-EE", file: "et-EE.ts" },
|
{ code: "hr-HR", file: "hr-HR.ts" },
|
||||||
{ code: "en-US", file: "en-US.ts" },
|
|
||||||
{ code: "lv-LV", file: "lv-LV.ts" },
|
|
||||||
{ code: "ko-KR", file: "ko-KR.ts" },
|
|
||||||
{ code: "bg-BG", file: "bg-BG.ts" },
|
|
||||||
{ code: "gl-ES", file: "gl-ES.ts" },
|
|
||||||
{ code: "de-DE", file: "de-DE.ts" },
|
{ code: "de-DE", file: "de-DE.ts" },
|
||||||
{ code: "lt-LT", file: "lt-LT.ts" },
|
|
||||||
{ code: "ru-RU", file: "ru-RU.ts" },
|
|
||||||
{ code: "he-IL", file: "he-IL.ts" },
|
|
||||||
{ code: "el-GR", file: "el-GR.ts" },
|
|
||||||
{ code: "zh-TW", file: "zh-TW.ts" },
|
{ code: "zh-TW", file: "zh-TW.ts" },
|
||||||
{ code: "af-ZA", file: "af-ZA.ts" },
|
{ code: "af-ZA", file: "af-ZA.ts" },
|
||||||
|
{ code: "fr-CA", file: "fr-CA.ts" },
|
||||||
|
{ code: "he-IL", file: "he-IL.ts" },
|
||||||
|
{ code: "pt-BR", file: "pt-BR.ts" },
|
||||||
|
{ code: "cs-CZ", file: "cs-CZ.ts" },
|
||||||
|
{ code: "fr-FR", file: "fr-FR.ts" },
|
||||||
|
{ code: "ru-RU", file: "ru-RU.ts" },
|
||||||
|
{ code: "is-IS", file: "is-IS.ts" },
|
||||||
|
{ code: "sk-SK", file: "sk-SK.ts" },
|
||||||
|
{ code: "el-GR", file: "el-GR.ts" },
|
||||||
|
{ code: "fr-BE", file: "fr-BE.ts" },
|
||||||
|
{ code: "da-DK", file: "da-DK.ts" },
|
||||||
|
{ code: "hu-HU", file: "hu-HU.ts" },
|
||||||
{ code: "es-ES", file: "es-ES.ts" },
|
{ code: "es-ES", file: "es-ES.ts" },
|
||||||
|
{ code: "gl-ES", file: "gl-ES.ts" },
|
||||||
|
{ code: "no-NO", file: "no-NO.ts" },
|
||||||
|
{ code: "lt-LT", file: "lt-LT.ts" },
|
||||||
|
{ code: "en-US", file: "en-US.ts" },
|
||||||
{ code: "sv-SE", file: "sv-SE.ts" },
|
{ code: "sv-SE", file: "sv-SE.ts" },
|
||||||
{ code: "ar-SA", file: "ar-SA.ts" },
|
{ code: "ko-KR", file: "ko-KR.ts" },
|
||||||
{ code: "vi-VN", file: "vi-VN.ts" },
|
{ code: "bg-BG", file: "bg-BG.ts" },
|
||||||
|
{ code: "sl-SI", file: "sl-SI.ts" },
|
||||||
{ code: "uk-UA", file: "uk-UA.ts" },
|
{ code: "uk-UA", file: "uk-UA.ts" },
|
||||||
|
{ code: "et-EE", file: "et-EE.ts" },
|
||||||
|
{ code: "lv-LV", file: "lv-LV.ts" },
|
||||||
|
{ code: "ar-SA", file: "ar-SA.ts" },
|
||||||
|
{ code: "nl-NL", file: "nl-NL.ts" },
|
||||||
|
{ code: "vi-VN", file: "vi-VN.ts" },
|
||||||
|
{ code: "fi-FI", file: "fi-FI.ts" },
|
||||||
// END: MESSAGE_LOCALES
|
// END: MESSAGE_LOCALES
|
||||||
],
|
],
|
||||||
strategy: "no_prefix",
|
strategy: "no_prefix",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue