SecPal Laravel Backend API - Digital guard book and security service management

0 stars 0 forks 0 watchers PHP GNU Affero General Public License v3.0
1 Open Issue Need Help Last updated: Dec 5, 2025

Open Issues Need Help

View All on GitHub

AI 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

SecPal Laravel Backend API - Digital guard book and security service management

PHP