Skip to content

Commit

Permalink
feat: Select all datasets (#928)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeboer authored Oct 28, 2023
1 parent b8f867b commit ab68e2d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/DatasetsSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
v-model="state.selectedDatasets"
class="form-control form-control-lg selectpicker"
data-live-search="true"
:data-deselect-all-text="t('search.selectNone')"
:data-select-all-text="t('search.selectAll')"
data-actions-box="true"
:title="t('search.placeholderDatasets')"
multiple
required
Expand Down
2 changes: 2 additions & 0 deletions src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
],
"placeholderQuery": "For example: Rembrandt, Amsterdam or painting",
"placeholderDatasets": "Select one or more terminology sources",
"selectAll": "Select all",
"selectNone": "Select none",
"buttonSearch": "Search",
"buttonLookup": "Look up",
"labelQuery": "Search words",
Expand Down
2 changes: 2 additions & 0 deletions src/locales/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
],
"placeholderQuery": "Bijvoorbeeld: fietsen, schilderij of Amsterdam",
"placeholderDatasets": "Selecteer een of meer terminologiebronnen",
"selectAll": "Selecteer alle",
"selectNone": "Selecteer geen",
"buttonSearch": "Zoeken",
"buttonLookup": "Zoeken",
"labelQuery": "Zoekwoorden",
Expand Down

0 comments on commit ab68e2d

Please sign in to comment.