Merge pull request #11497

This commit is contained in:
Johannes Altmanninger
2025-05-29 16:03:41 +02:00
8 changed files with 551699 additions and 725389 deletions

View File

@@ -32,6 +32,17 @@ jobs:
- name: make fish_run_tests
run: |
make -C build VERBOSE=1 fish_run_tests
- uses: dtolnay/rust-toolchain@stable
- name: translation updates
run: |
# Required for our custom xgettext implementation.
cargo install --locked --version 1.0.106 cargo-expand
# Generate PO files. This should not result it a change in the repo if all translations are
# up to date.
# Ensure that fish is available as an executable.
PATH="$PWD/build:$PATH" build_tools/update_translations.fish --no-mo
# Show diff output. Fail if there is any.
git --no-pager diff --exit-code || { echo 'There are uncommitted changes after regenerating the gettext PO files. Make sure to update them via `build_tools/update_translations.fish --no-mo` after changing source files.'; exit 1; }
ubuntu-32bit-static-pcre2:

180954
po/de.po

File diff suppressed because it is too large Load Diff

181905
po/en.po

File diff suppressed because it is too large Load Diff

186931
po/fr.po

File diff suppressed because it is too large Load Diff

180106
po/pl.po

File diff suppressed because it is too large Load Diff

180882
po/pt_BR.po

File diff suppressed because it is too large Load Diff

181439
po/sv.po

File diff suppressed because it is too large Load Diff

184860
po/zh_CN.po

File diff suppressed because it is too large Load Diff