fix: use lowercase 'cod' for translation keys to match method ID
- Change translation keys from COD to cod in all locale files - Fixes MISSING_MESSAGE error in PaymentMethodCard - Aligns translation keys with payment method IDs
This commit is contained in:
@@ -392,7 +392,7 @@
|
|||||||
"securePayment": "Sichere Zahlungsabwicklung",
|
"securePayment": "Sichere Zahlungsabwicklung",
|
||||||
"noMethodsAvailable": "Keine Zahlungsmethoden verfügbar",
|
"noMethodsAvailable": "Keine Zahlungsmethoden verfügbar",
|
||||||
"singleMethodNotice": "Nachnahme ist die einzige verfügbare Zahlungsmethode für Ihren Standort",
|
"singleMethodNotice": "Nachnahme ist die einzige verfügbare Zahlungsmethode für Ihren Standort",
|
||||||
"COD": {
|
"cod": {
|
||||||
"name": "Nachnahme",
|
"name": "Nachnahme",
|
||||||
"description": "Bezahlen Sie bei Erhalt Ihrer Bestellung",
|
"description": "Bezahlen Sie bei Erhalt Ihrer Bestellung",
|
||||||
"instructions": {
|
"instructions": {
|
||||||
|
|||||||
@@ -439,7 +439,7 @@
|
|||||||
"securePayment": "Secure payment processing",
|
"securePayment": "Secure payment processing",
|
||||||
"noMethodsAvailable": "No payment methods available",
|
"noMethodsAvailable": "No payment methods available",
|
||||||
"singleMethodNotice": "Cash on Delivery is the only available payment method for your location",
|
"singleMethodNotice": "Cash on Delivery is the only available payment method for your location",
|
||||||
"COD": {
|
"cod": {
|
||||||
"name": "Cash on Delivery",
|
"name": "Cash on Delivery",
|
||||||
"description": "Pay when you receive your order",
|
"description": "Pay when you receive your order",
|
||||||
"instructions": {
|
"instructions": {
|
||||||
|
|||||||
@@ -392,7 +392,7 @@
|
|||||||
"securePayment": "Paiement sécurisé",
|
"securePayment": "Paiement sécurisé",
|
||||||
"noMethodsAvailable": "Aucun mode de paiement disponible",
|
"noMethodsAvailable": "Aucun mode de paiement disponible",
|
||||||
"singleMethodNotice": "Le paiement à la livraison est le seul mode de paiement disponible pour votre région",
|
"singleMethodNotice": "Le paiement à la livraison est le seul mode de paiement disponible pour votre région",
|
||||||
"COD": {
|
"cod": {
|
||||||
"name": "Paiement à la Livraison",
|
"name": "Paiement à la Livraison",
|
||||||
"description": "Payez lors de la réception de votre commande",
|
"description": "Payez lors de la réception de votre commande",
|
||||||
"instructions": {
|
"instructions": {
|
||||||
|
|||||||
@@ -438,7 +438,7 @@
|
|||||||
"securePayment": "Bezbedno plaćanje",
|
"securePayment": "Bezbedno plaćanje",
|
||||||
"noMethodsAvailable": "Nema dostupnih načina plaćanja",
|
"noMethodsAvailable": "Nema dostupnih načina plaćanja",
|
||||||
"singleMethodNotice": "Plaćanje pouzećem je jedini dostupan način plaćanja za vašu lokaciju",
|
"singleMethodNotice": "Plaćanje pouzećem je jedini dostupan način plaćanja za vašu lokaciju",
|
||||||
"COD": {
|
"cod": {
|
||||||
"name": "Plaćanje Pouzećem",
|
"name": "Plaćanje Pouzećem",
|
||||||
"description": "Platite kada primite porudžbinu",
|
"description": "Platite kada primite porudžbinu",
|
||||||
"instructions": {
|
"instructions": {
|
||||||
|
|||||||
Reference in New Issue
Block a user