WikiEducationFoundation / WikiEduDashboard

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

Added i18n in remaining texts #5734

Closed prathamVaidya closed 3 months ago

prathamVaidya commented 3 months ago

What this PR does

Fixes #5710

Screenshots

Before:

image

After:

image

prathamVaidya commented 3 months ago

@ragesoss how about using this linting rule i18next/no-literal-string from https://github.com/edvardchen/eslint-plugin-i18next.

image

After trying in wikiDashboard

image

ragesoss commented 3 months ago

@ragesoss how about using this linting rule i18next/no-literal-string from https://github.com/edvardchen/eslint-plugin-i18next.

@prathamVaidya will that break the build, or just provide editor integration?

prathamVaidya commented 3 months ago

@ragesoss how about using this linting rule i18next/no-literal-string from https://github.com/edvardchen/eslint-plugin-i18next.

@prathamVaidya will that break the build, or just provide editor integration?

It will be only shown in the editor and the browser eslint window only on the opened file. It will not break the build.

image

image

ragesoss commented 3 months ago

cool, that sounds useful.

prathamVaidya commented 3 months ago

cool, that sounds useful.

Opened #5735