Added german translation by benzorich

This commit is contained in:
DJj123dj
2024-08-21 14:52:33 +02:00
parent 0c2aca7039
commit 0a69efdfe5
5 changed files with 481 additions and 2 deletions
+1
View File
@@ -6,6 +6,7 @@ export const loadAllLanguages = async () => {
openticket.languages.add(new api.ODLanguage("openticket:dutch","dutch.json"))
openticket.languages.add(new api.ODLanguage("openticket:portuguese","portuguese.json"))
openticket.languages.add(new api.ODLanguage("openticket:czech","czech.json"))
openticket.languages.add(new api.ODLanguage("openticket:german","german.json"))
/** How to add more languages?
* - Add the language to the list above