Skip to content

Commit

Permalink
Fixed polish translation
Browse files Browse the repository at this point in the history
  • Loading branch information
DJj123dj committed Jan 29, 2025
1 parent dc3515d commit e51cc54
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,10 @@ This is the main team working on Open Ticket. Don't forget to check their profil
|🇦🇪 Arabic |palestinian |🟢 Up To Date |
|🇮🇳 Hindi |an_developer |🟢 Up To Date |
|🇱🇹 Lithuanian |tsgindrius |🟢 Up To Date |
|🇵🇱 Polish |danoglez |🟢 Up To Date |
|🇪🇪 Estonian |iamnotmega |🔵 Up To Date (ChatGPT) |
|🇫🇮 Finnish |iamnotmega |🔵 Up To Date (ChatGPT) |
|🇷🇺 Russian |apexo & ander |🟠 Temporary Outdated (beta) |
|🇵🇱 Polish |danoglez |🟢 Up To Date |
|🇳🇴 Norwegian |noonenook |🟠 Temporary Outdated (beta) |
|❓ Kurdish |raze.hama |🟠 Temporary Outdated (beta) |
|❓ Persian |sasanwm |🟠 Temporary Outdated (beta) |
Expand Down
2 changes: 1 addition & 1 deletion languages/polski.json → languages/polish.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"otversion":"v4.0.0",
"translators":["DanoGlez"],
"lastedited":"28/01/2025",
"language":"Polski",
"language":"Polish",
"automated":false
},
"checker":{
Expand Down
2 changes: 1 addition & 1 deletion src/core/api/defaults/language.ts
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ export interface ODLanguageManagerIds_Default {
"openticket:arabic":ODLanguage,
"openticket:hindi":ODLanguage,
"openticket:lithuanian":ODLanguage,
"openticket:polski":ODLanguage,
"openticket:polish":ODLanguage,
//ADD NEW LANGUAGES HERE!!!
}

Expand Down
2 changes: 1 addition & 1 deletion src/data/framework/languageLoader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +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"))
openticket.languages.add(new api.ODJsonLanguage("openticket:polish","polish.json"))

/** How to add more languages?
* - Register the language to the manager (see above)
Expand Down

0 comments on commit e51cc54

Please sign in to comment.