Skip to content

Commit

Permalink
Updated display text for French cardsets to account for the possibili…
Browse files Browse the repository at this point in the history
…ty of jokers.
  • Loading branch information
joeraz committed Aug 14, 2023
1 parent a01090d commit be47aee
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions po/de_pysol.po
Original file line number Diff line number Diff line change
Expand Up @@ -833,8 +833,8 @@ msgid "Unknown"
msgstr "Unbekannt"

#: pysollib/resource.py:182
msgid "French type (52 cards)"
msgstr "Französisch (52 Karten)"
msgid "French type (52-54 cards)"
msgstr "Französisch (52-54 Karten)"

#: pysollib/resource.py:183
msgid "Hanafuda type (48 cards)"
Expand Down
4 changes: 2 additions & 2 deletions po/fr_pysol.po
Original file line number Diff line number Diff line change
Expand Up @@ -863,8 +863,8 @@ msgid "Unknown"
msgstr "Inconnu"

#: pysollib/resource.py:182
msgid "French type (52 cards)"
msgstr "Type français (52 cartes)"
msgid "French type (52-54 cards)"
msgstr "Type français (52-54 cartes)"

#: pysollib/resource.py:183
msgid "Hanafuda type (48 cards)"
Expand Down
4 changes: 2 additions & 2 deletions po/it_pysol.po
Original file line number Diff line number Diff line change
Expand Up @@ -871,8 +871,8 @@ msgid "Unknown"
msgstr "Sconosciuto"

#: pysollib/resource.py:182
msgid "French type (52 cards)"
msgstr "Tipo Francese (52 carte)"
msgid "French type (52-54 cards)"
msgstr "Tipo Francese (52-54 carte)"

#: pysollib/resource.py:183
msgid "Hanafuda type (48 cards)"
Expand Down
4 changes: 2 additions & 2 deletions po/pl_pysol.po
Original file line number Diff line number Diff line change
Expand Up @@ -868,8 +868,8 @@ msgid "Unknown"
msgstr "Nieznany"

#: pysollib/resource.py:182
msgid "French type (52 cards)"
msgstr "Typ francuski (52 karty)"
msgid "French type (52-54 cards)"
msgstr "Typ francuski (52-54 karty)"

#: pysollib/resource.py:183
msgid "Hanafuda type (48 cards)"
Expand Down
4 changes: 2 additions & 2 deletions po/pt_BR_pysol.po
Original file line number Diff line number Diff line change
Expand Up @@ -862,8 +862,8 @@ msgid "Unknown"
msgstr "Desconhecido"

#: pysollib/resource.py:182
msgid "French type (52 cards)"
msgstr "Estilo Francês (52 cartas)"
msgid "French type (52-54 cards)"
msgstr "Estilo Francês (52-54 cartas)"

#: pysollib/resource.py:183
msgid "Hanafuda type (48 cards)"
Expand Down
2 changes: 1 addition & 1 deletion po/pysol.pot
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ msgid "Unknown"
msgstr ""

#: pysollib/resource.py:182
msgid "French type (52 cards)"
msgid "French type (52-54 cards)"
msgstr ""

#: pysollib/resource.py:183
Expand Down
4 changes: 2 additions & 2 deletions po/ru_pysol.po
Original file line number Diff line number Diff line change
Expand Up @@ -858,8 +858,8 @@ msgid "Unknown"
msgstr "Неизвестный"

#: pysollib/resource.py:182
msgid "French type (52 cards)"
msgstr "Классические (52 карты)"
msgid "French type (52-54 cards)"
msgstr "Классические (52-54 карты)"

#: pysollib/resource.py:183
msgid "Hanafuda type (48 cards)"
Expand Down
2 changes: 1 addition & 1 deletion pysollib/resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ class CSI:
SUBTYPE_JOKER_DECK = 1

TYPE = {
1: _("French type (52 cards)"),
1: _("French type (52-54 cards)"),
2: _("Hanafuda type (48 cards)"),
3: _("Tarock type (78 cards)"),
4: _("Mahjongg type (42 tiles)"),
Expand Down

0 comments on commit be47aee

Please sign in to comment.