openedx / frontend-app-account

Open edX micro-frontend application for managing user account information.
GNU Affero General Public License v3.0
19 stars 123 forks source link

feat: add new languages #1027

Closed muhammad-ammar closed 7 months ago

muhammad-ammar commented 7 months ago

Description: Add the below languages into site language dropdown.

  1. ('te', 'తెలుగు'), # Telugu
  2. ('da', 'dansk'), # Danish
  3. ('el', 'Ελληνικά'), # Greek
  4. ('es-es', 'Español (España)'), # Spanish (Spain)
  5. ('sw', 'Kiswahili'), # Swahili
  6. ('tr-tr', 'Türkçe (Türkiye)'), # Turkish (Turkey)
codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 56.79%. Comparing base (11e144d) to head (32f9804). Report is 32 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1027 +/- ## =========================================== + Coverage 46.70% 56.79% +10.09% =========================================== Files 117 119 +2 Lines 2411 2495 +84 Branches 640 673 +33 =========================================== + Hits 1126 1417 +291 + Misses 1211 1004 -207 Partials 74 74 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.