Skip to content

Commit 5f3512a

Browse files
committed
Improve user experience
1 parent 036c26d commit 5f3512a

File tree

9 files changed

+48
-5
lines changed

9 files changed

+48
-5
lines changed

.gitignore

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Created by https://www.gitignore.io/api/macos
2+
3+
### macOS ###
4+
# General
5+
.DS_Store
6+
.AppleDouble
7+
.LSOverride
8+
9+
# Icon must end with two \r
10+
Icon
11+
12+
# Thumbnails
13+
._*
14+
15+
# Files that might appear in the root of a volume
16+
.DocumentRevisions-V100
17+
.fseventsd
18+
.Spotlight-V100
19+
.TemporaryItems
20+
.Trashes
21+
.VolumeIcon.icns
22+
.com.apple.timemachine.donotpresent
23+
24+
# Directories potentially created on remote AFP share
25+
.AppleDB
26+
.AppleDesktop
27+
Network Trash Folder
28+
Temporary Items
29+
.apdisk
30+
31+
32+
# End of https://www.gitignore.io/api/macos

README.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
1-
# 아이폰 단축어 한영/영한 번역기
1+
# iOS12 단축어(shortcuts) 파파고 번역기
22

33
## 개요
44

5-
iOS 12 에 신기능 '단축어'를 이용하여 선택된 문자나 클립보드에 복사된 문자를 네이버 파파고 번역기를 통해 번역합니다
5+
iOS 12 에 신기능 '단축어'를 이용하여 선택된 문자나 클립보드에 복사된 문자를 네이버 '파파고 번역기'를 통해 번역합니다
6+
7+
8+
## 사용예
9+
10+
### 선택된 텍스트 번역
11+
12+
![](https://raw.githubusercontent.com/binarythink/iphone-shortcut-papago/master/assets/doc-img/IMB_G1p5KY.GIF)
13+
14+
15+
### 복사된 텍스트 번역
16+
17+
![](https://raw.githubusercontent.com/binarythink/iphone-shortcut-papago/master/assets/doc-img/IMB_DFde9v.GIF)
618

7-
![How to use](https://raw.githubusercontent.com/binarythink/iphone-shortcut-papago/master/assets/doc-img/howToUse.gif)
819

920

1021
## 사전 준비
@@ -16,6 +27,6 @@ iOS 12 에 신기능 '단축어'를 이용하여 선택된 문자나 클립보
1627
* 기존 사용자는 **애플리케이션 등록** 화면으로 넘어갑니다.
1728
* **애플리케이션 등록** 화면에서 아래의 입력 항목을 작성합니다.
1829
* 어플리케이션 이름 : 작성규칙에 맞춰 알맞게 입력해주세요
19-
* 사용 API : `Papago NMT 번역` 선택합니다
30+
* 사용 API : `Papago NMT 번역` `Papago 언어감지` 선택합니다
2031
* 비로그인 오픈 API 서비스 환경 : `WEB 설정` 을 선택하고 `웹 서비스 URL` 을 입력합니다
21-
* 등록을 완료하고 등록된 **애플리케이션 정보**에서 `Client ID``Client Secret` 을 설치시 질문에 정확하게 입력합니다.
32+
* 등록을 완료하고 등록된 **애플리케이션 정보**에서 `Client ID``Client Secret` 을 설치시 질문에 정확하게 입력합니다.

assets/.DS_Store

-6 KB
Binary file not shown.

assets/doc-img/IMB_DFde9v.GIF

14.5 MB
Loading

assets/doc-img/IMB_G1p5KY.GIF

8.64 MB
Loading

assets/doc-img/howToUse.gif

-2.1 MB
Binary file not shown.

build/파파고 번역.shortcut

8.81 KB
Binary file not shown.

dist/.DS_Store

-6 KB
Binary file not shown.

dist/파파고 번역.shortcut

-4.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)