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`. diff --git a/Sources/SwiftyCrop/Resources/Localizable.xcstrings b/Sources/SwiftyCrop/Resources/Localizable.xcstrings index c87da76..ce2684a 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",