web: add german locale
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
872c05c690
commit
a1c8ad55ad
|
@ -25,7 +25,8 @@
|
|||
"pl",
|
||||
"zh_TW",
|
||||
"zh-Hans",
|
||||
"zh-Hant"
|
||||
"zh-Hant",
|
||||
"de"
|
||||
],
|
||||
"formatOptions": {
|
||||
"lineNumbers": false
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
import { en, es, fr, pl, tr, zh } from "make-plural/plurals";
|
||||
import { de, en, es, fr, pl, tr, zh } from "make-plural/plurals";
|
||||
|
||||
import { Messages, i18n } from "@lingui/core";
|
||||
import { detect, fromNavigator, fromStorage, fromUrl } from "@lingui/detect-locale";
|
||||
import { t } from "@lingui/macro";
|
||||
|
||||
import { messages as localeDE } from "../locales/de";
|
||||
import { messages as localeEN } from "../locales/en";
|
||||
import { messages as localeES } from "../locales/es";
|
||||
import { messages as localeFR_FR } from "../locales/fr_FR";
|
||||
|
@ -75,6 +76,12 @@ export const LOCALES: {
|
|||
label: t`Chinese (traditional)`,
|
||||
locale: localeZH_Hant,
|
||||
},
|
||||
{
|
||||
code: "de",
|
||||
plurals: de,
|
||||
label: t`German`,
|
||||
locale: localeDE,
|
||||
},
|
||||
];
|
||||
|
||||
LOCALES.forEach((locale) => {
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -2213,6 +2213,10 @@ msgstr "Generic"
|
|||
msgid "Generic OpenID Connect"
|
||||
msgstr "Generic OpenID Connect"
|
||||
|
||||
#: src/interfaces/locale.ts
|
||||
msgid "German"
|
||||
msgstr "German"
|
||||
|
||||
#: src/pages/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
|
||||
#: src/pages/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
|
||||
msgid "Get this value from https://console.twilio.com"
|
||||
|
|
|
@ -2174,6 +2174,10 @@ msgstr "Genérico"
|
|||
msgid "Generic OpenID Connect"
|
||||
msgstr "Conexión OpenID genérica"
|
||||
|
||||
#: src/interfaces/locale.ts
|
||||
msgid "German"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
|
||||
#: src/pages/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
|
||||
msgid "Get this value from https://console.twilio.com"
|
||||
|
|
|
@ -2199,6 +2199,10 @@ msgstr ""
|
|||
msgid "Generic OpenID Connect"
|
||||
msgstr ""
|
||||
|
||||
#: src/interfaces/locale.ts
|
||||
msgid "German"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
|
||||
#: src/pages/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
|
||||
msgid "Get this value from https://console.twilio.com"
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -2205,6 +2205,10 @@ msgstr ""
|
|||
msgid "Generic OpenID Connect"
|
||||
msgstr ""
|
||||
|
||||
#: src/interfaces/locale.ts
|
||||
msgid "German"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
|
||||
#: src/pages/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
|
||||
msgid "Get this value from https://console.twilio.com"
|
||||
|
|
|
@ -2174,6 +2174,10 @@ msgstr "Jenerik"
|
|||
msgid "Generic OpenID Connect"
|
||||
msgstr "Genel OpenID Connect"
|
||||
|
||||
#: src/interfaces/locale.ts
|
||||
msgid "German"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
|
||||
#: src/pages/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
|
||||
msgid "Get this value from https://console.twilio.com"
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue