Skip to content

Commit

Permalink
Merge pull request #16983 from dalthviz/update-translations-521
Browse files Browse the repository at this point in the history
PR: Update translations for 5.2.1
  • Loading branch information
dalthviz committed Dec 8, 2021
2 parents 1b63a12 + ee164ca commit 9a0cab8
Show file tree
Hide file tree
Showing 14 changed files with 7,191 additions and 6,192 deletions.
1,079 changes: 589 additions & 490 deletions spyder/locale/de/LC_MESSAGES/spyder.po

Large diffs are not rendered by default.

1,118 changes: 615 additions & 503 deletions spyder/locale/es/LC_MESSAGES/spyder.po

Large diffs are not rendered by default.

970 changes: 509 additions & 461 deletions spyder/locale/fa/LC_MESSAGES/spyder.po

Large diffs are not rendered by default.

1,063 changes: 578 additions & 485 deletions spyder/locale/fr/LC_MESSAGES/spyder.po

Large diffs are not rendered by default.

960 changes: 502 additions & 458 deletions spyder/locale/hr/LC_MESSAGES/spyder.po

Large diffs are not rendered by default.

990 changes: 525 additions & 465 deletions spyder/locale/hu/LC_MESSAGES/spyder.po

Large diffs are not rendered by default.

1,085 changes: 593 additions & 492 deletions spyder/locale/ja/LC_MESSAGES/spyder.po

Large diffs are not rendered by default.

1,024 changes: 549 additions & 475 deletions spyder/locale/pl/LC_MESSAGES/spyder.po

Large diffs are not rendered by default.

1,088 changes: 595 additions & 493 deletions spyder/locale/pt_BR/LC_MESSAGES/spyder.po

Large diffs are not rendered by default.

1,083 changes: 591 additions & 492 deletions spyder/locale/ru/LC_MESSAGES/spyder.po

Large diffs are not rendered by default.

834 changes: 417 additions & 417 deletions spyder/locale/spyder.pot

Large diffs are not rendered by default.

1,013 changes: 542 additions & 471 deletions spyder/locale/uk/LC_MESSAGES/spyder.po

Large diffs are not rendered by default.

1,068 changes: 582 additions & 486 deletions spyder/locale/zh_CN/LC_MESSAGES/spyder.po

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions spyder/plugins/ipythonconsole/widgets/main_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
SPYDER_KERNELS_VERSION = (
f'>={SPYDER_KERNELS_MIN_VERSION};<{SPYDER_KERNELS_MAX_VERSION}')
SPYDER_KERNELS_VERSION_MSG = _(
'>= {0} and < {1}'.format(
SPYDER_KERNELS_MIN_VERSION, SPYDER_KERNELS_MAX_VERSION))
'>= {0} and < {1}').format(
SPYDER_KERNELS_MIN_VERSION, SPYDER_KERNELS_MAX_VERSION)
SPYDER_KERNELS_CONDA = (
f'conda install spyder-kernels={SPYDER_KERNELS_MIN_VERSION[:-2]}')
SPYDER_KERNELS_PIP = (
Expand Down Expand Up @@ -1528,11 +1528,11 @@ def create_new_client(self, give_focus=True, filename='', is_cython=False,
"<br><br>"
"<tt>{1}</tt>"
"<br><br>or<br><br>"
"<tt>{2}</tt>".format(
"<tt>{2}</tt>").format(
SPYDER_KERNELS_VERSION_MSG,
SPYDER_KERNELS_CONDA,
SPYDER_KERNELS_PIP
))
)
)
return

Expand Down

0 comments on commit 9a0cab8

Please sign in to comment.