Skip to content

Commit

Permalink
Update github_workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AnasElbattra committed Dec 17, 2024
1 parent ad250ee commit ec40aaf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/github_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
run: |
sed -i 's/"es-ES"/"es"/g' lib/l10n/app_es.arb
- name: Replace "pt-PT" with "pt" in app_pt.arb
run: |
sed -i 's/"pt-PT"/"pt"/g' lib/l10n/app_pt.arb

- name: Change intl version to 0.18.1
run: |
sed -i 's/intl: ^0.19.0/intl: ^0.18.1/g' pubspec.yaml
Expand Down

0 comments on commit ec40aaf

Please sign in to comment.