feat(i18n): Fix no-op t(), wrap settings strings, complete translations (93→280 keys) #79
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Code Quality | |
| on: | |
| pull_request: | |
| branches: [main, beta, development] | |
| jobs: | |
| quality: | |
| uses: ConductionNL/.github/.github/workflows/quality.yml@main | |
| with: | |
| app-name: softwarecatalog | |
| php-version: "8.3" | |
| nextcloud-test-refs: '["stable32"]' | |
| enable-psalm: true | |
| enable-phpstan: true | |
| enable-phpmetrics: true | |
| enable-frontend: true | |
| enable-eslint: true | |
| enable-phpunit: true | |
| enable-sbom: true | |
| additional-apps: '[{"repo":"ConductionNL/openregister","app":"openregister"}]' | |
| enable-newman: true | |
| newman-collection-path: "tests" |