[Feature] Admin option to choose French as language #1570
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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