8000 Fix translation and remove comments in library/exception.po · python/python-docs-zh-tw@d888b7f · GitHub
[go: up one dir, main page]

Skip to content

Update translation for library/enum, library/exceptions and howto/sorting #3344

Update translation for library/enum, library/exceptions and howto/sorting

Update translation for library/enum, library/exceptions and howto/sorting #3344

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