Added Hindi Translation (by an_developer)

This commit is contained in:
DJj123dj
2024-12-15 19:46:40 +01:00
parent c6e836455c
commit f0183c319a
4 changed files with 482 additions and 1 deletions
+1
View File
@@ -464,6 +464,7 @@ export interface ODLanguageManagerIds_Default {
"openticket:turkish":ODLanguage,
"openticket:french":ODLanguage,
"openticket:arabic":ODLanguage,
"openticket:hindi":ODLanguage,
//ADD NEW LANGUAGES HERE!!!
}
+1
View File
@@ -22,6 +22,7 @@ export const loadAllLanguages = async () => {
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"))
openticket.languages.add(new api.ODJsonLanguage("openticket:hindi","hindi.json"))
/** How to add more languages?
* - Register the language to the manager (see above)