Skip to content

Commit

Permalink
Add new language translations to the Settings window
Browse files Browse the repository at this point in the history
  • Loading branch information
gedakc committed Dec 5, 2018
1 parent 94dd422 commit 92b0f01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manuskript/settingsWindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ def __init__(self, mainWindow):
tr["Deutsch"] = "manuskript_de.qm"
tr["Español"] = "manuskript_es.qm"
tr["Français"] = "manuskript_fr.qm"
tr["Hungarian"] = "manuskript_hu.qm"
tr["Indonesian"] = "manuskript_id.qm"
tr["Italian"] = "manuskript_it.qm"
tr["Norwegian Bokmål"] = "manuskript_nb_NO.qm"
tr["Dutch"] = "manuskript_nl.qm"
tr["Polish"] = "manuskript_pl.qm"
Expand Down

0 comments on commit 92b0f01

Please sign in to comment.