Added Lithuanian translation (by tsgindrius)

This commit is contained in:
DJj123dj
2025-01-27 23:15:58 +01:00
parent bbae139c6b
commit 43356fef05
4 changed files with 483 additions and 2 deletions
+1
View File
@@ -465,6 +465,7 @@ export interface ODLanguageManagerIds_Default {
"openticket:french":ODLanguage,
"openticket:arabic":ODLanguage,
"openticket:hindi":ODLanguage,
"openticket:lithuanian":ODLanguage,
//ADD NEW LANGUAGES HERE!!!
}
+1
View File
@@ -23,6 +23,7 @@ export const loadAllLanguages = async () => {
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"))
openticket.languages.add(new api.ODJsonLanguage("openticket:lithuanian","lithuanian.json"))
/** How to add more languages?
* - Register the language to the manager (see above)