add English hint for language option when current language is not English

This commit is contained in:
MaysWind
2025-01-25 23:22:45 +08:00
parent acaad355ed
commit 99a2f40a4e
3 changed files with 18 additions and 4 deletions
@@ -120,8 +120,8 @@
item-value="languageTag"
persistent-placeholder
:disabled="loading || saving"
:label="tt('Language')"
:placeholder="tt('Language')"
:label="languageTitle"
:placeholder="languageTitle"
:items="allLanguages"
v-model="newProfile.language"
/>
@@ -381,6 +381,7 @@ const {
allExpenseAmountColorTypes,
allIncomeAmountColorTypes,
allTransactionEditScopeTypes,
languageTitle,
supportDigitGroupingSymbol,
inputIsNotChangedProblemMessage,
inputInvalidProblemMessage,