[PR #323] [CLOSED] Add Polish language #518

Closed
opened 2026-03-03 01:12:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Clipy/Clipy/pull/323
Author: @jborbik
Created: 11/4/2018
Status: Closed

Base: developHead: polish


📝 Commits (1)

📊 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:

PhaseScriptExecution [CP]\ Embed\ Pods\ Frameworks /Users/Jedrzej/Library/Developer/Xcode/DerivedData/Clipy-gavyfmprnrhelzcgtqylwajzjyir/Build/Intermediates.noindex/Clipy.build/Debug/Clipy.build/Script-07B47785AE0AC2185B570C28.sh (in target: Clipy)
    cd /Users/Jedrzej/GitHub/Clipy
    /bin/sh -c /Users/Jedrzej/Library/Developer/Xcode/DerivedData/Clipy-gavyfmprnrhelzcgtqylwajzjyir/Build/Intermediates.noindex/Clipy.build/Debug/Clipy.build/Script-07B47785AE0AC2185B570C28.sh

mkdir -p /Users/Jedrzej/Library/Developer/Xcode/DerivedData/Clipy-gavyfmprnrhelzcgtqylwajzjyir/Build/Products/Debug/Clipy.app/Contents/Frameworks
rsync --delete -av --filter P .*.?????? --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "/Users/Jedrzej/Library/Developer/Xcode/DerivedData/Clipy-gavyfmprnrhelzcgtqylwajzjyir/Build/Products/Debug/AEXML/AEXML.framework" "/Users/Jedrzej/Library/Developer/Xcode/DerivedData/Clipy-gavyfmprnrhelzcgtqylwajzjyir/Build/Products/Debug/Clipy.app/Contents/Frameworks"
building file list ... done
AEXML.framework/
AEXML.framework/AEXML -> Versions/Current/AEXML
AEXML.framework/Resources -> Versions/Current/Resources
AEXML.framework/Versions/
AEXML.framework/Versions/Current -> A
AEXML.framework/Versions/A/
AEXML.framework/Versions/A/AEXML
AEXML.framework/Versions/A/Resources/
AEXML.framework/Versions/A/Resources/Info.plist

sent 212100 bytes  received 106 bytes  424412.00 bytes/sec
total size is 211658  speedup is 1.00
/Users/Jedrzej/GitHub/Clipy/Pods/Target Support Files/Pods-Clipy/Pods-Clipy-frameworks.sh: line 104: EXPANDED_CODE_SIGN_IDENTITY: unbound variable
Command PhaseScriptExecution failed with a nonzero exit code

🔄 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/Clipy/Clipy/pull/323 **Author:** [@jborbik](https://github.com/jborbik) **Created:** 11/4/2018 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `polish` --- ### 📝 Commits (1) - [`ea9ed05`](https://github.com/Clipy/Clipy/commit/ea9ed05932bbc5ea7a318e640e0ba241dfe0b495) Add Polish language ### 📊 Changes **11 files changed** (+381 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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: PhaseScriptExecution [CP]\ Embed\ Pods\ Frameworks /Users/Jedrzej/Library/Developer/Xcode/DerivedData/Clipy-gavyfmprnrhelzcgtqylwajzjyir/Build/Intermediates.noindex/Clipy.build/Debug/Clipy.build/Script-07B47785AE0AC2185B570C28.sh (in target: Clipy) cd /Users/Jedrzej/GitHub/Clipy /bin/sh -c /Users/Jedrzej/Library/Developer/Xcode/DerivedData/Clipy-gavyfmprnrhelzcgtqylwajzjyir/Build/Intermediates.noindex/Clipy.build/Debug/Clipy.build/Script-07B47785AE0AC2185B570C28.sh mkdir -p /Users/Jedrzej/Library/Developer/Xcode/DerivedData/Clipy-gavyfmprnrhelzcgtqylwajzjyir/Build/Products/Debug/Clipy.app/Contents/Frameworks rsync --delete -av --filter P .*.?????? --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "/Users/Jedrzej/Library/Developer/Xcode/DerivedData/Clipy-gavyfmprnrhelzcgtqylwajzjyir/Build/Products/Debug/AEXML/AEXML.framework" "/Users/Jedrzej/Library/Developer/Xcode/DerivedData/Clipy-gavyfmprnrhelzcgtqylwajzjyir/Build/Products/Debug/Clipy.app/Contents/Frameworks" building file list ... done AEXML.framework/ AEXML.framework/AEXML -> Versions/Current/AEXML AEXML.framework/Resources -> Versions/Current/Resources AEXML.framework/Versions/ AEXML.framework/Versions/Current -> A AEXML.framework/Versions/A/ AEXML.framework/Versions/A/AEXML AEXML.framework/Versions/A/Resources/ AEXML.framework/Versions/A/Resources/Info.plist sent 212100 bytes received 106 bytes 424412.00 bytes/sec total size is 211658 speedup is 1.00 /Users/Jedrzej/GitHub/Clipy/Pods/Target Support Files/Pods-Clipy/Pods-Clipy-frameworks.sh: line 104: EXPANDED_CODE_SIGN_IDENTITY: unbound variable Command PhaseScriptExecution failed with a nonzero exit code --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:12:48 +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/Clipy#518
No description provided.