2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-17 04:35:26 +00:00

Collect translation files as part of CI

This commit is contained in:
Oliver Walters
2022-05-02 10:16:34 +10:00
parent 245f18be6e
commit a5a78f21cd
3 changed files with 12 additions and 0 deletions

View File

@ -28,6 +28,10 @@ jobs:
uses: subosito/flutter-action@v1
with:
flutter-version: '2.10.3'
- name: Collect Translations
run: |
cd lib/l10n
python3 collect_translations.py
- name: Build for iOS
run: |
flutter pub get