@invoice-sdk/widget 1.92.0 → 1.93.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/{index-webJNIb6.js → index-4BCq_Ufm.js} +1146 -1166
- package/dist/index.esm.js +7 -9
- package/dist/index.umd.js +43 -43
- package/dist/{widget-CY61iKML.js → widget-BnqT_ePZ.js} +2865 -2763
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -83,7 +83,7 @@ export const translations = {
|
|
|
83
83
|
en: { /* English translations */ },
|
|
84
84
|
// Add new language
|
|
85
85
|
fr: {
|
|
86
|
-
|
|
86
|
+
eInvoiceRegister: "Enregistrement de facture électronique",
|
|
87
87
|
stepInfo: "Information",
|
|
88
88
|
stepPlan: "Forfait de facture",
|
|
89
89
|
stepPayment: "Confirmation et paiement",
|
|
@@ -96,7 +96,7 @@ export const translations = {
|
|
|
96
96
|
|
|
97
97
|
Key translation categories:
|
|
98
98
|
|
|
99
|
-
- **Widget titles and navigation**: `
|
|
99
|
+
- **Widget titles and navigation**: `eInvoiceRegister`, `stepInfo`, `stepPlan`, `stepPayment`
|
|
100
100
|
- **Form labels**: `taxCode`, `companyName`, `email`, `phone`, `fullName`, etc.
|
|
101
101
|
- **Buttons**: `next`, `back`, `cancel`, `confirm`, `ok`
|
|
102
102
|
- **Error messages**: `errorRequired`, `errorInvalidEmail`, `errorInvalidPhone`
|