Jay Sheen
|
249461389e
|
Apply t('home.money') localization to transaction amount-info-section
- Remove NumericFormat import dependency
- Replace 23 NumericFormat instances with t('home.money') pattern
- Remove hardcoded currency unit (원) - now included in locale
- Add null safety with || 0 for all amount values
- Applied to all transaction categories:
- AllTransaction (various service codes)
- CashReceipt (supplyAmount, vat, serviceAmount, taxFreeAmount)
- Escrow (cardAmount, pointAmount, couponAmount, escrowFee)
- Simple payment services (Kakao, Naver, Toss, Payco)
- Billing
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-11-04 17:34:32 +09:00 |
|
Jay Sheen
|
e067fc8d4f
|
Add comprehensive i18n localization to transaction UI components
- Localize 23 transaction UI component files
- Add 150+ translation keys to ko.json and en.json
- Organized translations under transaction namespace:
* transaction.bottomSheet - Bottom sheet modals
* transaction.sections - Section titles
* transaction.fields - Field labels (90+ keys)
* transaction.cancel - Cancellation flows
* transaction.handWrittenIssuance - Manual issuance forms
* transaction.list - List actions
Updated files:
- Bottom sheets: escrow-mail-resend, cash-receipt-purpose-update
- Sections: billing-info, part-cancel-info, detail-info, issue-info,
escrow-info, important-info, payment-info, transaction-info,
settlement-info, merchant-info, amount-info, cancel-bank-group,
cancel-password-group
- Lists: list-item, billing-list, cash-receipt-list
- Cancel flows: all-cancel, part-cancel, prevent-bond
- Issuance: hand-written-issuance-step1, hand-written-issuance-step2
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-10-30 16:14:40 +09:00 |
|