Skip to content

Commit

Permalink
Add latest translations to the GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
berarma committed Jan 22, 2024
1 parent 5e60847 commit 6f98317
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions oversteer/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ class Gui:
('fi_FI', _('Finnish')),
('tr_TR', _('Turkish')),
('de_DE', _('German')),
('pl_PL', _('Polish')),
('hu_HU', _('Hungarian')),
]

def __init__(self, application, model, argv):
Expand Down
1 change: 1 addition & 0 deletions po/LINGUAS
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ fi
tr
de
pl
hu

0 comments on commit 6f98317

Please sign in to comment.