mirror of
https://github.com/Clipy/Clipy.git
synced 2026-04-25 17:15:58 +03:00
[PR #323] [CLOSED] Add Polish language #518
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Clipy#518
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/Clipy/Clipy/pull/323
Author: @jborbik
Created: 11/4/2018
Status: ❌ Closed
Base:
develop← Head:polish📝 Commits (1)
ea9ed05Add Polish language📊 Changes
11 files changed (+381 additions, -4 deletions)
View changed files
📝
Clipy.xcodeproj/project.pbxproj(+25 -4)➕
Clipy/Resources/pl.lproj/Localizable.strings(+59 -0)➕
Clipy/Sources/Preferences/Panels/pl.lproj/CPYBetaPreferenceViewController.strings(+57 -0)➕
Clipy/Sources/Preferences/Panels/pl.lproj/CPYExcludeAppPreferenceViewController.strings(+6 -0)➕
Clipy/Sources/Preferences/Panels/pl.lproj/CPYGeneralPreferenceViewController.strings(+39 -0)➕
Clipy/Sources/Preferences/Panels/pl.lproj/CPYMenuPreferenceViewController.strings(+69 -0)➕
Clipy/Sources/Preferences/Panels/pl.lproj/CPYShortcutsPreferenceViewController.strings(+18 -0)➕
Clipy/Sources/Preferences/Panels/pl.lproj/CPYTypePreferenceViewController.strings(+24 -0)➕
Clipy/Sources/Preferences/Panels/pl.lproj/CPYUpdatesPreferenceViewController.strings(+21 -0)➕
Clipy/Sources/Preferences/pl.lproj/CPYPreferencesWindowController.strings(+27 -0)➕
Clipy/Sources/Snippets/pl.lproj/CPYSnippetsEditorWindowController.strings(+36 -0)📄 Description
Added Polish language.
There are some differences in project.pbxproj, which I don't understand, like (lines 71 and 72 https://github.com/Clipy/Clipy/pull/323/commits/ea9ed05932bbc5ea7a318e640e0ba241dfe0b495#diff-0556d61b816fdb7b583fc02e76b28931L71):
FA6DD5141C7DEDB600317E73 /* (null) in Resources / = {isa = PBXBuildFile; };
FA6DD5151C7DEDB600317E73 / (null) in Resources */ = {isa = PBXBuildFile; };
I would need confirmation that this is fine.
Apart from that I could not verify the changes in the running program as I am sitting already on Mac OS Mojave with Xcode 10.1 where Clipy does not build. But I made the translation based on English and German, so it should be of good quality.
The error during build is:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.