ever-co / ever-demand

Ever® Demand™ - Open Commerce Platform - https://everdemand.co
https://everdemand.co
GNU Affero General Public License v3.0
1.69k stars 456 forks source link

[Feature] Admin option to choose French as language #1570

Open duncan222 opened 2 months ago

duncan222 commented 2 months ago

I have sent the signed CAA document to the email listed in the contributing guidelines.

These are changes to the admin site to add French to the list of language options. It looked as if French was added as an option on all the other sites, however the French option was missing from the Admin page. I translated the "en-US" JSON file from the admin-web-angular/src/assets/i18n directory to French and placed the contents of this translation into the "fr-FR" JSON file in the same directory.

The last changes made were to the "theme-settings.cpmponent.ts" in the admin-web-angular/src/app/components/theme-settings directory, which were adding French as an option in the drop down list that is presented in the settings side bar.

Please let me know if there is anything else I can do here. Thanks