mirror of
https://github.com/romancm/gamebrary
synced 2024-11-14 15:37:08 +00:00
Translate suggestion when creating a list
This commit is contained in:
parent
f4bae1f19b
commit
2cf7462c5c
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
:key="suggestion"
|
||||
type="button"
|
||||
:disabled="listNames.includes(suggestion.toLowerCase())"
|
||||
@click="addSuggestion(suggestion)"
|
||||
@click="addSuggestion($t(`list.suggestions.${suggestion}`))"
|
||||
>
|
||||
{{ $t(`list.suggestions.${suggestion}`) }}
|
||||
</button>
|
||||
|
|
Loading…
Reference in a new issue