From e35b2085b41e6b37ffd6ed3ade7d677eb09ac6ae Mon Sep 17 00:00:00 2001 From: bc-vlad-dlogush <83779098+bc-vlad-dlogush@users.noreply.github.com> Date: Wed, 6 Dec 2023 11:36:32 +0200 Subject: [PATCH] fix(storefront): BCTHEME-1748 Check lang helpers usage and existence of key in translation file (#2403) Co-authored-by: Vlad Dlogush <31504758+VladDlogush@users.noreply.github.com> --- CHANGELOG.md | 1 + lang/en-CA.json | 5 ----- lang/fr-CA.json | 5 ----- 3 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 lang/en-CA.json delete mode 100644 lang/fr-CA.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 81dceb014d..064c6f0eec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Draft +- Check lang helpers usage and existence of key in translation file [#2403](https://github.com/bigcommerce/cornerstone/pull/2403) - Display fees on cart page [#2376](https://github.com/bigcommerce/cornerstone/pull/2376) - Replace Twitter logo with X logo within social sharing and social link components [#2387](https://github.com/bigcommerce/cornerstone/pull/2387) - Added nvm config [#2389](https://github.com/bigcommerce/cornerstone/pull/2389) diff --git a/lang/en-CA.json b/lang/en-CA.json deleted file mode 100644 index 20aa218fe7..0000000000 --- a/lang/en-CA.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "header": { - "welcome_back": "Good day, {name}" - } -} diff --git a/lang/fr-CA.json b/lang/fr-CA.json deleted file mode 100644 index f41bcd8ac2..0000000000 --- a/lang/fr-CA.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "header": { - "welcome_back": "Bonjour, {name}" - } -}