[PR #84] [CLOSED] Fix/localisation for new UI #1450

Closed
opened 2026-03-03 19:07:08 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/PlayCover/PlayCover/pull/84
Author: @Wind-Explorer
Created: 7/22/2022
Status: Closed

Base: developHead: fix/localisation-for-new-ui


📝 Commits (4)

  • 5801735 Repaired localization issues from last PR
  • ac6b61a Removed unnecessary imports
  • 3bd6618 Included localization for offline notice
  • 055aca4 Updated more strings with new locale

📊 Changes

12 files changed (+181 additions, -210 deletions)

View changed files

📝 PlayCover/Model/InstallApp.swift (+1 -1)
📝 PlayCover/Model/StoreApp.swift (+1 -1)
📝 PlayCover/PlayCoverError.swift (+3 -3)
📝 PlayCover/View/AppSettingsView.swift (+12 -13)
📝 PlayCover/View/AppsView.swift (+17 -20)
📝 PlayCover/View/MainView.swift (+8 -10)
📝 PlayCover/View/MenuBarView.swift (+6 -6)
📝 PlayCover/View/PlayAppView.swift (+13 -14)
📝 PlayCover/View/PlayCoverApp.swift (+2 -2)
📝 PlayCover/View/SetupView.swift (+22 -23)
📝 PlayCover/ViewModel/InstallVM.swift (+7 -7)
📝 PlayCover/en.lproj/Localizable.strings (+89 -110)

📄 Description

My previous PR for new UI introduced a few new strings and modified some existing ones. This PR repairs broken and adds new strings in localization


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/PlayCover/PlayCover/pull/84 **Author:** [@Wind-Explorer](https://github.com/Wind-Explorer) **Created:** 7/22/2022 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `fix/localisation-for-new-ui` --- ### 📝 Commits (4) - [`5801735`](https://github.com/PlayCover/PlayCover/commit/580173592312156d6fdc82c8e86f0e8e314ebd94) Repaired localization issues from last PR - [`ac6b61a`](https://github.com/PlayCover/PlayCover/commit/ac6b61ae7060117e197c7377d01ffd9c0fe557e3) Removed unnecessary imports - [`3bd6618`](https://github.com/PlayCover/PlayCover/commit/3bd661880b025593ede753923d42bf0196049c15) Included localization for offline notice - [`055aca4`](https://github.com/PlayCover/PlayCover/commit/055aca4ae5d557038b5f349b07dfe7cf0ce02b77) Updated more strings with new locale ### 📊 Changes **12 files changed** (+181 additions, -210 deletions) <details> <summary>View changed files</summary> 📝 `PlayCover/Model/InstallApp.swift` (+1 -1) 📝 `PlayCover/Model/StoreApp.swift` (+1 -1) 📝 `PlayCover/PlayCoverError.swift` (+3 -3) 📝 `PlayCover/View/AppSettingsView.swift` (+12 -13) 📝 `PlayCover/View/AppsView.swift` (+17 -20) 📝 `PlayCover/View/MainView.swift` (+8 -10) 📝 `PlayCover/View/MenuBarView.swift` (+6 -6) 📝 `PlayCover/View/PlayAppView.swift` (+13 -14) 📝 `PlayCover/View/PlayCoverApp.swift` (+2 -2) 📝 `PlayCover/View/SetupView.swift` (+22 -23) 📝 `PlayCover/ViewModel/InstallVM.swift` (+7 -7) 📝 `PlayCover/en.lproj/Localizable.strings` (+89 -110) </details> ### 📄 Description My previous PR for new UI introduced a few new strings and modified some existing ones. This PR repairs broken and adds new strings in localization --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 19:07:08 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/PlayCover#1450
No description provided.