added de-DE translation, fix quality small vs. minimum

This commit is contained in:
Lurkars 2022-01-26 10:33:07 +01:00
parent 2cf51a058a
commit a55e5373fc
15 changed files with 355 additions and 24 deletions

View file

@ -0,0 +1,10 @@
import type { BaseTranslation } from "../i18n-types";
const audio: BaseTranslation = {
manager: {
reduce: "Während Unterhaltungen verringern",
},
message: "Sprachnachricht",
};
export default audio;