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
{{ message }}
This repository has been archived by the owner on May 7, 2021. It is now read-only.
Refactor Localization so that instead of a central en.json and fr.json file that each route has it's own english and french localization file, and there is also the existing shared global localization folder.
This will make it easier to modify the localization for each of the questions.
Example Folder Structure
locales\fr.json
locales\en.json
routes\question-no-income\en.json
routes\question-no-income\fr.json
The text was updated successfully, but these errors were encountered:
Refactor Localization so that instead of a central en.json and fr.json file that each route has it's own english and french localization file, and there is also the existing shared global localization folder.
This will make it easier to modify the localization for each of the questions.
Example Folder Structure
The text was updated successfully, but these errors were encountered: