WikiEducationFoundation / WikiEduDashboard

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

Converted upload_viewer.jsx to functional component and used i18n for string literals #5753

Closed omChauhanDev closed 5 months ago

omChauhanDev commented 6 months ago

What this PR does

This PR converted the upload_viewer.jsx from class to functional component and used i18n for string literals.

Videos

Before:

Before

After:

After