Migrate Hardcoded Strings to i18n for Localization Support - For Maintenance, NotFound, PageSpeed, Settings, StatusPage, Uptime Directories #1875
Labels
good first issue
Good for newcomers
Milestone
Currently, some text strings in the project are hardcoded (e.g.,
<div>Add</div>
). To improve localization support, these strings should be replaced using the useTranslation hook from i18n.Tasks:
Example:
Before:
gb.json
This update will make the project more scalable for multiple languages.
SCOPE: Maintenance, NotFound, PageSpeed, Settings, StatusPage, Uptime Directories
The text was updated successfully, but these errors were encountered: