feat: wip settings screen.

This commit is contained in:
Aunali321
2022-08-10 18:00:28 +05:30
parent 63f43806ae
commit 3f45dd2db9
7 changed files with 176 additions and 7 deletions

View File

@@ -1,7 +1,8 @@
{
"main": {
"dashboardTab": "Dashboard",
"patcherTab": "Patcher"
"patcherTab": "Patcher",
"settingsTab": "Settings"
},
"homeView": {
"widgetTitle": "Dashboard",
@@ -47,5 +48,18 @@
"patchesSelectorView": {
"searchBarHint": "Search patches",
"fabButton": "Done"
},
"settingsView": {
"widgetTitle": "Settings",
"languageLabel": "Language",
"themeLabel": "Theme",
"themeHint": "Change the theme of the app",
"dynamicColorsLabel": "Dynamic Colors",
"dynamicColorsHint": "Enable dynamic colors",
"darkThemeLabel": "Dark",
"lightThemeLabel": "Light",
"versionLabel": "Version",
"aboutLabel": "About",
"contributorsLabel": "Contributors"
}
}