Skip to content

Commit

Permalink
feat: remove several languages
Browse files Browse the repository at this point in the history
  • Loading branch information
gokadzev committed Feb 21, 2025
1 parent 1c011fe commit e8a6012
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 332 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Lyrics support <br/>
No ads <br/>
No subscriptions <br/>
Inbuilt updater <br/>
17 supported languages <br/>
14 supported languages <br/>
Material UI & accent colors & dynamic colors (Android 12+) <br/>

</center>
Expand Down
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
* Lyrics support
* No ads
* No subscriptions
* 17 supported languages
* 14 supported languages
* Material UI & accent colors & dynamic colors (Android 12+)
109 changes: 0 additions & 109 deletions lib/localization/app_gl.arb

This file was deleted.

109 changes: 0 additions & 109 deletions lib/localization/app_ka.arb

This file was deleted.

109 changes: 0 additions & 109 deletions lib/localization/app_tr.arb

This file was deleted.

3 changes: 0 additions & 3 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ final appLanguages = <String, String>{
'English': 'en',
'Arabic': 'ar',
'French': 'fr',
'Galician': 'gl',
'Georgian': 'ka',
'German': 'de',
'Greek': 'el',
'Indonesian': 'id',
Expand All @@ -63,7 +61,6 @@ final appLanguages = <String, String>{
'Polish': 'pl',
'Portuguese': 'pt',
'Spanish': 'es',
'Turkish': 'tr',
'Ukrainian': 'uk',
};

Expand Down

0 comments on commit e8a6012

Please sign in to comment.