fix(webui): add hint to language field in EditSeriesDialog.vue

This commit is contained in:
Gauthier Roebroeck 2021-07-19 11:38:16 +08:00
parent 2012f8be98
commit fa8b4c3477
2 changed files with 2 additions and 0 deletions

View file

@ -133,6 +133,7 @@
dense
:placeholder="!single && mixed.language ? $t('dialog.edit_series.mixed') : ''"
:error-messages="languageErrors"
:hint="$t('dialog.edit_series.field_language_hint')"
@input="$v.form.language.$touch()"
@change="form.languageLock = true"
>

View file

@ -371,6 +371,7 @@
"field_age_rating_error": "Age rating must be 0 or more",
"field_genres": "Genres",
"field_language": "Language",
"field_language_hint": "IETF BCP 47 language tag",
"field_publisher": "Publisher",
"field_reading_direction": "Reading Direction",
"field_sort_title": "Sort Title",