[PR #155] [MERGED] Localization easily #463

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

📋 Pull Request Information

Original PR: https://github.com/Clipy/Clipy/pull/155
Author: @Econa77
Created: 3/2/2017
Status: Merged
Merged: 5/11/2017
Merged by: @Econa77

Base: developHead: feature/setup-localization


📝 Commits (10+)

  • 07d1fc3 📝 Update BetaPreferenceViewController localization
  • e2692f1 📝 Update ExcludeAppPreferenceViewController localization
  • f2ccd49 📝 Update GeneralPreferenceViewController localization
  • 7868896 📝 Update MenuPreferenceViewController localization
  • 5428176 📝 Update ShortcutsPreferenceViewController localization
  • 95d69ef 📝 Update TypePreferenceViewController localization
  • 32e3b96 📝 Update UpdatePreferenceViewController localization
  • 5bb88c4 🐛 Fix BetaPreferenceViewController ja layout
  • 927ac25 🔥 Delete english localization string file
  • 42eac76 📝 Update README.md and CONTRIBUTING.md for localization

📊 Changes

33 files changed (+2247 additions, -2554 deletions)

View changed files

📝 .github/CONTRIBUTING.md (+16 -0)
📝 Clipy.xcodeproj/project.pbxproj (+55 -40)
Clipy/Sources/Preferences/Base.lproj/CPYPreferencesWindowController.xib (+432 -0)
📝 Clipy/Sources/Preferences/Panels/Base.lproj/CPYBetaPreferenceViewController.xib (+10 -4)
📝 Clipy/Sources/Preferences/Panels/Base.lproj/CPYExcludeAppPreferenceViewController.xib (+7 -4)
📝 Clipy/Sources/Preferences/Panels/Base.lproj/CPYGeneralPreferenceViewController.xib (+0 -0)
📝 Clipy/Sources/Preferences/Panels/Base.lproj/CPYMenuPreferenceViewController.xib (+2 -2)
📝 Clipy/Sources/Preferences/Panels/Base.lproj/CPYShortcutsPreferenceViewController.xib (+11 -4)
📝 Clipy/Sources/Preferences/Panels/Base.lproj/CPYTypePreferenceViewController.xib (+0 -0)
📝 Clipy/Sources/Preferences/Panels/Base.lproj/CPYUpdatesPreferenceViewController.xib (+9 -4)
Clipy/Sources/Preferences/Panels/ja.lproj/CPYBetaPreferenceViewController.strings (+27 -0)
Clipy/Sources/Preferences/Panels/ja.lproj/CPYBetaPreferenceViewController.xib (+0 -88)
Clipy/Sources/Preferences/Panels/ja.lproj/CPYExcludeAppPreferenceViewController.strings (+6 -0)
Clipy/Sources/Preferences/Panels/ja.lproj/CPYExcludeAppPreferenceViewController.xib (+0 -100)
Clipy/Sources/Preferences/Panels/ja.lproj/CPYGeneralPreferenceViewController.strings (+39 -0)
Clipy/Sources/Preferences/Panels/ja.lproj/CPYGeneralPreferenceViewController.xib (+0 -180)
Clipy/Sources/Preferences/Panels/ja.lproj/CPYMenuPreferenceViewController.strings (+69 -0)
Clipy/Sources/Preferences/Panels/ja.lproj/CPYMenuPreferenceViewController.xib (+0 -353)
Clipy/Sources/Preferences/Panels/ja.lproj/CPYShortcutsPreferenceViewController.strings (+9 -0)
Clipy/Sources/Preferences/Panels/ja.lproj/CPYShortcutsPreferenceViewController.xib (+0 -115)

...and 13 more files

📄 Description

Until now it was not easy to add or edit for localization. Modified to make localization easy for future application development 🚀


🔄 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/155 **Author:** [@Econa77](https://github.com/Econa77) **Created:** 3/2/2017 **Status:** ✅ Merged **Merged:** 5/11/2017 **Merged by:** [@Econa77](https://github.com/Econa77) **Base:** `develop` ← **Head:** `feature/setup-localization` --- ### 📝 Commits (10+) - [`07d1fc3`](https://github.com/Clipy/Clipy/commit/07d1fc3f60b3fd647a276866d294c959974d5cb3) :memo: Update BetaPreferenceViewController localization - [`e2692f1`](https://github.com/Clipy/Clipy/commit/e2692f14fbc280d2d8d940e8123ec81acb10204d) :memo: Update ExcludeAppPreferenceViewController localization - [`f2ccd49`](https://github.com/Clipy/Clipy/commit/f2ccd4931e23fbb337258ff6c1659dfd2a5df3e0) :memo: Update GeneralPreferenceViewController localization - [`7868896`](https://github.com/Clipy/Clipy/commit/78688961f39e5d25eee58055f335e450f349f46a) :memo: Update MenuPreferenceViewController localization - [`5428176`](https://github.com/Clipy/Clipy/commit/5428176ec6b86fd7ac80e48582e8af20a3277982) :memo: Update ShortcutsPreferenceViewController localization - [`95d69ef`](https://github.com/Clipy/Clipy/commit/95d69ef3aa0d038fae265602c1fbd1aa67fa313d) :memo: Update TypePreferenceViewController localization - [`32e3b96`](https://github.com/Clipy/Clipy/commit/32e3b968fea94d9dadda76e537612328c285f42e) :memo: Update UpdatePreferenceViewController localization - [`5bb88c4`](https://github.com/Clipy/Clipy/commit/5bb88c4aa0cf3d3032f8ed67664d9c215b8d6da0) :bug: Fix BetaPreferenceViewController ja layout - [`927ac25`](https://github.com/Clipy/Clipy/commit/927ac2501aeb7cf820402dd3a5ff2c8af100b10f) :fire: Delete english localization string file - [`42eac76`](https://github.com/Clipy/Clipy/commit/42eac769ecb2de19f9fbae814ba45891cf2a4362) :memo: Update README.md and CONTRIBUTING.md for localization ### 📊 Changes **33 files changed** (+2247 additions, -2554 deletions) <details> <summary>View changed files</summary> 📝 `.github/CONTRIBUTING.md` (+16 -0) 📝 `Clipy.xcodeproj/project.pbxproj` (+55 -40) ➕ `Clipy/Sources/Preferences/Base.lproj/CPYPreferencesWindowController.xib` (+432 -0) 📝 `Clipy/Sources/Preferences/Panels/Base.lproj/CPYBetaPreferenceViewController.xib` (+10 -4) 📝 `Clipy/Sources/Preferences/Panels/Base.lproj/CPYExcludeAppPreferenceViewController.xib` (+7 -4) 📝 `Clipy/Sources/Preferences/Panels/Base.lproj/CPYGeneralPreferenceViewController.xib` (+0 -0) 📝 `Clipy/Sources/Preferences/Panels/Base.lproj/CPYMenuPreferenceViewController.xib` (+2 -2) 📝 `Clipy/Sources/Preferences/Panels/Base.lproj/CPYShortcutsPreferenceViewController.xib` (+11 -4) 📝 `Clipy/Sources/Preferences/Panels/Base.lproj/CPYTypePreferenceViewController.xib` (+0 -0) 📝 `Clipy/Sources/Preferences/Panels/Base.lproj/CPYUpdatesPreferenceViewController.xib` (+9 -4) ➕ `Clipy/Sources/Preferences/Panels/ja.lproj/CPYBetaPreferenceViewController.strings` (+27 -0) ➖ `Clipy/Sources/Preferences/Panels/ja.lproj/CPYBetaPreferenceViewController.xib` (+0 -88) ➕ `Clipy/Sources/Preferences/Panels/ja.lproj/CPYExcludeAppPreferenceViewController.strings` (+6 -0) ➖ `Clipy/Sources/Preferences/Panels/ja.lproj/CPYExcludeAppPreferenceViewController.xib` (+0 -100) ➕ `Clipy/Sources/Preferences/Panels/ja.lproj/CPYGeneralPreferenceViewController.strings` (+39 -0) ➖ `Clipy/Sources/Preferences/Panels/ja.lproj/CPYGeneralPreferenceViewController.xib` (+0 -180) ➕ `Clipy/Sources/Preferences/Panels/ja.lproj/CPYMenuPreferenceViewController.strings` (+69 -0) ➖ `Clipy/Sources/Preferences/Panels/ja.lproj/CPYMenuPreferenceViewController.xib` (+0 -353) ➕ `Clipy/Sources/Preferences/Panels/ja.lproj/CPYShortcutsPreferenceViewController.strings` (+9 -0) ➖ `Clipy/Sources/Preferences/Panels/ja.lproj/CPYShortcutsPreferenceViewController.xib` (+0 -115) _...and 13 more files_ </details> ### 📄 Description Until now it was not easy to add or edit for localization. Modified to make localization easy for future application development 🚀 --- <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:31 +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#463
No description provided.