25 Commits

Author SHA1 Message Date
Sumpfork
d87c18d236 fix some more missing German tags 2018-09-04 12:38:27 -07:00
Sumpfork
d113c7f769 fix some missing German tags 2018-09-04 11:26:46 -07:00
Peter
bea714dfb8
Python 3 Compatibility (#208)
* make python3 compatible; clean up test reqs a bit
2018-07-30 12:03:36 -07:00
Joe Skeen
780f2fc28d exclude start deck from randomizer (#206) 2018-07-21 12:54:43 -07:00
Dennis Laumen
09064c0b4e Update cards_nl_du.json (#202)
Added the Dutch translations for the Intrigue 2nd Edition cards. Fixed a couple of small typo's in some other Intrigue cards.
2018-06-13 13:04:25 -07:00
Wendel Voigt
236feff33c Additional Divider Options: Curse, Trash, Start Decks - 2nd attempt (#201)
* Trash, Curse, Start Deck Options
2018-04-30 10:11:01 -07:00
Wendel Voigt
a33ec8f6d7 Expansion Randomizer Count Fix (#196)
* Program changes for Randomizer correction
* Card DB changes for Randomizer fix
* Better expansion divider card listing
* Base cards now sorted in preferred order.
* Added randomizer field
2018-04-28 10:29:27 -07:00
Sumpfork
e66d0ed9a8 line ending normalization for MANIFEST and *.md/csv 2018-04-09 12:26:04 +02:00
Dennis Laumen
f4adb586e4 Fix Dutch Adventurer translation (#199)
The Dutch translation of the name of the Adventurer card was incorrect. This commit fixes that translation.
2018-04-09 02:08:40 -07:00
Gewuerzhaendler775
0a73f57b36 2nd Edition Base and Intrigue translated (#193)
* 2nd Edition Base and Intrigue translated into German
2018-03-15 16:25:22 -07:00
Sébastien Wautelet
b633b84b5a Adventures FR translation (#185) 2018-02-19 14:14:48 -08:00
Sumpfork
21c6896626 it would help to actually copy the language tool output 2018-02-19 13:43:10 -08:00
Sumpfork
1ddb09bd54 spelling, comma fix 2018-02-19 13:36:12 -08:00
Peter
44d315dda2
Cleaned up PR #187 (#189)
* Dutch translation for Empires - Keizerrijken
2018-01-15 22:23:41 -08:00
Wendel Voigt
c031a108e2 Remove leprechaun/wish grouping 2018-01-06 09:06:07 -08:00
Peter
56adb5ff12
correct the count of Platinum cards (#180) 2017-12-08 10:45:10 -08:00
Peter
4ec44e8a2c
Hinterlands in French (#176) 2017-11-29 10:57:37 -08:00
Nick Vance
4fa5c40a1e New Updates for Nocturne & Dismantle Promo (#171)
- Update db for Nocture and Dismantle
- Add the expansion text blurbs to the expansion dividers if printed
- Improvements to the language update/propagate script
2017-11-28 10:02:21 -08:00
Sébastien Wautelet
8f96a8cb0d Complete French translation for base set (1st edition) (#170)
* French translation for Dominion set (1st edition)
2017-11-21 13:41:57 -08:00
Peter
c5c876f8c5 animals user expansion from BBG user rillaith (#148)
* animals user expansion from BBG user rillaith
* Added fan attribute to animals set
* animals.png - This is not the best image.  But it is the best I could get from the original files. I *think* it is 3 penguins.
* updated main.py for fan based expansions
This includes two items:
1) adds --fan for specifying fan expansions to include
2) adds wild cards in specifying both --expansion as well as --fan.  This also fixes issue #149
* Updated all language files for animals
* Normalize all line endings and add gitattributes file to make git do so in the future
* print the possible expansions when non-matching ones are provided
* Allow for no official expansions to be included
Kept the default behavior.  Not specifying '--expansions' will have the same outcome as '--expansions *' (i.e., will print all of them.)
Specifying '--expansions  ' (without any named expansions) or '--expansions none ' will result in no cards from any Official expansion.

For Fan expansions, the absence of '--fan', '--fan   ' (without any named fan expansion), and '--fan none ' will all prevent any Fan expansions from printing.
* Cleaned up expansion/fan lists
2017-03-25 21:39:49 -07:00
Wendel Voigt
3578804882 CZ language files (#152)
* Added add_language.py Tool to make it easier to add a new language from the csv file
* Add language files for cz
2017-03-03 11:01:28 -08:00
Peter
d4e69bc7d3 make the translation file a markdown file (#140)
* make the translation file a markdown file and (blindly) fix the language init script
* Updated formatting of the file to make it easier to read (and look better.)
* Included missing bonuses section
* Also fixed `card_db_dir` to point to the correct directory.

* Added link to Tranlsation instructions

* Updated link to translation.md in README.md
2017-01-08 10:26:35 -08:00
idlaviV
1a1dd9eac8 German translation: Hinterlands extra-texts (#139)
* Some typos corrected in german file
* translated hinterland-cards to german
* Some typos. capitalisation of names of cards is not uniform in the german extra-texts.
2017-01-07 20:03:11 -08:00
Sumpfork
49c4672b80 match filename case in cards_db.json 2016-12-20 16:40:00 -08:00
Peter
f47d9ee17b Make better package (#132)
* make domdiv a better behaved python package (see #131)
* move code from __init__.py to main.py to make import quicker and make version work without dependencies
* update languages import to use pkg_resources, fix tests
* update readmes
* change font lookup, font readme notes
2016-12-15 16:29:48 -08:00