added de-DE translation, fix quality small vs. minimum
This commit is contained in:
parent
2cf51a058a
commit
a55e5373fc
15 changed files with 355 additions and 24 deletions
30
front/src/i18n/de-DE/index.ts
Normal file
30
front/src/i18n/de-DE/index.ts
Normal file
|
@ -0,0 +1,30 @@
|
|||
import type { BaseTranslation } from "../i18n-types";
|
||||
import audio from "./audio";
|
||||
import camera from "./camera";
|
||||
import chat from "./chat";
|
||||
import companion from "./companion";
|
||||
import woka from "./woka";
|
||||
import error from "./error";
|
||||
import follow from "./follow";
|
||||
import login from "./login";
|
||||
import menu from "./menu";
|
||||
import report from "./report";
|
||||
import warning from "./warning";
|
||||
|
||||
const en_US: BaseTranslation = {
|
||||
language: "Deutsch",
|
||||
country: "Deutschland",
|
||||
audio,
|
||||
camera,
|
||||
chat,
|
||||
companion,
|
||||
woka,
|
||||
error,
|
||||
follow,
|
||||
login,
|
||||
menu,
|
||||
report,
|
||||
warning,
|
||||
};
|
||||
|
||||
export default en_US;
|
Loading…
Add table
Add a link
Reference in a new issue