Skip to content

Commit

Permalink
updadte readme, add arcs filters
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed May 3, 2024
1 parent 680d669 commit 036ef85
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ Follow the guide for adding a new locale
1. Create a new folder in `content/card-images/{product}` for the locale (probably `en-US`)
1. Fill this folder with the images for the cards for the game.

### Adding New Filters

When adding new filters in a meta data file that previously did not exist, you must also:

1. Navigate to each locale file (in the `i18n` folder)
1. Go to `Pages.AdvancedSearch`
1. Add a similar entry as seen there for your new filter.

## Publishing New Content

This is done automatically when a PR is merged to `master`, and isn't intended to be done manually.
9 changes: 9 additions & 0 deletions content/i18n/en-US.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,15 @@ Pages:
CardCapacityLabel: Card Capacity
CardCapacityPlaceholder: Card Capacity

KeysLabel: Keys
KeysPlaceholder: Keys

ActLabel: Act
ActPlaceholder: Act

ComplexityLabel: Complexity
ComplexityPlaceholder: Complexity

NumberText: If left unspecified, will not be included in the search query

Operators:
Expand Down

0 comments on commit 036ef85

Please sign in to comment.