eclipse-tractusx / portal-frontend

Portal Frontend
Apache License 2.0
4 stars 25 forks source link

Cleanup and Validation of Locales/Translation Files #892

Open jjeroch opened 1 week ago

jjeroch commented 1 week ago

Description: The current locales/translation files for German and English do not match, and there are a lot of missing translations. This ticket aims to clean up the locale files and ensure consistency across languages.

Tasks:

  1. Audit Locale Files: Review the locale files located at https://github.com/eclipse-tractusx/portal-frontend/tree/main/src/assets/locales and identify the discrepancies between the German and English translations.
  2. Fill in Missing Translations: For all missing translations, work with Danai to provide the necessary text values.
  3. Validate Translations: Ensure that all text values in the locale files are valid and consistent across languages.
  4. Update Locale Files: Update the locale files with the corrected and validated translations.
  5. Test Localization: Verify that the application correctly loads and displays the updated translations.

Acceptance Criteria: