es: add and improve Spanish translations in Testing in Android
section
#955
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Prevent unintended msgid changes | |
on: | |
pull_request: | |
paths: | |
- "po/*.po" | |
jobs: | |
check-msgid-changes: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- name: Reset git | |
run: git reset origin/main | |
- name: Check po file changes | |
run: python3 .github/workflows/check-msgid-changes.py |