0
0
Fork 0

refs #5834 feat: i18n

This commit is contained in:
Javier Segarra 2024-01-31 08:54:49 +01:00
parent 40fb0c4533
commit f3e7d8ceb1
3 changed files with 6 additions and 2 deletions

View File

@ -94,7 +94,7 @@ function handleFetch( data) {
:options="postcodesOptions" :options="postcodesOptions"
:label="t('Location')" :label="t('Location')"
:option-label="showLabel" :option-label="showLabel"
:placeholder="t('Search by postalCode, town, province or country')" :placeholder="t('search_by_postalcode')"
@input-value="locationFilter" @input-value="locationFilter"
:default-filter="false" :default-filter="false"
:input-debounce="300" :input-debounce="300"
@ -129,7 +129,9 @@ function handleFetch( data) {
</style> </style>
<i18n> <i18n>
en:
search_by_postalcode: Search by postalcode, town, province or country
es: es:
Location: Ubicación Location: Ubicación
Search by postalcode, town, province or country: Buscar por código postal, ciudad o país search_by_postalcode: Buscar por código postal, ciudad o país
</i18n> </i18n>

View File

@ -1087,5 +1087,6 @@ export default {
VnLv: { VnLv: {
copyText: '{copyValue} has been copied to the clipboard', copyText: '{copyValue} has been copied to the clipboard',
}, },
iban_tooltip: 'IBAN: ES21 1234 5678 90 0123456789',
}, },
}; };

View File

@ -1086,5 +1086,6 @@ export default {
VnLv: { VnLv: {
copyText: '{copyValue} se ha copiado al portapepeles', copyText: '{copyValue} se ha copiado al portapepeles',
}, },
iban_tooltip: 'IBAN: ES21 1234 5678 90 0123456789',
}, },
}; };