Skip to content

Commit

Permalink
feat: Allow changing languages (#1450)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ushie committed Nov 11, 2023
1 parent 8a2578b commit cebece3
Show file tree
Hide file tree
Showing 59 changed files with 1,119 additions and 1,405 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
cache: true
- name: Install Flutter dependencies
run: flutter pub get
- name: Generate translation with Slang
run: dart run slang
- name: Generate files with Builder
run: dart run build_runner build --delete-conflicting-outputs
- name: Build with Flutter
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
channel: "stable"
- name: Set up Flutter
run: flutter pub get
- name: Generate translation with Slang
run: dart run slang
- name: Generate files with Builder
run: dart run build_runner build --delete-conflicting-outputs
- name: Build with Flutter
Expand All @@ -47,4 +49,4 @@ jobs:
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
files: revanced-manager-${{ env.RELEASE_VERSION }}.apk
files: revanced-manager-${{ env.RELEASE_VERSION }}.apk
331 changes: 0 additions & 331 deletions assets/i18n/en_US.json

This file was deleted.

Loading

0 comments on commit cebece3

Please sign in to comment.