From 7c805e9b80996c69e4401514c5468a5fdc40e178 Mon Sep 17 00:00:00 2001 From: fero Date: Sun, 9 Jul 2023 01:43:00 -0700 Subject: 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 --- backend/locales/en-US.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'backend/locales') 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", -- cgit v1.2.3