Skip to content

Commit

Permalink
fix: format xcstrings after pulling from transifex (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDiver1975 authored Sep 25, 2024
1 parent 6057ef2 commit 3578f8b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pull-transifex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
token: ${{ secrets.TX_TOKEN }}
args: pull --force --skip --all

- name: l10n-format
run: |
jq . ownCloudSDK/Resources/Localizable.xcstrings > ownCloudSDK/Resources/Localizable.xcstrings
jq . ownCloudUI/Resources/Localizable.xcstrings > ownCloudUI/Resources/Localizable.xcstrings
- uses: GuillaumeFalourd/[email protected]
with:
email: [email protected]
Expand Down

0 comments on commit 3578f8b

Please sign in to comment.