Added Arabic translation

This commit is contained in:
DJj123dj
2024-12-06 15:44:58 +01:00
parent 5d86269743
commit 91ea12a6cc
6 changed files with 485 additions and 4 deletions
+1
View File
@@ -21,6 +21,7 @@ export const loadAllLanguages = async () => {
openticket.languages.add(new api.ODJsonLanguage("openticket:thai","thai.json"))
openticket.languages.add(new api.ODJsonLanguage("openticket:turkish","turkish.json"))
openticket.languages.add(new api.ODJsonLanguage("openticket:french","french.json"))
openticket.languages.add(new api.ODJsonLanguage("openticket:arabic","arabic.json"))
/** How to add more languages?
* - Register the language to the manager (see above)