mirror of
https://github.com/gotson/komga.git
synced 2025-12-20 15:34:17 +01:00
fix(webui): add hint to language field in EditSeriesDialog.vue
This commit is contained in:
parent
2012f8be98
commit
fa8b4c3477
2 changed files with 2 additions and 0 deletions
|
|
@ -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"
|
||||
>
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue