mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-10 20:45:36 +02:00
feat: Allow changing languages (#1488)
Co-authored-by: validcube <pun.butrach@gmail.com>
This commit is contained in:
parent
c498cff096
commit
f82c439b26
64 changed files with 1302 additions and 1488 deletions
|
@ -15,7 +15,13 @@ This page will guide you through building ReVanced Manager from source.
|
|||
flutter pub get
|
||||
```
|
||||
|
||||
4\. Delete conflicting outputs
|
||||
4\. Generate translation file
|
||||
|
||||
```sh
|
||||
dart run slang
|
||||
```
|
||||
|
||||
5\. Delete conflicting outputs
|
||||
|
||||
> [!TIP]
|
||||
> Must be run every time you sync your local repository with the remote repository.
|
||||
|
@ -24,9 +30,7 @@ This page will guide you through building ReVanced Manager from source.
|
|||
dart run build_runner build --delete-conflicting-outputs
|
||||
```
|
||||
|
||||
|
||||
|
||||
5\. Build the APK
|
||||
6\. Build the APK
|
||||
|
||||
```sh
|
||||
flutter build apk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue