You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Identify and replace all hardcoded text strings with t('key').
Add the corresponding translation keys to the gb.json file.
Ensure that all affected components display the correct translated text.
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: