-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into cleanup_reqs
- Loading branch information
Showing
41 changed files
with
3,048 additions
and
513 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ dist | |
.python-version | ||
|
||
.vscode | ||
.idea | ||
|
||
/sumpfork_dividers/ | ||
/src/domdiv/fonts/*.otf | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"exclude": [ | ||
"Žeton", | ||
"Žetony", | ||
"Žetonů" | ||
], | ||
"include": [ | ||
"Coin", | ||
"Coins", | ||
"Mince", | ||
"Mincí", | ||
"Karty", | ||
"Karta", | ||
"Kartu", | ||
"Karet", | ||
"Nákup", | ||
"Nákupy", | ||
"Akce", | ||
"Akci", | ||
"Coffer", | ||
"Coffers", | ||
"Villager", | ||
"Villagers", | ||
"<VP>" | ||
] | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
30 changes: 15 additions & 15 deletions
30
card_db_src/cz/types_cz.json → card_db_src/cs/types_cs.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,38 @@ | ||
{ | ||
"Action": "Action", | ||
"Action": "Akce", | ||
"Artifact": "Artifact", | ||
"Attack": "Attack", | ||
"Attack": "Útok", | ||
"Blank": "Blank", | ||
"Boon": "Boon", | ||
"Castle": "Castle", | ||
"Curse": "Curse", | ||
"Curse": "Kletba", | ||
"Doom": "Doom", | ||
"Duration": "Duration", | ||
"Duration": "Trvání", | ||
"Event": "Event", | ||
"Events": "Events", | ||
"Expansion": "Expansion", | ||
"Expansion": "Rozšíření", | ||
"Fate": "Fate", | ||
"Gathering": "Gathering", | ||
"Heirloom": "Heirloom", | ||
"Hex": "Hex", | ||
"Landmark": "Landmark", | ||
"Landmarks": "Landmarks", | ||
"Looter": "Looter", | ||
"Looter": "Plenitel", | ||
"Night": "Night", | ||
"Prize": "Prize", | ||
"Prizes": "Prizes", | ||
"Prize": "Odměna", | ||
"Prizes": "Odměny", | ||
"Project": "Project", | ||
"Reaction": "Reaction", | ||
"Reaction": "Reakce", | ||
"Reserve": "Reserve", | ||
"Ruins": "Ruins", | ||
"Shelter": "Shelter", | ||
"Shelters": "Shelters", | ||
"Ruins": "Ruiny", | ||
"Shelter": "Útočiště", | ||
"Shelters": "Útočiště", | ||
"Spirit": "Spirit", | ||
"Start Deck": "Start Deck", | ||
"State": "State", | ||
"Trash": "Trash", | ||
"Trash": "Smětiště", | ||
"Traveller": "Traveller", | ||
"Treasure": "Treasure", | ||
"Victory": "Victory", | ||
"Treasure": "Peníze", | ||
"Victory": "Vítězné body", | ||
"Zombie": "Zombie" | ||
} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.