Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/devxoul/allkdic

올ㅋ사전 - 맥에서 단축키를 누르면 영어사전이 뙇!!!!
https://github.com/devxoul/allkdic

dictionary mac statusbar swift

Last synced: about 2 months ago
JSON representation

올ㅋ사전 - 맥에서 단축키를 누르면 영어사전이 뙇!!!!

Awesome Lists containing this project

README

        

# 올ㅋ사전

[appstore](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 라이센스 하에 배포됩니다.