mirror of
https://github.com/Clipy/Clipy.git
synced 2026-04-25 17:15:58 +03:00
[PR #155] [MERGED] Localization easily #463
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Clipy#463
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/155
Author: @Econa77
Created: 3/2/2017
Status: ✅ Merged
Merged: 5/11/2017
Merged by: @Econa77
Base:
develop← Head:feature/setup-localization📝 Commits (10+)
07d1fc3📝 Update BetaPreferenceViewController localizatione2692f1📝 Update ExcludeAppPreferenceViewController localizationf2ccd49📝 Update GeneralPreferenceViewController localization7868896📝 Update MenuPreferenceViewController localization5428176📝 Update ShortcutsPreferenceViewController localization95d69ef📝 Update TypePreferenceViewController localization32e3b96📝 Update UpdatePreferenceViewController localization5bb88c4🐛 Fix BetaPreferenceViewController ja layout927ac25🔥 Delete english localization string file42eac76📝 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.