mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-10 21:26:18 +00:00
feat: Allow changing languages (#1488)
Co-authored-by: validcube <pun.butrach@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user