Fixed some translation errors & added Catalan!

This commit is contained in:
DJj123dj
2024-08-21 22:46:54 +02:00
parent 0a69efdfe5
commit 1dd8c0246a
19 changed files with 507 additions and 18 deletions
+1
View File
@@ -7,6 +7,7 @@ export const loadAllLanguages = async () => {
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"))
openticket.languages.add(new api.ODLanguage("openticket:catalan","catalan.json"))
/** How to add more languages?
* - Add the language to the list above