Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add korean support #219

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,13 @@ If permission is needed the plugin will now show the permission request popup.
The user will then need to allow access and invoke the same method again after doing so.


in /platforms/android/project.properties remove all other com.android.support:support and com.android.support:appcompat and leave the latest ones. as:

```
cordova.system.library.9=com.android.support:support-v13:26.+
cordova.system.library.7=com.android.support:appcompat-v7:26.+
```

## Libraries used

#### ELCImagePicker
Expand Down
1 change: 1 addition & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
<resource-file src="src/ios/GMImagePicker/it.lproj" />
<resource-file src="src/ios/GMImagePicker/pt.lproj" />
<resource-file src="src/ios/GMImagePicker/pl.lproj" />
<resource-file src="src/ios/GMImagePicker/ko.lproj" />
<resource-file src="src/ios/GMImagePicker/zh-Hans.lproj" />

<framework src="Accelerate.framework" />
Expand Down
33 changes: 33 additions & 0 deletions src/ios/GMImagePicker/ko.lproj/GMImagePicker.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
/* Cancel */
"picker.navigation.cancel-button" = "취소";

/* Done */
"picker.navigation.done-button" = "완료";

/* Navigation bar default title */
"picker.navigation.title" = "이미지 선택";

/* %@ Items Selected */
"picker.selection.multiple-items" = "%@ 항목 선택";

/* %@ Photos Selected */
"picker.selection.multiple-photos" = "%@ 사진 선택";

/* %@ Videos Selected */
"picker.selection.multiple-videos" = "%@ 동영상 선택";

/* 1 Photo Selected */
"picker.selection.single-photo" = "1 사진 선택됨";

/* 1 Video Selected */
"picker.selection.single-video" = "1 동영상 선택됨";

/* All photos */
"picker.table.all-photos-label" = "모든 사진";

/* Smart Albums */
"picker.table.smart-albums-header" = "스마트 앨범";

/* Albums */
"picker.table.user-albums-header" = "앨범";