1. 19 May, 2022 1 commit
    • Kyle K's avatar
      UI: Translate hotkey labels in configuration · 669a9a64
      Kyle K authored
      Another request from GillianMC.
      
      The translated strings have been placed in a separate "Hotkeys" context as an alternative
       to having to add the tr function to the Config class, or adding them to ConfigureHotkeys
      context which is quite long. The English strings get attached to the items in the Action
      column as "data", and are used for RetranslateUI and saving the hotkey configuration.
      669a9a64
  2. 17 May, 2022 2 commits
  3. 15 May, 2022 1 commit
  4. 14 May, 2022 3 commits
  5. 11 May, 2022 4 commits
  6. 10 May, 2022 2 commits
  7. 09 May, 2022 4 commits
  8. 08 May, 2022 2 commits
  9. 07 May, 2022 1 commit
  10. 06 May, 2022 3 commits
  11. 04 May, 2022 1 commit
  12. 03 May, 2022 3 commits
  13. 02 May, 2022 7 commits
  14. 01 May, 2022 3 commits
    • Mai M's avatar
      Merge pull request #8283 from Tachi107/appstream · 9b34640a
      Mai M authored
      dist: add AppStream metadata
      9b34640a
    • Mai M's avatar
      Merge pull request #8291 from Docteh/ampm_fix · eab68d8f
      Mai M authored
      ui: let system locale control format of Custom RTC
      eab68d8f
    • Kyle K's avatar
      ui: let system locale control format of Custom RTC · bd9f74e6
      Kyle K authored
      The Custom RTC widget is under the influence of the computers System Locale.
      The format strings are not necessarily related. As a small example, setting the Windows Language to Dansk, and then trying to use yuzu in English the requested AM/PM indicator is simply not shown
      
      The display format for the Custom RTC field needs to be removed from src/yuzu/configuration/configure_system.ui
      
      modifying the display format needs to be moved to src/yuzu/configuration/configure_system.cpp
      bd9f74e6
  15. 29 Apr, 2022 3 commits