2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-15 03:35:28 +00:00

Simplify translation scheme

Recover old translation data
This commit is contained in:
Oliver Walters
2022-05-02 11:06:50 +10:00
parent e28beb6a5e
commit 5b095be5f8
54 changed files with 5788 additions and 6655 deletions

View File

@ -32,10 +32,6 @@ jobs:
uses: gradle/gradle-build-action@v2
with:
gradle-version: 6.1.1
- name: Collect Translations
run: |
cd lib/l10n
python3 collect_translations.py
- name: Build for Android
run: |
flutter pub get

View File

@ -28,10 +28,6 @@ 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

View File

@ -31,10 +31,6 @@ jobs:
uses: subosito/flutter-action@v1
with:
flutter-version: '2.10.3'
- name: Collect Translations
run: |
cd lib/l10n
python3 collect_translations.py
- run: flutter pub get
- run: cp lib/dummy_dsn.dart lib/dsn.dart
- run: flutter analyze