mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 00:05:52 +03:00
[PR #32] [CLOSED] Updating localization content #1419
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#1419
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/32
Author: @ohaiibuzzle
Created: 7/14/2022
Status: ❌ Closed
Base:
develop← Head:develop📝 Commits (9)
b4b8822feat: Added localizations to most UI elementscb055e7added: the rest of the translatable strings (for PlayCover)b560835updated: remove strings related to ldid (not necessary)71f71c5updated: remove NSLocalizedString from Buttons (not necessary)8a8d23dMerge branch 'PlayCover:develop' into develop1d92794Merge branch 'develop' of github.com:PlayCover/PlayCover into PlayCover-develop2a7f657chore: sync with upstream2f566cfMerge branch 'PlayCover:develop' into develop2a50272Merge branch 'PlayCover:develop' into develop📊 Changes
9 files changed (+106 additions, -33 deletions)
View changed files
📝
PlayCover/View/AppSettingsView.swift(+7 -7)📝
PlayCover/View/AppsView.swift(+8 -8)📝
PlayCover/View/InstallSettings.swift(+1 -1)📝
PlayCover/View/MainView.swift(+2 -2)📝
PlayCover/View/PlayCoverApp.swift(+2 -1)📝
PlayCover/View/SetupView.swift(+5 -5)📝
PlayCover/ViewModel/InstallVM.swift(+11 -6)📝
PlayCover/ViewModel/Log.swift(+2 -2)📝
PlayCover/en.lproj/Localizable.strings(+68 -1)📄 Description
Added most of the localization content into the English localizable.
This is otherwise identical to #8 but without the NSLocalizableStrings for buttons (as they are automatically handled by Swift)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.