This is an automated email from the ASF dual-hosted git repository.
Aman-Mittal pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/fineract-backoffice-ui.git
from dc6662b Merge pull request #338 from
opensource-joe/a11y/icon-only-button-accessible-names
add 0d27350 feat(router): set a translated document title per route
new 6696133 Merge pull request #339 from opensource-joe/a11y/route-titles
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
scripts/check-translations.mjs | 4 +
src/app/app.config.ts | 5 +-
src/app/app.routes.ts | 25 +++++
.../core/router/translated-title.strategy.spec.ts | 102 +++++++++++++++++++++
src/app/core/router/translated-title.strategy.ts | 76 +++++++++++++++
src/app/features/groups/groups.routes.ts | 6 ++
src/assets/i18n/en.json | 2 +
7 files changed, 219 insertions(+), 1 deletion(-)
create mode 100644 src/app/core/router/translated-title.strategy.spec.ts
create mode 100644 src/app/core/router/translated-title.strategy.ts