Skip to content

Commit

Permalink
Localization for next-profile hotkey (OpenStickCommunity#1043)
Browse files Browse the repository at this point in the history
* Fixed selecting B3 in the hotkey settings

* Added support for cycling profiles

* Reverted values to expected numbers

* Removed Next Profile localization to separate into another pull request

* Adjust spacing for consistency

* Added localization for 'next-profile' hotkey
  • Loading branch information
MechLizard authored Jun 7, 2024
1 parent a8e7128 commit 147f380
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions www/src/Locales/de-DE/SettingsPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ export default {
'load-profile-2': 'Lade Profil #2',
'load-profile-3': 'Lade Profil #3',
'load-profile-4': 'Lade Profil #4',
'next-profile': 'Nächstes Profil',
'reboot-default': 'GP2040-CE Neustarten',
},
'forced-setup-mode-label': 'Erzwungener Einrichtungsmodus',
Expand Down
1 change: 1 addition & 0 deletions www/src/Locales/en/SettingsPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ export default {
'load-profile-2': 'Load Profile #2',
'load-profile-3': 'Load Profile #3',
'load-profile-4': 'Load Profile #4',
'next-profile': 'Next Profile',
'reboot-default': 'Reboot GP2040-CE',
},
'forced-setup-mode-label': 'Forced Setup Mode',
Expand Down
1 change: 1 addition & 0 deletions www/src/Locales/pt-BR/SettingsPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export default {
'load-profile-2': 'Carregar Perfil #2',
'load-profile-3': 'Carregar Perfil #3',
'load-profile-4': 'Carregar Perfil #4',
'next-profile': 'Próximo Perfil',
'reboot-default': 'Reiniciar GP2040-CE',
},
'forced-setup-mode-label': 'Modo de Configuração Forçada',
Expand Down

0 comments on commit 147f380

Please sign in to comment.