WikiEducationFoundation / WikiEduDashboard

Wiki Education Foundation's Wikipedia course dashboard system
https://dashboard.wikiedu.org
MIT License
392 stars 631 forks source link

Refactor some files to i18n format instead of hardcoded string literals #5980

Closed osujipius closed 1 month ago

osujipius commented 1 month ago

NOTE: Please review the pull request process before opening your first PR: https://github.com/WikiEducationFoundation/WikiEduDashboard/blob/master/CONTRIBUTING.md#pull-request-process

What this PR does

Refactors some files to i18n format instead of hardcoded string literals Fixes #5738

Screenshots

Before:

Screenshot 2024-10-04 at 22 55 50

After:

Screenshot 2024-10-04 at 22 53 30 Screenshot 2024-10-04 at 22 53 43 Screenshot 2024-10-04 at 22 54 05 Screenshot 2024-10-04 at 22 54 17
ragesoss commented 1 month ago

This introduces some linting errors.

osujipius commented 1 month ago

This introduces some linting errors.

Fixed!