Skip to content

Commit

Permalink
feat(tags): add support for tags (#2200)
Browse files Browse the repository at this point in the history
  • Loading branch information
sogehige committed Jun 27, 2019
1 parent cbf92b6 commit 5b156c5
Show file tree
Hide file tree
Showing 21 changed files with 1,045 additions and 637 deletions.
2 changes: 1 addition & 1 deletion docs/_master/howto/write-own-system.md
Expand Up @@ -118,7 +118,7 @@ public anotherParser(opts: ParserOptions) {
```

## Database collections

r
In systems, you can use `this.collection` object variable to be consistent
in collection names.

Expand Down
2 changes: 2 additions & 0 deletions locales/cs.json
Expand Up @@ -569,6 +569,7 @@
"title": "Název",
"change-title": "Změnit název",
"game": "Hra",
"tags": "Tagy",
"change-game": "Změnit hru",
"click-to-change": "kliknutím změňte",
"uptime": "uptime",
Expand Down Expand Up @@ -687,6 +688,7 @@
"search-by-username": "Vyhledat podle uživ. jm.",
"create-and-use-a-new-game": "Vytvoř a použij novou hru",
"create-and-use-a-new-title": "Vytvoř a použij nový název",
"search-tags": "Vyhledat dostupné tagy (některé herní tagy mohou být nedostupné)",
"followers-show-number": "Zobrazit",
"followers-show": "followerů",
"eventlist-overflow-height": "Maximální výška widgetu",
Expand Down
2 changes: 2 additions & 0 deletions locales/en.json
Expand Up @@ -559,6 +559,7 @@
"title": "Title",
"change-title": "Change title",
"game": "game",
"tags": "Tags",
"change-game": "Change game",
"click-to-change": "click to change",
"uptime": "uptime",
Expand Down Expand Up @@ -677,6 +678,7 @@
"search-by-username": "Search by username",
"create-and-use-a-new-game": "Create and use a new game",
"create-and-use-a-new-title": "Create and use a new title",
"search-tags": "Search for available tags (some game tags might missing / twitch policy)",
"followers-show-number": "Show",
"followers-show": "followers",
"eventlist-overflow-height": "Max widget height",
Expand Down
15 changes: 9 additions & 6 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -59,6 +59,7 @@
"velocity-animate": "1.5.2",
"vue": "2.6.10",
"vue-chartkick": "0.5.1",
"vue-select": "3.1.0",
"winston": "3.2.1",
"xregexp": "4.2.4",
"yargs": "13.2.4",
Expand Down Expand Up @@ -144,7 +145,7 @@
"acorn": "^6.1.1",
"axios-mock-adapter": "1.16.0",
"bestzip": "2.1.4",
"bootstrap-vue": "2.0.0-rc.19",
"bootstrap-vue": "2.0.0-rc.24",
"cache-loader": "4.0.0",
"chai": "4.2.0",
"clean-webpack-plugin": "3.0.0",
Expand Down

0 comments on commit 5b156c5

Please sign in to comment.