mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 00:05:52 +03:00
[PR #104] [CLOSED] Completed french localisation #1458
Labels
No labels
UI
app-support
bug
bug
documentation
duplicate
enhancement
game-support
good first issue
help wanted / caution
inactive
invalid
macos-beta
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PlayCover#1458
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/PlayCover/PlayCover/pull/104
Author: @ZhichGaming
Created: 7/28/2022
Status: ❌ Closed
Base:
develop← Head:develop📝 Commits (10+)
4e78accadd improved updater4061d49create changelog view in app860410bfix updater runtime warnings and nicer changelog UI78e7fc1Merge branch 'develop' of github.com:PlayCover/PlayCover into develop51d6e35add pre-release branch346e6acStart implementing Sparkle92dae59feat: Sparkle Updatere8eb18fMerge branch 'develop' of https://github.com/PlayCover/PlayCover into develop3cbc6c9update settings now pushes values correctly003916eUpdate 2.nightly_release.yml📊 Changes
43 files changed (+2525 additions, -1095 deletions)
View changed files
📝
.gitignore(+1 -2)📝
Cartfile.resolved(+1 -1)📝
PlayCover.xcodeproj/project.pbxproj(+67 -4)➕
PlayCover/Documentation.docc/Documentation.md(+13 -0)📝
PlayCover/Info.plist(+4 -0)📝
PlayCover/Model/AppSettings.swift(+58 -2)📝
PlayCover/Model/PlayApp.swift(+30 -1)📝
PlayCover/Model/StoreApp.swift(+1 -3)📝
PlayCover/PlayCoverError.swift(+4 -0)📝
PlayCover/Services/SoundDeviceService.swift(+2 -2)➖
PlayCover/Services/UpdateService.swift(+0 -63)➕
PlayCover/Utils/DeleteStoredGenshinUserData.swift(+18 -0)➕
PlayCover/Utils/RestoreGenshinUserData.swift(+117 -0)➕
PlayCover/Utils/SaveGenshinUserData.swift(+92 -0)📝
PlayCover/Utils/Shell.swift(+5 -0)📝
PlayCover/View/AppSettingsView.swift(+60 -21)📝
PlayCover/View/AppsView.swift(+15 -21)➕
PlayCover/View/ChangeGenshinAccountView.swift(+58 -0)➕
PlayCover/View/DeleteGenshinStoredAccountView.swift(+57 -0)📝
PlayCover/View/MainView.swift(+17 -29)...and 23 more files
📄 Description
Co-authored-by: @IsaacMarovitz
@Wind-Explorer's pull request must be merged first before this PR can be merged, since it uses his revamped localization system and format.
This is a reupload of #103 as in that one, I ran into a few problems.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.