mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Fill in missing translated names
This commit is contained in:
parent
63a63fdfd3
commit
fd4a4e1378
3 changed files with 5 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
<h1>Big Braid</h1>
|
<h1>Big Braid (Der große Zopf)</h1>
|
||||||
<p>
|
<p>
|
||||||
Napoleon type. 3 decks. 2 redeals.
|
Napoleon type. 3 decks. 2 redeals.
|
||||||
|
|
||||||
|
|
|
@ -646,7 +646,8 @@ registerGame(GameInfo(376, Backbone, "Backbone",
|
||||||
registerGame(GameInfo(377, BackbonePlus, "Backbone +",
|
registerGame(GameInfo(377, BackbonePlus, "Backbone +",
|
||||||
GI.GT_NAPOLEON, 2, 0, GI.SL_BALANCED))
|
GI.GT_NAPOLEON, 2, 0, GI.SL_BALANCED))
|
||||||
registerGame(GameInfo(510, BigBraid, "Big Braid",
|
registerGame(GameInfo(510, BigBraid, "Big Braid",
|
||||||
GI.GT_NAPOLEON | GI.GT_ORIGINAL, 3, 2, GI.SL_BALANCED))
|
GI.GT_NAPOLEON | GI.GT_ORIGINAL, 3, 2, GI.SL_BALANCED,
|
||||||
|
altnames=("Der grose Zopf",)))
|
||||||
registerGame(GameInfo(694, Casket, "Casket",
|
registerGame(GameInfo(694, Casket, "Casket",
|
||||||
GI.GT_2DECK_TYPE, 2, 0, GI.SL_BALANCED))
|
GI.GT_2DECK_TYPE, 2, 0, GI.SL_BALANCED))
|
||||||
registerGame(GameInfo(717, Well, "Well",
|
registerGame(GameInfo(717, Well, "Well",
|
||||||
|
|
|
@ -291,7 +291,8 @@ class Maze(Game):
|
||||||
# register the game
|
# register the game
|
||||||
registerGame(GameInfo(118, SiebenBisAs, "Sieben bis As",
|
registerGame(GameInfo(118, SiebenBisAs, "Sieben bis As",
|
||||||
GI.GT_MONTANA | GI.GT_OPEN | GI.GT_STRIPPED, 1, 0,
|
GI.GT_MONTANA | GI.GT_OPEN | GI.GT_STRIPPED, 1, 0,
|
||||||
GI.SL_MOSTLY_SKILL, ranks=(0, 6, 7, 8, 9, 10, 11, 12)))
|
GI.SL_MOSTLY_SKILL, ranks=(0, 6, 7, 8, 9, 10, 11, 12),
|
||||||
|
altnames=("Seven to Ace",)))
|
||||||
registerGame(GameInfo(144, Maze, "Maze",
|
registerGame(GameInfo(144, Maze, "Maze",
|
||||||
GI.GT_MONTANA | GI.GT_OPEN, 1, 0, GI.SL_MOSTLY_SKILL,
|
GI.GT_MONTANA | GI.GT_OPEN, 1, 0, GI.SL_MOSTLY_SKILL,
|
||||||
si={"ncards": 48}))
|
si={"ncards": 48}))
|
||||||
|
|
Loading…
Add table
Reference in a new issue