You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've encountered an issue where the target languages 'en,zh-CN' (or en, zh-CN separately) are not functioning correctly. My main README.md is written in Korean, and I wish to translate it into both English and Chinese. While the translation to Chinese works well, the English version of the README is not being generated. Could you assist with this problem?
Thanks
jobs:
translate:
runs-on: ubuntu-lateststeps:
- name: Checkoutuses: actions/checkout@v3with:
fetch-depth: 3
- name: Auto Translate (en)uses: Lin-jun-xiang/action-translate-readme@v2with:
token: ${{ secrets.PAT_PROTOSSDRAGOON_FOR_ACTIONBOT }}g4f_provider: g4f.Provider.DeepAi # You can change this providerlangs: "en,zh-CN"
jobs:
translate:
runs-on: ubuntu-lateststeps:
- name: Checkoutuses: actions/checkout@v3with:
fetch-depth: 3
- name: Auto Translate (en)uses: Lin-jun-xiang/action-translate-readme@v2with:
token: ${{ secrets.PAT_PROTOSSDRAGOON_FOR_ACTIONBOT }}g4f_provider: g4f.Provider.DeepAi # You can change this providerlangs: "en"
- name: Auto Translate (zh-CN)uses: Lin-jun-xiang/action-translate-readme@v2with:
token: ${{ secrets.PAT_PROTOSSDRAGOON_FOR_ACTIONBOT }}g4f_provider: g4f.Provider.DeepAi # You can change this providerlangs: "zh-CN"
The text was updated successfully, but these errors were encountered:
Due to the program defaulting the English version of the documentation to README.md, when you write Korean into README.md, the program mistakenly assumes that you manually modified the English README.md instead of the Korean version, and therefore skips the translation process.
It is recommended that you use README.kr.md for the Korean version of the documentation. This can quickly resolve the issue.
Hi, and thank you for developing this project.
I've encountered an issue where the target languages 'en,zh-CN' (or en, zh-CN separately) are not functioning correctly. My main README.md is written in Korean, and I wish to translate it into both English and Chinese. While the translation to Chinese works well, the English version of the README is not being generated. Could you assist with this problem?
Thanks
The text was updated successfully, but these errors were encountered: