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
+11
View File
@@ -0,0 +1,11 @@
import type { BaseTranslation } from "../i18n-types";
const companion: BaseTranslation = {
select: {
title: "Wähle einen Gefährten",
any: "Kein Gefährte",
continue: "Weiter",
},
};
export default companion;