added de-DE translation, fix quality small vs. minimum
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user