Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Rebase] Implement localized store #680

Open
wants to merge 22 commits into
base: main
Choose a base branch
from

Commits on Aug 10, 2024

  1. Implement localized store on main

    Marco Rodolfi committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    92bad1e View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Configuration menu
    Copy the full SHA
    df18d08 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. Translations update from Weblate (SteamDeckHomebrew#704)

    * Translated using Weblate (German)
    
    Currently translated at 100.0% (158 of 158 strings)
    
    Translation: Decky/Decky
    Translate-URL: https://weblate.werwolv.net/projects/decky/decky/de/
    
    * Translated using Weblate (Dutch)
    
    Currently translated at 100.0% (158 of 158 strings)
    
    Translation: Decky/Decky
    Translate-URL: https://weblate.werwolv.net/projects/decky/decky/nl/
    
    * Translated using Weblate (Bulgarian)
    
    Currently translated at 100.0% (158 of 158 strings)
    
    Translation: Decky/Decky
    Translate-URL: https://weblate.werwolv.net/projects/decky/decky/bg/
    
    ---------
    
    Co-authored-by: SecularSteve <[email protected]>
    2 people authored and TrainDoctor committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    067e99d View commit details
    Browse the repository at this point in the history
  2. wait for SteamApp init stage 1 to finish before loading decky's front…

    …end bundle
    
    should fix the startup race condition
    AAGaming00 authored and TrainDoctor committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    3711454 View commit details
    Browse the repository at this point in the history
  3. shut ts up

    AAGaming00 authored and TrainDoctor committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    2486bc5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cfa4965 View commit details
    Browse the repository at this point in the history
  5. Rebase semver parsing on main (SteamDeckHomebrew#677)

    Co-authored-by: Marco Rodolfi <[email protected]>
    2 people authored and TrainDoctor committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    d332f5e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    336211f View commit details
    Browse the repository at this point in the history
  7. Translations update from Weblate (SteamDeckHomebrew#707)

    Co-authored-by: ayssia <[email protected]>
    2 people authored and TrainDoctor committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    28be326 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    35e694e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5e7cb5b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    89e9982 View commit details
    Browse the repository at this point in the history
  11. fix another toString

    AAGaming00 authored and TrainDoctor committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    b2b0a08 View commit details
    Browse the repository at this point in the history
  12. fix dropdownmultiselect on beta

    AAGaming00 authored and TrainDoctor committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    46d4418 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d97f66b View commit details
    Browse the repository at this point in the history
  14. lint

    AAGaming00 authored and TrainDoctor committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    ef7a670 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    95d115a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f924cac View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    04e28ce View commit details
    Browse the repository at this point in the history
  18. Bump rollup from 4.18.0 to 4.22.4 in /frontend (SteamDeckHomebrew#711)

    Bumps [rollup](https://github.com/rollup/rollup) from 4.18.0 to 4.22.4.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v4.18.0...v4.22.4)
    
    ---
    updated-dependencies:
    - dependency-name: rollup
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and TrainDoctor committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    b7e9f34 View commit details
    Browse the repository at this point in the history
  19. Bump micromatch from 4.0.7 to 4.0.8 in /frontend (SteamDeckHomebrew#714)

    Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.7 to 4.0.8.
    - [Release notes](https://github.com/micromatch/micromatch/releases)
    - [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
    - [Commits](micromatch/micromatch@4.0.7...4.0.8)
    
    ---
    updated-dependencies:
    - dependency-name: micromatch
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and TrainDoctor committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    67a0b25 View commit details
    Browse the repository at this point in the history
  20. Fix up json call

    TrainDoctor committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    fec1700 View commit details
    Browse the repository at this point in the history