diff --git a/.github/workflows/translate-language.yml b/.github/workflows/translate-language.yml index 2da629b2..fe7d1f7e 100644 --- a/.github/workflows/translate-language.yml +++ b/.github/workflows/translate-language.yml @@ -41,7 +41,7 @@ jobs: env: DEEPL_API_KEY: ${{ secrets.DEEPL_API_KEY }} run: | - python translate_language_json.py \ + python src/external/translate_language_json.py \ --source src/languages/en.json \ --output-dir src/languages \ --provider deepl @@ -59,4 +59,4 @@ jobs: fi git commit -m "chore(i18n): update translations" - git push \ No newline at end of file + git push