diff options
author | Ben <31181527+benedom@users.noreply.github.com> | 2024-03-22 14:47:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-22 14:47:02 +0100 |
commit | 66c302f18e65107f8e3ce0952c2d93b815eabe6a (patch) | |
tree | 47fd6b4678a44338137bda55cd8e83a9481b8e80 | |
parent | 1cd2e8775a82cadc68ebe94f78c2d54daf0548b9 (diff) | |
parent | 19d061b48ccfe52d2df76e56ee380b76e3921f18 (diff) |
Merge pull request #6 from kevin-hv/feature/adding-hungarian-translation
Adding Hungarian Translations ðŸ‡ðŸ‡º
-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", |