summaryrefslogtreecommitdiff
path: root/backend/locales
diff options
context:
space:
mode:
authorfero <hi@evan.graphics>2023-07-09 01:43:00 -0700
committerGitHub <noreply@github.com>2023-07-09 09:43:00 +0100
commit7c805e9b80996c69e4401514c5468a5fdc40e178 (patch)
tree48d8ea94efaae839a981e44b3ebacb90c632df11 /backend/locales
parent6b3f9e4a9ef55b1372da72f02c48de183e5fa626 (diff)
downloaddecky-loader-7c805e9b80996c69e4401514c5468a5fdc40e178.tar.gz
decky-loader-7c805e9b80996c69e4401514c5468a5fdc40e178.zip
Add descriptions to Decky titleview DialogButtons (#502)
* chore: add onOKActionDescriptions to decky titleview This is in preparation for beebles' custom titleview. Since plugins may reuse the same icons in their custom titleviews, it will be a good practice to disambiguate their meanings. In the Steam UI, any icon button has a matching description. * chore: implement it using the translation framework --------- Co-authored-by: Marco Rodolfi <marco.rodolfi@tuta.io>
Diffstat (limited to 'backend/locales')
-rw-r--r--backend/locales/en-US.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/backend/locales/en-US.json b/backend/locales/en-US.json
index 180a8a70..82ad3800 100644
--- a/backend/locales/en-US.json
+++ b/backend/locales/en-US.json
@@ -234,6 +234,10 @@
"testing": "Testing"
}
},
+ "TitleView":{
+ "decky_store_desc": "Open Decky Store",
+ "settings_desc": "Open Decky Settings"
+ },
"Updater": {
"decky_updates": "Decky Updates",
"no_patch_notes_desc": "no patch notes for this version",