8000 fix: 修正 socket.po 中的函數名稱錯誤 · python/python-docs-zh-tw@a906462 · GitHub
[go: up one dir, main page]

Skip to content

feat: translate library/socket.po intro section #3366

feat: translate library/socket.po intro section

feat: translate library/socket.po intro section #3366

Workflow file for this run

name: build
on:
pull_request:
jobs:
ci:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install Dependencies
run: sudo apt-get install gettext
- name: Validate
run: VERSION=${{ github.event.repository.default_branch }} JOBS=4 MODE=html make all
0