feat: Allow changing languages (#1488)

Co-authored-by: validcube <pun.butrach@gmail.com>
This commit is contained in:
Ushie 2024-02-12 02:22:25 +03:00 committed by GitHub
parent c498cff096
commit f82c439b26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
64 changed files with 1302 additions and 1488 deletions

View file

@ -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