mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-04-22 21:57:56 +00:00
fix: update GitHub Actions workflows and add Kurdish translation
- Update deprecated actions: - actions/checkout@v2 -> v4 - actions-rs/toolchain@v1 -> dtolnay/rust-toolchain@stable - peter-evans/find-comment@v2 -> v3 - tibdex/github-app-token@v1 -> v2 - peter-evans/repository-dispatch@v2 -> v3 - Temporarily disable appium-mobile-tests trigger (PAT_TOKEN needs workflow scope) - Add Kurdish (Kurmancî) translation (values-ku/strings.xml) - 1996 strings translated from English - Key UI terms in Kurdish (Wallet=Cîzdan, Account=Hesab, etc.) - Update Pezkuwi branding images Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -140,8 +140,8 @@ jobs:
|
||||
runs-on: ubuntu-24.04
|
||||
timeout-minutes: 90
|
||||
steps:
|
||||
- name: Checkout particualr branch
|
||||
uses: actions/checkout@v2
|
||||
- name: Checkout particular branch
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ inputs.branch }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user