-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 2c03819
Showing
29 changed files
with
939 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Xcode | ||
# | ||
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore | ||
|
||
## Build generated | ||
build/ | ||
DerivedData/ | ||
|
||
## Various settings | ||
*.pbxuser | ||
!default.pbxuser | ||
*.mode1v3 | ||
!default.mode1v3 | ||
*.mode2v3 | ||
!default.mode2v3 | ||
*.perspectivev3 | ||
!default.perspectivev3 | ||
xcuserdata/ | ||
|
||
## Other | ||
*.moved-aside | ||
*.xccheckout | ||
*.xcscmblueprint | ||
|
||
.DS_Store | ||
|
||
release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# osx-translator | ||
|
||
MenuBar Translate is a very simple app that lets you have a quick shortcut to Google Translate in your OS X menu bar and integrate it with the OS X "Services" menu. | ||
|
||
NOTE: This project uses the code of [osx-menubar-translate](https://github.com/zetxek/osx-menubar-translate) under the MIT license. I want to customize many styles and features, which may not be consistent with the author's intention, so I decided to develop on my own branch, totally. If possible, I will contribute some meaningful features to the original repository. | ||
|
||
My version provides global keyboard shortcuts, a more beautiful interface and icons. More features will be added continuously. | ||
|
||
## Global keyboard shortcuts | ||
|
||
- activate app: `cmd + e`, configure in `Translator/Constants.swift` | ||
- translate selected text: any, add a keyboard shortcut for the service at "Settings > Keyboard > Keyboard Shortcuts > Services > Translate Selected Text". | ||
|
||
## License | ||
|
||
MIT License, available in [license.md](license.md). | ||
|
||
## Thanks | ||
|
||
- CODES: [osx-menubar-translate](https://github.com/zetxek/osx-menubar-translate) | ||
- ICONS: [icons8](https://icons8.com) |
Oops, something went wrong.