Skip to content

Commit

Permalink
Fix translation generator
Browse files Browse the repository at this point in the history
  • Loading branch information
problematicconsumer committed Dec 12, 2023
1 parent 5e436e3 commit 5ba0784
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/sync_translate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pip install polib deep-translator python-i18n

# python3 auto_translator.py fa en
python3 auto_translator.py en fa
python3 auto_translator.py en zh
python3 auto_translator.py en zh-CN
# python3 auto_translator.py en pt
python3 auto_translator.py en ru
python3 auto_translator.py en tr
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
.history
.svn/
migrate_working_dir/
.github/
.github/help
# IntelliJ related
*.iml
*.ipr
Expand Down

0 comments on commit 5ba0784

Please sign in to comment.