mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-25 08:55:46 +00:00
Merge pull request #547 from roddymunro/add-swiftpolyglot-version
Set explicit SwiftPolyglot tag and update clone path
This commit is contained in:
commit
6fda52ed37
1 changed files with 3 additions and 3 deletions
6
.github/workflows/xcstrings.yml
vendored
6
.github/workflows/xcstrings.yml
vendored
|
|
@ -14,9 +14,9 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Clone SwiftPolyglot
|
||||
run: git clone https://github.com/appdecostudio/SwiftPolyglot.git
|
||||
run: git clone --branch 0.3.1 -- https://github.com/appdecostudio/SwiftPolyglot.git ../SwiftPolyglot
|
||||
|
||||
- name: validate translations
|
||||
run: |
|
||||
swift build --package-path ./SwiftPolyglot --configuration release
|
||||
swift run --package-path ./SwiftPolyglot swiftpolyglot "ca,de,el,es,fi,fr,hi,it,ja,ko,nl,pl,pt-BR,ru,tr,uk,zh-Hans,zh-Hant" --errorOnMissing
|
||||
swift build --package-path ../SwiftPolyglot --configuration release
|
||||
swift run --package-path ../SwiftPolyglot swiftpolyglot "ca,de,el,es,fi,fr,hi,it,ja,ko,nl,pl,pt-BR,ru,tr,uk,zh-Hans,zh-Hant" --errorOnMissing
|
||||
|
|
|
|||
Loading…
Reference in a new issue