Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
akynazh committed Dec 25, 2024
0 parents commit 2c03819
Show file tree
Hide file tree
Showing 29 changed files with 939 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .gitignore
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
21 changes: 21 additions & 0 deletions README.md
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)
Loading

0 comments on commit 2c03819

Please sign in to comment.