diff options
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | Sources/SwiftyCrop/Resources/Localizable.xcstrings | 18 |
2 files changed, 19 insertions, 0 deletions
@@ -30,6 +30,7 @@ The following languages are supported & localized: - 🇪🇸 Spanish - 🇹🇷 Turkish - 🇺🇦 Ukrainian +- ðŸ‡ðŸ‡º Hungarian 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 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", |