From bba487ba44742bc0cf3d6aa5997a6ec6f731f16c Mon Sep 17 00:00:00 2001 From: insub Date: Sat, 14 Sep 2024 18:25:48 +0900 Subject: [PATCH 1/3] Update Localizable.xcstrings --- .../SwiftyCrop/Resources/Localizable.xcstrings | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Sources/SwiftyCrop/Resources/Localizable.xcstrings b/Sources/SwiftyCrop/Resources/Localizable.xcstrings index c87da76..e0b20fb 100644 --- a/Sources/SwiftyCrop/Resources/Localizable.xcstrings +++ b/Sources/SwiftyCrop/Resources/Localizable.xcstrings @@ -40,6 +40,12 @@ "value" : "Annullamento" } }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "취소" + } + }, "pt-BR" : { "stringUnit" : { "state" : "translated", @@ -105,6 +111,12 @@ "value" : "Muoversi e scalare" } }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "손가락으로 움직여 조절하세요." + } + }, "pt-BR" : { "stringUnit" : { "state" : "translated", @@ -170,6 +182,12 @@ "value" : "Risparmiare" } }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "저장" + } + }, "pt-BR" : { "stringUnit" : { "state" : "translated", From 95340dc1b4814c5f0707de05ae62b4bb48df355c Mon Sep 17 00:00:00 2001 From: insub Date: Sat, 14 Sep 2024 18:32:52 +0900 Subject: [PATCH 2/3] Update Localizable.xcstrings --- Sources/SwiftyCrop/Resources/Localizable.xcstrings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/SwiftyCrop/Resources/Localizable.xcstrings b/Sources/SwiftyCrop/Resources/Localizable.xcstrings index e0b20fb..ce2684a 100644 --- a/Sources/SwiftyCrop/Resources/Localizable.xcstrings +++ b/Sources/SwiftyCrop/Resources/Localizable.xcstrings @@ -114,7 +114,7 @@ "ko" : { "stringUnit" : { "state" : "translated", - "value" : "손가락으로 움직여 조절하세요." + "value" : "움직여 조절하세요." } }, "pt-BR" : { From a171de4fe80942c6a637174b25d66065f645f95c Mon Sep 17 00:00:00 2001 From: insub Date: Sat, 14 Sep 2024 18:39:32 +0900 Subject: [PATCH 3/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bb2e5f7..a947897 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ The following languages are supported & localized: - 🇺🇦 Ukrainian - 🇭🇺 Hungarian - 🇧🇷 Brazilian Portuguese +- 🇰🇷 Korean The localization file can be found in `Sources/SwiftyCrop/Resources`.