Skip to content

Commit

Permalink
Added korean language (#1408)
Browse files Browse the repository at this point in the history
Co-authored-by: Lima <lima@rarajob.com>
  • Loading branch information
lima-brko and lima-rarajob authored Sep 21, 2020
1 parent dd71594 commit 62c99a7
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ios/QBImagePicker/QBImagePicker.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@

/* Begin PBXFileReference section */
07A50A481B331A840010E048 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/QBImagePicker.strings; sourceTree = "<group>"; };
3A684B06251887B4006605D4 /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/QBImagePicker.strings; sourceTree = "<group>"; };
5A63116E200FC8C0006D76A5 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/QBImagePicker.strings; sourceTree = "<group>"; };
74BB93661B2CE91A0044EB60 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/QBImagePicker.strings; sourceTree = "<group>"; };
790A850D1AE7D4D9008E2A80 /* QBSlomoIconView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QBSlomoIconView.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -227,6 +228,7 @@
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
English,
en,
Base,
ja,
Expand All @@ -235,6 +237,7 @@
de,
pl,
fr,
ko,
);
mainGroup = AAA8FDF91ACDA079002A9710;
productRefGroup = AAA8FE041ACDA079002A9710 /* Products */;
Expand Down Expand Up @@ -305,6 +308,7 @@
74BB93661B2CE91A0044EB60 /* de */,
F167DB441C086AB90045AD5B /* pl */,
5A63116E200FC8C0006D76A5 /* fr */,
3A684B06251887B4006605D4 /* ko */,
);
name = QBImagePicker.strings;
sourceTree = "<group>";
Expand Down
21 changes: 21 additions & 0 deletions ios/QBImagePicker/QBImagePicker/ko.lproj/QBImagePicker.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/*
QBImagePicker.strings
QBImagePicker

Created by Katsuma Tanaka on 2015/04/03.
Copyright (c) 2015 Katsuma Tanaka. All rights reserved.
*/

"albums.title" = "사진";

"assets.footer.photo" = "%ld 사진";
"assets.footer.photos" = "%ld 사진";
"assets.footer.video" = "%ld 비디오";
"assets.footer.videos" = "%ld 비디오";
"assets.footer.photo-and-video" = "%ld 사진, %ld 비디오";
"assets.footer.photos-and-video" = "%ld 사진, %ld 비디오";
"assets.footer.photo-and-videos" = "%ld 사진, %ld 비디오";
"assets.footer.photos-and-videos" = "%ld 사진, %ld 비디오";

"assets.toolbar.item-selected" = "%ld 선택된 아이템";
"assets.toolbar.items-selected" = "%ld 선택된 아이템";

0 comments on commit 62c99a7

Please sign in to comment.