8000 Apply suggestions from code review · python/python-docs-zh-tw@998f706 · GitHub
[go: up one dir, main page]

Skip to content

Translate "Function" and "Exception" part of library/re.po #3416

Translate "Function" and "Exception" part of library/re.po

Translate "Function" and "Exception" part of library/re.po #3416

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