提交qiming-noVNC

This commit is contained in:
Codex
2026-06-01 13:15:17 +08:00
parent afb3d9f4e6
commit 24045274ad
230 changed files with 53429 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
name: Translate
on: [push, pull_request]
jobs:
translate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm update
- run: sudo apt-get install gettext
- run: make -C po update-pot
- run: make -C po update-po
- run: make -C po update-js