Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Polish translation #685

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/syncplay.1
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Path to the player binary.

.TP
.B \-\-language language
Language of Syncplay messages. Valid values are de/en/es/eo/fi/fr/it/pt_PT/pt_BR/tr/ru/zh_CN/ko.
Language of Syncplay messages. Valid values are de/en/es/eo/fi/fr/it/pl_PL/pt_PT/pt_BR/tr/ru/zh_CN/ko.

.TP
.B \-\-clear\-gui\-data
Expand Down
2 changes: 2 additions & 0 deletions syncplay/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
from . import messages_fi
from . import messages_fr
from . import messages_it
from . import messages_pl_PL
from . import messages_pt_PT
from . import messages_pt_BR
from . import messages_tr
Expand All @@ -25,6 +26,7 @@
"fi": messages_fi.fi,
"fr": messages_fr.fr,
"it": messages_it.it,
"pl_PL": messages_pl_PL.pl_PL,
"pt_PT": messages_pt_PT.pt_PT,
"pt_BR": messages_pt_BR.pt_BR,
"tr": messages_tr.tr,
Expand Down
Loading
Loading