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

Update German Translations and few other Fixes #551

Closed
wants to merge 3 commits into from
Closed
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The library will be installed as `domdiv` with the main entry point being `domdi

## Developing

Install requirements via `pip install -r requirements.txt`. Then, run `pre-commit install`. You can use `pip install -e .[dev]` to install the `dominion_dividers` script so that it calls your checked out code, enabling you to run edited code without having to perform an install every time. This also installs needed dev dependencies, or if you want the pinned versions use `pip install -r dev-requirements.txt` instead.
Install requirements via `pip install -r requirements.txt`. Then, run `pre_commit install`. You can use `pip install -e .[dev]` to install the `dominion_dividers` script so that it calls your checked out code, enabling you to run edited code without having to perform an install every time. This also installs needed dev dependencies, or if you want the pinned versions use `pip install -r dev-requirements.txt` instead.

Feel free to comment on boardgamegeek at <https://boardgamegeek.com/thread/926575/web-page-generate-tabbed-dividers> or file issues on github (<https://github.com/sumpfork/dominiontabs/issues>).

Expand Down
2 changes: 1 addition & 1 deletion card_db_src/cards_db.json
Original file line number Diff line number Diff line change
Expand Up @@ -8719,7 +8719,7 @@
"seaside2ndEdition",
"seaside2ndEditionUpgrade"
],
"cost": "3",
"cost": "4",
"types": [
"Action",
"Duration"
Expand Down
17 changes: 10 additions & 7 deletions card_db_src/de/bonuses_de.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
{
"exclude": [
"token",
"Token",
"Tokens",
"Marker"
],
"include": [
"Coins",
"Aktion",
"Aktionen",
"Kauf",
"Käufe",
"Karte",
"Karten",
"Taler",
"Coin",
"Coins",
"Gefallen",
"Karten",
"Karte",
"Käufe",
"Kauf",
"Aktionen",
"Aktion",
"Dorfbewohner",
"Punkt",
"Punkte"
]
Expand Down
833 changes: 658 additions & 175 deletions card_db_src/de/cards_de.json

Large diffs are not rendered by default.

25 changes: 23 additions & 2 deletions card_db_src/de/types_de.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,60 @@
{
"Action": "Aktion",
"Allies": "Verbündete",
"Ally": "Verbündeter",
"Artifact": "Artefakt",
"Attack": "Angriff",
"Augur": "Augurin",
"Blank": "Leerkarte",
"Boon": "Gabe",
"Boons": "Gaben",
"Castle": "Schloss",
"Clash": "Konflikt",
"Command": "Befehl",
"Curse": "Fluch",
"Doom": "Unheil",
"Duration": "Dauer",
"Event": "Ereignis",
"Events": "Ereignisse",
"Expansion": "Erweiterung",
"Fate": "Segen",
"Fort": "Bastion",
"Gathering": "Sammlung",
"Heirloom": "Erbstück",
"Hex": "Plage",
"Landmark": "Wahrzeichen",
"Landmarks": "Wahrzeichen",
"Hexes": "Plagen",
"Landmark": "Landmarke",
"Landmarks": "Landmarken",
"Liaison": "Kontakt",
"Looter": "Plündern",
"Night": "Nacht",
"Odyssey": "Irrfahrt",
"Omen": "Omen",
"Prize": "Preis",
"Prizes": "Preise",
"Project": "Projekt",
"Projects": "Projekte",
"Prophecies": "Prophezeiungen",
"Prophecy": "Prophezeiung",
"Reaction": "Reaktion",
"Reserve": "Reserve",
"Reward": "Belohnung",
"Rewards": "Belohnungen",
"Ruins": "Ruine",
"Shadow": "Schatten",
"Shelter": "Unterschlupf",
"Shelters": "Unterschlüpfe",
"Spirit": "Erscheinung",
"Start Deck": "Startkarten",
"State": "Zustand",
"States": "Zustände",
"Townsfolk": "Bürger",
"Trash": "Müll",
"Traveller": "Reisender",
"Treasure": "Geld",
"Victory": "Punkt",
"Way": "Weg",
"Ways": "Wege",
"Wizard": "Zauberer",
"Zombie": "Zombie"
}
20 changes: 10 additions & 10 deletions card_db_src/en_us/bonuses_en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
"Tokens"
],
"include": [
"Coins",
"Coin",
"Cards",
"Card",
"Buys",
"Buy",
"Actions",
"Action",
"Actions",
"Buy",
"Buys",
"Card",
"Cards",
"Coffer",
"Coffers",
"Coin",
"Coins",
"Favor",
"Favors",
"Villager",
"Villagers",
"<VP>",
"Favor",
"Favors"
"<VP>"
]
}
279 changes: 144 additions & 135 deletions card_db_src/en_us/cards_en_us.json

Large diffs are not rendered by default.

Binary file modified src/domdiv/card_db/cards_db.json.gz
Binary file not shown.
Binary file modified src/domdiv/card_db/cs/cards_cs.json.gz
Binary file not shown.
Binary file modified src/domdiv/card_db/de/cards_de.json.gz
Binary file not shown.
Binary file modified src/domdiv/card_db/de/types_de.json.gz
Binary file not shown.
Binary file modified src/domdiv/card_db/en_us/cards_en_us.json.gz
Binary file not shown.
Binary file modified src/domdiv/card_db/es/cards_es.json.gz
Binary file not shown.
Binary file modified src/domdiv/card_db/fr/cards_fr.json.gz
Binary file not shown.
Binary file modified src/domdiv/card_db/it/cards_it.json.gz
Binary file not shown.
Binary file modified src/domdiv/card_db/nl_nl/cards_nl_nl.json.gz
Binary file not shown.
Binary file modified src/domdiv/card_db/xx/cards_xx.json.gz
Binary file not shown.
Loading