Skip to content

Commit

Permalink
refactor: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Siumauricio committed Jan 22, 2025
1 parent baa2ca2 commit adaf12a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/dokploy/lib/languages.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const Languages = {
english: { code: "en", name: "English" },
polish: { code: "pl", name: "Polski" },
ukrainian: {code: 'uk', name: "Українська"},
ukrainian: { code: "uk", name: "Українська" },
russian: { code: "ru", name: "Русский" },
french: { code: "fr", name: "Français" },
german: { code: "de", name: "Deutsch" },
Expand Down
2 changes: 1 addition & 1 deletion apps/dokploy/public/locales/uk/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@
"settings.terminal.ipAddress": "IP-адреса",
"settings.terminal.port": "Порт",
"settings.terminal.username": "Ім'я користувача"
}
}

0 comments on commit adaf12a

Please sign in to comment.