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 Oct 26, 2022. It is now read-only.
Manage the magic strings like confirmationModal.action in an Interface.
Actual/Current Behavior
There are a lot of hard-coded strings in the templates that are needed by transloco to perform translation on the property defined by these strings.
Steps to Implement This Feature
Create an interface for confirmationModal key from the JSON files.
Create an interface for the following first level of nested keys under confirmationModal in the language JSON files:
action
title
Testing Steps
If you are not a member of this project, skip this step
Open the site.
On any of the list views, select the delete action and verify that the content in the confirmation modal is displayed properly.
On the user list view, select the resend-activation-email or reset-password action and verify that the content in the confirmation modal is displayed properly.
Change the language selection & verify that the above steps are still valid.
Select to log out of the application & verify that the content in the confirmation modal is displayed properly.
The text was updated successfully, but these errors were encountered:
Desired Use Case
Manage the magic strings like
confirmationModal.action
in an Interface.Actual/Current Behavior
There are a lot of hard-coded strings in the templates that are needed by transloco to perform translation on the property defined by these strings.
Steps to Implement This Feature
confirmationModal
key from the JSON files.confirmationModal
in the language JSON files:Testing Steps
If you are not a member of this project, skip this step
The text was updated successfully, but these errors were encountered: