Description
Is your feature request related to a problem? Please describe
The cart currently supports only 7 languages (en, de, nl, hu, pt, it, pl), while the mfe-checkout and mfe-microstore applications support more languages. To provide a consistent multilingual experience across all applications, we should add support for the remaining languages.
Describe the solution you'd like
Add localization support for the following languages, following the same JSON structure as the existing en/common.json file in packages/cart/src/assets/locales/:
es (Spanish)
fr (French)
hr (Croatian)
sl (Slovenian)
Each language file should include translations for all keys currently present in the English locale.
This will ensure feature parity with the mfe-checkout and mfe-microstore applications and provide better support for international users.
Additional context
Reference: the mfe-checkout repository already has translations for all these languages in public/static/locales/. These can serve as a reference for terminology and translation style.
Related: commercelayer/mfe-microstore#100
Description
Is your feature request related to a problem? Please describe
The cart currently supports only 7 languages (
en,de,nl,hu,pt,it,pl), while the mfe-checkout and mfe-microstore applications support more languages. To provide a consistent multilingual experience across all applications, we should add support for the remaining languages.Describe the solution you'd like
Add localization support for the following languages, following the same JSON structure as the existing
en/common.jsonfile inpackages/cart/src/assets/locales/:es(Spanish)fr(French)hr(Croatian)sl(Slovenian)Each language file should include translations for all keys currently present in the English locale.
This will ensure feature parity with the mfe-checkout and mfe-microstore applications and provide better support for international users.
Additional context
Reference: the mfe-checkout repository already has translations for all these languages in
public/static/locales/. These can serve as a reference for terminology and translation style.Related: commercelayer/mfe-microstore#100