Skip to content

Commit

Permalink
refactor: [IOBP-1204] Add IUV to label (#6713)
Browse files Browse the repository at this point in the history
## Short description
This pull request updates the localization for noticeCode to include the
IUV text

## List of changes proposed in this pull request
- Updated the `noticeCode` translation to _Codice avviso/IUV_ and added
a new entry for `noticeCodeAccessible` with the value _Codice
avviso/Identificativo Univoco Versamento_
- Apply `noticeCodeAccessible` text for the `accessibilityLabel`

## How to test
Ensure that label text in `PAYMENT_RECEIPT_CART_ITEM_DETAILS` now
includes `/IUV`

## Preview
![Screenshot 2025-02-13 at 12 59
50](https://github.com/user-attachments/assets/0da9c0b7-17ae-4b05-a425-583741d32666)
  • Loading branch information
LeleDallas authored Feb 13, 2025
1 parent df85e81 commit 6e60dc2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion locales/de/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3207,7 +3207,8 @@ transaction:
debtor: "Schuldner"
iuv: "IUV"
subject: "Zahlungsgrund"
noticeCode: "Kodex der Zahlungsmitteilung"
noticeCode: "Kodex der Zahlungsmitteilung/IUV"
noticeCodeAccessible: Codice avviso/Identificativo Univoco Versamento
taxCode: "Steuernummer Körperschaft"
FIMS:
updateApp:
Expand Down
3 changes: 2 additions & 1 deletion locales/en/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4221,7 +4221,8 @@ transaction:
debtor: Debitore
iuv: IUV
subject: Oggetto del pagamento
noticeCode: Codice avviso
noticeCode: Codice avviso/IUV
noticeCodeAccessible: Codice avviso/Identificativo Univoco Versamento
taxCode: Codice Fiscale Ente
FIMS:
updateApp:
Expand Down
3 changes: 2 additions & 1 deletion locales/it/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4221,7 +4221,8 @@ transaction:
debtor: Debitore
iuv: IUV
subject: Oggetto del pagamento
noticeCode: Codice avviso
noticeCode: Codice avviso/IUV
noticeCodeAccessible: Codice avviso/Identificativo Univoco Versamento
taxCode: Codice Fiscale Ente
FIMS:
updateApp:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const ReceiptCartItemDetailsScreen = () => {
}
label={I18n.t("transaction.details.operation.noticeCode")}
accessibilityLabel={I18n.t(
"transaction.details.operation.noticeCode"
"transaction.details.operation.noticeCodeAccessible"
)}
value={cartItem.refNumberValue}
/>
Expand Down

0 comments on commit 6e60dc2

Please sign in to comment.