From f32f700901eebd6e21129594df4b2cbfabaebb17 Mon Sep 17 00:00:00 2001 From: Yuichi Hirano Date: Mon, 7 Oct 2024 12:15:03 +0900 Subject: [PATCH 1/2] Add Japanese translations --- README.md | 1 + .../SwiftyCrop/Resources/Localizable.xcstrings | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/README.md b/README.md index 6416f8b..967a510 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ The following languages are supported & localized: - 🇭🇺 Hungarian - 🇧🇷 Brazilian Portuguese - 🇰🇷 Korean +- 🇯🇵 Japanese 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 ce2684a..70c560d 100644 --- a/Sources/SwiftyCrop/Resources/Localizable.xcstrings +++ b/Sources/SwiftyCrop/Resources/Localizable.xcstrings @@ -40,6 +40,12 @@ "value" : "Annullamento" } }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "キャンセル" + } + }, "ko" : { "stringUnit" : { "state" : "translated", @@ -111,6 +117,12 @@ "value" : "Muoversi e scalare" } }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "移動・拡大縮小" + } + }, "ko" : { "stringUnit" : { "state" : "translated", @@ -182,6 +194,12 @@ "value" : "Risparmiare" } }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "保存" + } + }, "ko" : { "stringUnit" : { "state" : "translated", From 987e919d526eebe3947b0f0628d4676890a21a8e Mon Sep 17 00:00:00 2001 From: Ben Date: Mon, 7 Oct 2024 11:40:04 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 967a510..481382b 100644 --- a/README.md +++ b/README.md @@ -197,6 +197,8 @@ Thanks to [@lipej](https://github.com/lipej) for adding the brazilian portugese Thanks to [@insub](https://github.com/insub4067) for adding the korean localization 🇰🇷 +Thanks to [@yhirano](https://github.com/yhirano) for adding the japanese localization 🇯🇵 + ## ✍️ Author Benedikt Betz & CHECK24