mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 22:31:59 +00:00
[Hotfix] Wrong key name interpreted as plural (#459)
This commit is contained in:
@@ -76,7 +76,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"SettingsDeveloperIndex": {
|
"SettingsDeveloperIndex": {
|
||||||
"header_other": "Other",
|
"header": "Other",
|
||||||
"react_devtools": {
|
"react_devtools": {
|
||||||
"desc": "Enables connection to a computer running React DevTools. Changing this setting will reload Steam. Set the IP address before enabling.",
|
"desc": "Enables connection to a computer running React DevTools. Changing this setting will reload Steam. Set the IP address before enabling.",
|
||||||
"ip_label": "IP",
|
"ip_label": "IP",
|
||||||
|
|||||||
@@ -77,7 +77,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"SettingsDeveloperIndex": {
|
"SettingsDeveloperIndex": {
|
||||||
"header_other": "Altro",
|
"header": "Altro",
|
||||||
"react_devtools": {
|
"react_devtools": {
|
||||||
"desc": "Abilita la connessione ad un computer che esegue i DevTools di React. Cambiando questa impostazione ricaricherà Steam. Imposta l'indirizzo IP prima di abilitarlo.",
|
"desc": "Abilita la connessione ad un computer che esegue i DevTools di React. Cambiando questa impostazione ricaricherà Steam. Imposta l'indirizzo IP prima di abilitarlo.",
|
||||||
"ip_label": "IP",
|
"ip_label": "IP",
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ export default function DeveloperSettings() {
|
|||||||
</Field>
|
</Field>
|
||||||
</DialogControlsSection>
|
</DialogControlsSection>
|
||||||
<DialogControlsSection>
|
<DialogControlsSection>
|
||||||
<DialogControlsSectionHeader>{t('SettingsDeveloperIndex.header_other')}</DialogControlsSectionHeader>
|
<DialogControlsSectionHeader>{t('SettingsDeveloperIndex.header')}</DialogControlsSectionHeader>
|
||||||
<RemoteDebuggingSettings />
|
<RemoteDebuggingSettings />
|
||||||
<Field
|
<Field
|
||||||
label={t('SettingsDeveloperIndex.valve_internal.label')}
|
label={t('SettingsDeveloperIndex.valve_internal.label')}
|
||||||
|
|||||||
Reference in New Issue
Block a user