This is an automated email from the ASF dual-hosted git repository. Aman-Mittal pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/fineract-backoffice-ui.git
commit 669613383db3354fe58dc45dbee65ac6fe5dbeb2 Merge: dc6662b 0d27350 Author: Aman-Mittal <[email protected]> AuthorDate: Sat Aug 15 02:14:36 2026 +0530 Merge pull request #339 from opensource-joe/a11y/route-titles feat(router): set a translated document title per route 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(-)
