[PR #247] [MERGED] Add Simplified Chinese localization #499

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

📋 Pull Request Information

Original PR: https://github.com/Clipy/Clipy/pull/247
Author: @boltomli
Created: 1/12/2018
Status: Merged
Merged: 4/12/2018
Merged by: @Econa77

Base: developHead: simplified-chinese-l10n


📝 Commits (6)

  • 36a3e7f Simplified Chinese l10n for main app
  • 8b5bf41 Simplified Chinese l10n for main app
  • c13986f Simplified Chinese l10n for Snippets
  • a8e3094 Simplified Chinese l10n for Preferences window
  • a013da7 Simplified Chinese l10n for Preferences panels
  • d0a6ed9 Enable zh-Hans Simplified Chinese in project

📊 Changes

11 files changed (+365 additions, -0 deletions)

View changed files

📝 Clipy.xcodeproj/project.pbxproj (+21 -0)
Clipy/Resources/zh-Hans.lproj/Localizable.strings (+47 -0)
Clipy/Sources/Preferences/Panels/zh-Hans.lproj/CPYBetaPreferenceViewController.strings (+57 -0)
Clipy/Sources/Preferences/Panels/zh-Hans.lproj/CPYExcludeAppPreferenceViewController.strings (+6 -0)
Clipy/Sources/Preferences/Panels/zh-Hans.lproj/CPYGeneralPreferenceViewController.strings (+39 -0)
Clipy/Sources/Preferences/Panels/zh-Hans.lproj/CPYMenuPreferenceViewController.strings (+69 -0)
Clipy/Sources/Preferences/Panels/zh-Hans.lproj/CPYShortcutsPreferenceViewController.strings (+18 -0)
Clipy/Sources/Preferences/Panels/zh-Hans.lproj/CPYTypePreferenceViewController.strings (+24 -0)
Clipy/Sources/Preferences/Panels/zh-Hans.lproj/CPYUpdatesPreferenceViewController.strings (+21 -0)
Clipy/Sources/Preferences/zh-Hans.lproj/CPYPreferencesWindowController.strings (+27 -0)
Clipy/Sources/Snippets/zh-Hans.lproj/CPYSnippetsEditorWindowController.strings (+36 -0)

📄 Description

Compiled and tested on macOS 10.13.2


🔄 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/247 **Author:** [@boltomli](https://github.com/boltomli) **Created:** 1/12/2018 **Status:** ✅ Merged **Merged:** 4/12/2018 **Merged by:** [@Econa77](https://github.com/Econa77) **Base:** `develop` ← **Head:** `simplified-chinese-l10n` --- ### 📝 Commits (6) - [`36a3e7f`](https://github.com/Clipy/Clipy/commit/36a3e7fe3d20dd9a18f1bd03f128269ee3472776) Simplified Chinese l10n for main app - [`8b5bf41`](https://github.com/Clipy/Clipy/commit/8b5bf41953828611ff06718b5f13ba925ad66eee) Simplified Chinese l10n for main app - [`c13986f`](https://github.com/Clipy/Clipy/commit/c13986f99f04efb9e28634645eeadbbf104807c8) Simplified Chinese l10n for Snippets - [`a8e3094`](https://github.com/Clipy/Clipy/commit/a8e309413da621f420acbe4f13b1f59220f881c4) Simplified Chinese l10n for Preferences window - [`a013da7`](https://github.com/Clipy/Clipy/commit/a013da79f39d8b8f769adcb98f0be9e5d7990b16) Simplified Chinese l10n for Preferences panels - [`d0a6ed9`](https://github.com/Clipy/Clipy/commit/d0a6ed95813c66343ecf9effdfb7df535ad5b50e) Enable zh-Hans Simplified Chinese in project ### 📊 Changes **11 files changed** (+365 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `Clipy.xcodeproj/project.pbxproj` (+21 -0) ➕ `Clipy/Resources/zh-Hans.lproj/Localizable.strings` (+47 -0) ➕ `Clipy/Sources/Preferences/Panels/zh-Hans.lproj/CPYBetaPreferenceViewController.strings` (+57 -0) ➕ `Clipy/Sources/Preferences/Panels/zh-Hans.lproj/CPYExcludeAppPreferenceViewController.strings` (+6 -0) ➕ `Clipy/Sources/Preferences/Panels/zh-Hans.lproj/CPYGeneralPreferenceViewController.strings` (+39 -0) ➕ `Clipy/Sources/Preferences/Panels/zh-Hans.lproj/CPYMenuPreferenceViewController.strings` (+69 -0) ➕ `Clipy/Sources/Preferences/Panels/zh-Hans.lproj/CPYShortcutsPreferenceViewController.strings` (+18 -0) ➕ `Clipy/Sources/Preferences/Panels/zh-Hans.lproj/CPYTypePreferenceViewController.strings` (+24 -0) ➕ `Clipy/Sources/Preferences/Panels/zh-Hans.lproj/CPYUpdatesPreferenceViewController.strings` (+21 -0) ➕ `Clipy/Sources/Preferences/zh-Hans.lproj/CPYPreferencesWindowController.strings` (+27 -0) ➕ `Clipy/Sources/Snippets/zh-Hans.lproj/CPYSnippetsEditorWindowController.strings` (+36 -0) </details> ### 📄 Description Compiled and tested on macOS 10.13.2 --- <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:42 +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#499
No description provided.