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
It looks like there are a few i18n messages in Frontend that are pure duplicates: they not only have the same text, but they also appear in similar grammatical and typographical contexts. It'd be good to remove these duplicates, because each will be translated separately in Transifex. That results in more work for translators.
We have a script that lists possible duplicates:
Output from bin/transifex/list-duplicates.js
"Reset Password"
Transifex keys:
- title.resetPassword
- component.UserResetPassword.title
"Give Access"
Transifex keys:
- audit.action.field_key.assignment_create
- audit.action.public_link.assignment_create
"Remove Access"
Transifex keys:
- audit.action.field_key.assignment_delete
- audit.action.public_link.assignment_delete
"Upload Files"
Transifex keys:
- component.FormAttachmentPopups.title
- component.FormAttachmentUploadFiles.title
"The Form “{name}” was deleted."
Transifex keys:
- component.FormDraftStatus.alert.delete
- component.FormSettings.alert.delete
"There are no Forms to show."
Transifex keys:
- component.FormList.emptyTable
- component.ProjectFormAccess.emptyTable
"Basic Details"
Transifex keys:
- component.ProjectEdit.title
- component.UserEditBasicDetails.title
The text was updated successfully, but these errors were encountered:
It looks like there are a few i18n messages in Frontend that are pure duplicates: they not only have the same text, but they also appear in similar grammatical and typographical contexts. It'd be good to remove these duplicates, because each will be translated separately in Transifex. That results in more work for translators.
We have a script that lists possible duplicates:
Output from bin/transifex/list-duplicates.js
The text was updated successfully, but these errors were encountered: