Skip to content

Commit

Permalink
Merge pull request #21 from insub4067/master
Browse files Browse the repository at this point in the history
add Localization: Korean
  • Loading branch information
benedom authored Sep 14, 2024
2 parents 03d994c + a171de4 commit 981e2ce
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ The following languages are supported & localized:
- 🇺🇦 Ukrainian
- 🇭🇺 Hungarian
- 🇧🇷 Brazilian Portuguese
- 🇰🇷 Korean

The localization file can be found in `Sources/SwiftyCrop/Resources`.

Expand Down
18 changes: 18 additions & 0 deletions Sources/SwiftyCrop/Resources/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@
"value" : "Annullamento"
}
},
"ko" : {
"stringUnit" : {
"state" : "translated",
"value" : "취소"
}
},
"pt-BR" : {
"stringUnit" : {
"state" : "translated",
Expand Down Expand Up @@ -105,6 +111,12 @@
"value" : "Muoversi e scalare"
}
},
"ko" : {
"stringUnit" : {
"state" : "translated",
"value" : "움직여 조절하세요."
}
},
"pt-BR" : {
"stringUnit" : {
"state" : "translated",
Expand Down Expand Up @@ -170,6 +182,12 @@
"value" : "Risparmiare"
}
},
"ko" : {
"stringUnit" : {
"state" : "translated",
"value" : "저장"
}
},
"pt-BR" : {
"stringUnit" : {
"state" : "translated",
Expand Down

0 comments on commit 981e2ce

Please sign in to comment.