From ec7327e1fd313ef1bb4f56cdd4fa18f47d0050a4 Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Fri, 7 Nov 2025 12:01:33 -0800 Subject: [PATCH] Resolve typo. --- app.json | 2 +- babel-translations.babel | 21 +++++++++++++++++++++ translations/en-US/common.json | 1 + translations/es-MX/common.json | 1 + translations/fr-CA/common.json | 1 + 5 files changed, 25 insertions(+), 1 deletion(-) diff --git a/app.json b/app.json index 3aae682..006fc77 100644 --- a/app.json +++ b/app.json @@ -6,7 +6,7 @@ "scheme": "imex-mobile-scheme", "userInterfaceStyle": "automatic", "extra": { - "expover": "17", + "expover": "18", "eas": { "projectId": "ffe01f3a-d507-4698-82cd-da1f1cad450b" } diff --git a/babel-translations.babel b/babel-translations.babel index 7de7664..7e65128 100644 --- a/babel-translations.babel +++ b/babel-translations.babel @@ -4060,6 +4060,27 @@ + + production_note + false + + + + + + en-US + false + + + es-MX + false + + + fr-CA + false + + + rate_la1 false diff --git a/translations/en-US/common.json b/translations/en-US/common.json index 18e4d83..e7bac86 100644 --- a/translations/en-US/common.json +++ b/translations/en-US/common.json @@ -246,6 +246,7 @@ "phoneshort": "PH", "policy_no": "Policy #", "ponumber": "PO Number", + "production_note": "Production Note", "rate_la1": "LA1", "rate_la2": "LA2", "rate_la3": "LA3", diff --git a/translations/es-MX/common.json b/translations/es-MX/common.json index 734dc46..fe7c8d4 100644 --- a/translations/es-MX/common.json +++ b/translations/es-MX/common.json @@ -246,6 +246,7 @@ "phoneshort": "PH", "policy_no": "Política #", "ponumber": "numero postal", + "production_note": "", "rate_la1": "Tarifa LA1", "rate_la2": "Tarifa LA2", "rate_la3": "Tarifa LA3", diff --git a/translations/fr-CA/common.json b/translations/fr-CA/common.json index 4ed91c9..740d254 100644 --- a/translations/fr-CA/common.json +++ b/translations/fr-CA/common.json @@ -246,6 +246,7 @@ "phoneshort": "PH", "policy_no": "Politique #", "ponumber": "Numéro de bon de commande", + "production_note": "", "rate_la1": "Taux LA1", "rate_la2": "Taux LA2", "rate_la3": "Taux LA3",