aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen <31181527+benedom@users.noreply.github.com>2024-03-22 14:47:02 +0100
committerGitHub <noreply@github.com>2024-03-22 14:47:02 +0100
commit66c302f18e65107f8e3ce0952c2d93b815eabe6a (patch)
tree47fd6b4678a44338137bda55cd8e83a9481b8e80
parent1cd2e8775a82cadc68ebe94f78c2d54daf0548b9 (diff)
parent19d061b48ccfe52d2df76e56ee380b76e3921f18 (diff)
Merge pull request #6 from kevin-hv/feature/adding-hungarian-translation
Adding Hungarian Translations 🇭🇺
-rw-r--r--README.md1
-rw-r--r--Sources/SwiftyCrop/Resources/Localizable.xcstrings18
2 files changed, 19 insertions, 0 deletions
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`.
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",