-
-
Notifications
You must be signed in to change notification settings - Fork 209
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UI corrections basic implementation for translations
- Loading branch information
Showing
15 changed files
with
176 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
arb-dir: lib/localization | ||
template-arb-file: app_en.arb | ||
output-localization-file: app_localizations.dart |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"about": "About", | ||
"accentChangeMsg": "Accent color has been changed, move to other page to see changes", | ||
"accentColor": "Accent color", | ||
"add": "Add", | ||
"appUpdateAvailableAndDownloading": "App update is available and downloading", | ||
"appUpdateIsNotAvailable": "App update is not available", | ||
"backupUserData": "Backup user data", | ||
"backupedSuccesfully": "Backuped Succesfully", | ||
"cacheMsg": "Cache cleared", | ||
"clearCache": "Clear cache", | ||
"downloadAppUpdate": "Download app update", | ||
"localSongs": "Local songs", | ||
"lyrics": "Lyrics", | ||
"lyricsNotAvailable": "No lyrics available ;(", | ||
"nowPlaying": "Now playing", | ||
"playAll": "Play all", | ||
"playlist": "Playlist", | ||
"playlists": "Playlists", | ||
"queueInitText": "Initialising queue... because of perfomance, only first 20 songs will be added in the queue.", | ||
"recommendedForYou": "Recommended for you", | ||
"restoreUserData": "Restore user data", | ||
"restoredSuccesfully": "Restored Succesfully", | ||
"search": "Search", | ||
"settings": "Settings", | ||
"suggestedPlaylists": "Suggested playlists", | ||
"userLikedSongs": "User liked songs", | ||
"userPlaylists": "User playlists", | ||
"yourDownloadedSongsHere": "Your downloaded songs here", | ||
"yourFavoriteSongsHere": "Your favorite songs here", | ||
"youtubePlaylistID": "Youtube playlist ID" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.