[更新图形库和增加RHI查看器]: 重构图形库代码,并增加新的RHI查看器支持。 #9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Translate README | |
on: | |
push: | |
branches: | |
- main | |
- master | |
paths: | |
- README.md | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Setup Node.js | |
uses: actions/setup-node@v4 | |
# ISO Langusge Codes: https://cloud.google.com/translate/docs/languages | |
- name: Adding README - English | |
uses: dephraiim/translate-readme@main | |
with: | |
LANG: en |