From bb739369cc0fb07cd3f0ba83ddc62746caeab2c1 Mon Sep 17 00:00:00 2001 From: Kevin Varga Halasz Date: Fri, 22 Mar 2024 14:01:46 +0100 Subject: Adding --- Sources/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 8c5c203..c3a5943 100644 --- a/Sources/SwiftyCrop/Resources/Localizable.xcstrings +++ b/Sources/SwiftyCrop/Resources/Localizable.xcstrings @@ -28,6 +28,12 @@ "value" : "Annuler" } }, + "hu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mégsem" + } + }, "it" : { "stringUnit" : { "state" : "translated", @@ -81,6 +87,12 @@ "value" : "Déplacer et dimensionner" } }, + "hu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mozgatás és méretezés" + } + }, "it" : { "stringUnit" : { "state" : "translated", @@ -134,6 +146,12 @@ "value" : "Enregistrer" } }, + "hu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mentés" + } + }, "it" : { "stringUnit" : { "state" : "translated", -- cgit v1.2.3 From 19d061b48ccfe52d2df76e56ee380b76e3921f18 Mon Sep 17 00:00:00 2001 From: Kevin Varga Halasz Date: Fri, 22 Mar 2024 14:11:18 +0100 Subject: Adding hungarian translation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 733adb1..009764b 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ The following languages are supported & localized: - 🇪🇸 Spanish - 🇹🇷 Turkish - 🇺🇦 Ukrainian +- 🇭🇺 Hungarian The localization file can be found in `Sources/SwiftyCrop/Resources`. -- cgit v1.2.3