Skip to content

Commit 981e2ce

Browse files
authored
Merge pull request #21 from insub4067/master
add Localization: Korean
2 parents 03d994c + a171de4 commit 981e2ce

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ The following languages are supported & localized:
3232
- 🇺🇦 Ukrainian
3333
- 🇭🇺 Hungarian
3434
- 🇧🇷 Brazilian Portuguese
35+
- 🇰🇷 Korean
3536

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

Sources/SwiftyCrop/Resources/Localizable.xcstrings

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@
4040
"value" : "Annullamento"
4141
}
4242
},
43+
"ko" : {
44+
"stringUnit" : {
45+
"state" : "translated",
46+
"value" : "취소"
47+
}
48+
},
4349
"pt-BR" : {
4450
"stringUnit" : {
4551
"state" : "translated",
@@ -105,6 +111,12 @@
105111
"value" : "Muoversi e scalare"
106112
}
107113
},
114+
"ko" : {
115+
"stringUnit" : {
116+
"state" : "translated",
117+
"value" : "움직여 조절하세요."
118+
}
119+
},
108120
"pt-BR" : {
109121
"stringUnit" : {
110122
"state" : "translated",
@@ -170,6 +182,12 @@
170182
"value" : "Risparmiare"
171183
}
172184
},
185+
"ko" : {
186+
"stringUnit" : {
187+
"state" : "translated",
188+
"value" : "저장"
189+
}
190+
},
173191
"pt-BR" : {
174192
"stringUnit" : {
175193
"state" : "translated",

0 commit comments

Comments
 (0)