We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e99f39 commit d7415d7Copy full SHA for d7415d7
.github/workflows/ci.yml
@@ -49,8 +49,8 @@ jobs:
49
- name: 🌎 Check locale translation completeness
50
run: |
51
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));
+ \$files = glob('src/Locales/*.json');
+ \$keys = array_keys(json_decode(file_get_contents('src/Locales/he.json'), true));
54
foreach (\$files as \$file) {
55
\$t = json_decode(file_get_contents(\$file), true);
56
\$missing = array_diff(\$keys, array_keys(\$t));
0 commit comments