aboutsummaryrefslogtreecommitdiff
path: root/src/lang
AgeCommit message (Collapse)Author
6 daysadded request.check_with_toasts() and use it0neGal
This makes it very simple to check if some endpoints are available, and show a toast if not, with an error message saying exactly what isn't available. Currently made use for updates with GitHub and installs with Thunderstore.
6 daysadded offline indicator icon0neGal
6 daysadded sorting to mod browser0neGal
fixes #251
6 daysMerge pull request #248 from Jan200101/PR/protocol0neGal
feat: support thunderstore ror2mm protocol for installing mods
2024-08-19Update src/lang/fr.jsonJan
Co-authored-by: Rémy Raes <contact@remyraes.com>
2024-08-17chore: add chinese translation by xwiiJan200101
2024-08-15lang: add french translation by CyanPickleJan200101
2024-08-15chore: add french translation by CyanPickleJan200101
2024-08-15chore: add german translationJan200101
2024-08-15chore: remove installing translation descriptionJan200101
its a bit redundant since the title already states that we are installing
2024-08-14feat: show toast when installing mod through ror2mm protocolJan200101
2024-08-14chore: display alert when mod install via protocol cannot be resolvedJan200101
2024-08-14feat: display alert when Viper is already running and no args are givenJan200101
2024-08-10lang: add chinese translation for update failureJan200101
2024-08-10lang: add german translation for update failureJan200101
2024-08-10revert some localization changesJan200101
2024-08-04lang: add english keys for unzip error handlingJan200101
2024-08-01Update zh.jsonJan200101
2024-07-23Update fr.json0neGal
2024-07-23Update es.jsonXNovaDelta
https://github.com/0neGal/viper/pull/241
2024-07-20show guide button for mods with non-default installation methodsJan200101
2024-05-02feat: add french translationRemy Raes
2024-05-02Update es.jsonXNovaDelta
Spelling corrections
2024-05-02Update es.jsonXNovaDelta
2024-04-30German TranslationPresti
2024-04-29i18n: '参数' instead of '命令'KenMizz
2024-04-29fix error againKenMizz
2024-04-29fix errorKenMizz
2024-04-29update zh translation for linux-launch-v2KenMizz
2024-04-29actual Linux launch support0neGal
The "Steam (Auto)" launch method should ideally work in all scenarios, ideally! Obviously, I can't and haven't tested in every environment, but I've attempted to make sure it functions. Launching Vanilla and Northstar works just fine, custom launch arguments also work just fine, it works with normal Steam, Flatpak Steam, and as a fallback with the Steam Browser Protocol (`steam://`) There's also the option to set your own/custom launch command for both the Vanilla and Northstar launch options. How well they work will of course depend on what the user set them to. "Steam (Auto)" attempts to pick the right Steam launch method depending on what's available, if the Steam executable can be found, it'll use "Steam (Executable)", if it cant and Flatpak is found on top of an install of Steam through Flatpak, then "Steam (Flatpak)" is used, if all of that fails, then we attempt to use "Steam (Protocol)" Some toasts will be shown if you attempt to run the game with either "Steam (Executable)" or "Steam (Flatpak)" and they cant find the game/Steam. This isn't an issue with "Steam (Auto)"
2024-02-18added a lot more functionality to scripts/langs.js0neGal
It's not capable of formatting language files, and now has a prompt interface for editing and adding missing localization strings. This removes the need for manually editing localization files beyond `en.json`, it'll still be edited manually. But maintainers will no longer have to open any localization files. I also updated the documentation for contributing to localizations.
2024-02-03added back error for fetching release notes0neGal
This time it's inside the GUI and not just random output.
2024-01-24added search in settings popup0neGal
2023-11-08fix: update maintainers.jsonKenMizz
2023-11-06chore: let's use zh instead..KenMizz
2023-11-06i18n: "目录" instead of "路径"KenMizz
2023-11-06chore: just realize it should be cn.jsonKenMizz
2023-11-06i18n: finalize translationKenMizz
2023-11-06i18n: fix lang.titleKenMizz
2023-11-06i18n: updates a tons of translated textKenMizz
2023-11-01i18n: working on Chinese(Simplified) translationKenMizz
2023-10-07update German localizations0neGal
2023-10-06fix: add missing french translationRemy Raes
2023-10-06update Spanish localizations0neGal
2023-09-30added empty to-be-localized localization strings0neGal
2023-09-18added "Open gamepath" button0neGal
Very useful stuff!
2023-09-16added buttons for fixing some problems and alike0neGal
I will likely add more buttons in the future, but for now this is most of the ones a user could need to repair problems.
2023-09-16more minor fixes to the change in lang files0neGal
2023-09-16handle gamepaths with missing read/write perms0neGal
We now show an alert if the gamepath is detected to be missing read/write perms, both when selecting the gamepath initially, when it gets auto detected, but also after it's selected, passively.
2023-09-16made some lang keys far more logical0neGal
Most of these are from back when Viper was originally started, I also removed a few keys as they were no longer in use, but were forgotten about, most of these are from pre-v1.0.0 aka, the old smaller UI