Skip to content

Commit d7415d7

Browse files
authored
Update ci.yml
1 parent 1e99f39 commit d7415d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
- name: 🌎 Check locale translation completeness
5050
run: |
5151
docker-compose exec bot php -r "
52-
\$files = glob('app/locales/*.json');
53-
\$keys = array_keys(json_decode(file_get_contents('src/locales/he.json'), true));
52+
\$files = glob('src/Locales/*.json');
53+
\$keys = array_keys(json_decode(file_get_contents('src/Locales/he.json'), true));
5454
foreach (\$files as \$file) {
5555
\$t = json_decode(file_get_contents(\$file), true);
5656
\$missing = array_diff(\$keys, array_keys(\$t));

0 commit comments

Comments
 (0)