Added Polish

This commit is contained in:
DanoGlez
2025-01-28 23:14:55 +00:00
parent 507d254556
commit deebd2b758
4 changed files with 483 additions and 3 deletions
+1
View File
@@ -466,6 +466,7 @@ export interface ODLanguageManagerIds_Default {
"openticket:arabic":ODLanguage,
"openticket:hindi":ODLanguage,
"openticket:lithuanian":ODLanguage,
"openticket:polski":ODLanguage,
//ADD NEW LANGUAGES HERE!!!
}
+1
View File
@@ -24,6 +24,7 @@ export const loadAllLanguages = async () => {
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"))
openticket.languages.add(new api.ODJsonLanguage("openticket:polski","polski.json"))
/** How to add more languages?
* - Register the language to the manager (see above)