chore: configure Crowdin integration (#2724)

pull/2722/head
James Rich 2025-08-14 14:44:31 -05:00 zatwierdzone przez GitHub
rodzic 2d851ddbf0
commit c203d18c7c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
2 zmienionych plików z 6 dodań i 2 usunięć

Wyświetl plik

@ -14,13 +14,13 @@ concurrency:
jobs:
build_and_detekt:
if: github.repository == 'meshtastic/Meshtastic-Android' && github.head_ref != 'scheduled-updates'
if: github.repository == 'meshtastic/Meshtastic-Android' && github.head_ref != 'scheduled-updates' && github.head.ref != `l10n_main`
uses: ./.github/workflows/reusable-android-build.yml
secrets: inherit
androidTest:
# Assuming androidTest should also only run for the main repository
if: github.repository == 'meshtastic/Meshtastic-Android' && github.head_ref != 'scheduled-updates'
if: github.repository == 'meshtastic/Meshtastic-Android' && github.head_ref != 'scheduled-updates' && github.head.ref != `l10n_main`
uses: ./.github/workflows/reusable-android-test.yml
with:
api_levels: '[35]' # Run only on API 35 for PRs

Wyświetl plik

@ -1,3 +1,7 @@
pull_request_labels:
- automation
- l10n
commit_message: "[skip ci] Update translations from Crowdin"
files:
- source: /*/src/main/res/values/strings.xml
translation: /%original_path%-%two_letters_code%/strings.xml