#5834 - Bic/Swift #169

Merged
jsegarra merged 9 commits from 5834_billingDataSwift into dev 2024-02-02 07:25:51 +00:00
3 changed files with 6 additions and 2 deletions
Showing only changes of commit f3e7d8ceb1 - Show all commits

View File

@ -94,7 +94,7 @@ function handleFetch( data) {
:options="postcodesOptions"
:label="t('Location')"
:option-label="showLabel"
:placeholder="t('Search by postalCode, town, province or country')"
:placeholder="t('search_by_postalcode')"
Review

Había un fallo con la traducción

Había un fallo con la traducción
@input-value="locationFilter"
:default-filter="false"
:input-debounce="300"
@ -129,7 +129,9 @@ function handleFetch( data) {
</style>
<i18n>
en:
search_by_postalcode: Search by postalcode, town, province or country
es:
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>

View File

@ -1087,5 +1087,6 @@ export default {
VnLv: {
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: {
copyText: '{copyValue} se ha copiado al portapepeles',
},
iban_tooltip: 'IBAN: ES21 1234 5678 90 0123456789',
},
};