mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
Move translations files to /translations
This is a recommendation for Symfony 5
This commit is contained in:
parent
63bcf50ea7
commit
5e2ad5f8db
137 changed files with 3 additions and 8 deletions
10
.github/workflows/translations.yml
vendored
10
.github/workflows/translations.yml
vendored
|
@ -40,11 +40,5 @@ jobs:
|
|||
with:
|
||||
composer-options: "--optimize-autoloader --prefer-dist"
|
||||
|
||||
- name: "Validate Core translations"
|
||||
run: "php bin/console lint:yaml src/Wallabag/CoreBundle/Resources/translations -v"
|
||||
|
||||
- name: "Validate CraueConfig translations"
|
||||
run: "php bin/console lint:yaml app/Resources/CraueConfigBundle/translations -v"
|
||||
|
||||
- name: "Validate User translations"
|
||||
run: "php bin/console lint:yaml src/Wallabag/UserBundle/Resources/translations -v"
|
||||
- name: "Validate translations"
|
||||
run: "php bin/console lint:yaml translations -v"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue