feat(mobile): use Weblate for i18n (1) (#17609)

This commit is contained in:
Alex
2025-04-15 08:30:01 -05:00
committed by GitHub
parent cecd9c24a4
commit a522130122
5 changed files with 18 additions and 1 deletions

View File

@@ -78,6 +78,10 @@ jobs:
working-directory: ./mobile
run: flutter pub get
- name: Generate translation file
run: make translation
working-directory: ./mobile
- name: Build Android App Bundle
working-directory: ./mobile
env:

View File

@@ -50,6 +50,10 @@ jobs:
run: dart pub get
working-directory: ./mobile
- name: Generate translation file
run: make translation; dart format lib/generated/codegen_loader.g.dart
working-directory: ./mobile
- name: Run Build Runner
run: make build
working-directory: ./mobile