We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
currently, all pages that use preparePage pass in untranslated strings. For example:
preparePage
{ name: PageNames.USER_PERMISSIONS_PAGE, path: '/permissions/:userid', handler: ({ params, name }) => { preparePage(store.dispatch, { name, title: 'Manage User Permissions', }); showUserPermissionsPage(store, params.userid).then(hideLoadingScreen); }, },
page titles should be translated
some difficulty in other languages
The text was updated successfully, but these errors were encountered:
This should have been fixed in #2610
Sorry, something went wrong.
No branches or pull requests
Observed behavior
currently, all pages that use
preparePage
pass in untranslated strings. For example:Expected behavior
page titles should be translated
User-facing consequences
some difficulty in other languages
Context
The text was updated successfully, but these errors were encountered: