Update translate.yml

This commit is contained in:
Joseph Abbey
2023-11-14 22:24:52 +00:00
committed by GitHub
parent c57d6c18cf
commit a6b7c27bf8

View File

@ -3,6 +3,7 @@ on:
push: push:
paths: paths:
- "resources/strings/strings.xml" - "resources/strings/strings.xml"
- "translate.py"
- "resources-*/strings/corrections.xml" - "resources-*/strings/corrections.xml"
jobs: jobs:
@ -22,7 +23,7 @@ jobs:
- run: | - run: |
pip install beautifulsoup4 pip install beautifulsoup4
pip install deep-translate pip install deep-translator
pip install xml pip install xml
- run: python translate.py - run: python translate.py