Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devxoul/allkdic
올ㅋ사전 - 맥에서 단축키를 누르면 영어사전이 뙇!!!!
https://github.com/devxoul/allkdic
dictionary mac statusbar swift
Last synced: 3 months ago
JSON representation
올ㅋ사전 - 맥에서 단축키를 누르면 영어사전이 뙇!!!!
- Host: GitHub
- URL: https://github.com/devxoul/allkdic
- Owner: devxoul
- License: mit
- Created: 2013-08-05T16:43:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-12-04T03:45:09.000Z (about 4 years ago)
- Last Synced: 2024-10-14T13:49:59.535Z (3 months ago)
- Topics: dictionary, mac, statusbar, swift
- Language: Swift
- Homepage: http://allkdic.xoul.kr
- Size: 3.01 MB
- Stars: 132
- Watchers: 14
- Forks: 28
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-swift-cn - Allkdic - a status bar dictionary. (Demo Apps / 示例程序 / OS X)
README
# 올ㅋ사전
[](https://itunes.apple.com/kr/app/allkdic/id1033453958?l=en&mt=12)
[![Release](http://img.shields.io/github/release/devxoul/allkdic.svg?style=flat)](https://github.com/devxoul/allkdic/releases?style=flat)
[![Build Status](http://img.shields.io/travis/devxoul/allkdic/master.svg?style=flat)](https://travis-ci.org/devxoul/allkdic)
[![Gratipay](http://img.shields.io/gratipay/devxoul.svg?style=flat)](https://gratipay.com/devxoul)맥에서 Option + Command + Space를 누르면 영어사전이 뙇!!!!
![allkdic](https://github.com/devxoul/allkdic/blob/gh-pages/gh-pages/images/screenshots/allkdic-2.png)
## 빌드하기
[Bundler](https://bundler.io)를 사용해서 [CocoaPods](https://cocoapods.org)을 설치합니다.
```console
$ [sudo] gem install bundler
$ bundle install
$ bundle exec pod install
```이후 **`Allkdic.xcworkspace`** 파일을 Xcode로 열어서 빌드할 수 있습니다.
## 번역 문자열 관리하기
번역 문자열 관리 도구로 [POEditor](https://poeditor.com/)를 사용합니다. 여러분도 [직접 번역에 참여](https://poeditor.com/join/project/Q3GgzshlCz)하실 수 있습니다.
POEditor에 있는 문자열은 [poeditor-cli](https://github.com/StyleShare/poeditor-cli)를 사용해서 프로젝트로 받아옵니다. CocoaPods 의존성과 마찬가지로 Gemfile에 기록되어 있으며, Bundler를 이용해서 설치할 수 있습니다.
```console
$ bundle exec poeditor pull
```## 라이센스
올ㅋ사전은 MIT 라이센스 하에 배포됩니다.