Closed greatislander closed 11 months ago
This PR fixes some circumstances where trans_choice was used in a way that prevented Localizator from picking up the strings.
trans_choice
If this PR changes PHP code or dependencies:
composer format
composer analyze
php artisan test
composer localize
BEGIN_COMMIT_OVERRIDE fix: resolve unsupported use of trans_choice (resolves #2022) #2023 END_COMMIT_OVERRIDE
This PR fixes some circumstances where
trans_choice
was used in a way that prevented Localizator from picking up the strings.Prerequisites
If this PR changes PHP code or dependencies:
composer format
and fixed any code formatting issues.composer analyze
and addressed any static analysis issues.php artisan test
and ensured that all tests pass.composer localize
to update localization source files and committed any changes.BEGIN_COMMIT_OVERRIDE fix: resolve unsupported use of trans_choice (resolves #2022) #2023 END_COMMIT_OVERRIDE