slegarraga opened a new pull request, #427: URL: https://github.com/apache/fineract-backoffice-ui/pull/427
## What Closes #422. One `title` per route in `security.routes.ts` — seven routes, one line each, following the repo's i18n-key convention. ## Keys used (all pre-existing in en.json except three added for hi/ko parity) | Route | Title key | |---|---| | users | `nav.users` | | users/create | `USERS.CREATE_USER` | | users/edit/:id | `USERS.EDIT_USER` | | roles | `nav.roles` | | roles/create | `ROLES.CREATE_ROLE` | | roles/edit/:id | `ROLES.EDIT_ROLE` | | audits | `SECURITY.AUDIT_LOGS` | The breadcrumbs from #419 now render a full trail (`Security › Users › …`) and each screen titles its own tab — Audit Logs is no longer indistinguishable from the rest of the section. ## Locale completeness Three of the seven keys were missing from `hi.json` and `ko.json`; they were added (हिंदी and 한국어 translations) so neither locale regresses to showing raw keys. All seven resolve cleanly across `en`, `hi`, `ko`. ## Verification - `npm run lint` clean · `ng build` succeeds · all three locale JSONs parse -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
