Open Issues Need Help
View All on GitHubAI Summary: This GitHub issue identifies numerous hardcoded English strings used in API response messages and error strings across several Laravel controllers, including `AuthController`, `OrganizationalUnitController`, `RoleManagementController`, `PermissionManagementController`, and `UserPermissionController`. These hardcoded strings prevent proper internationalization and are inconsistent with the project's translation.io integration. The task is to replace these instances with Laravel's `__()` translation helper to ensure consistent i18n.
Complexity:
2/5
good first issue tech-debt i18n