File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed
Sources/SwiftyCrop/Resources Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ The following languages are supported & localized:
32
32
- 🇺🇦 Ukrainian
33
33
- 🇭🇺 Hungarian
34
34
- 🇧🇷 Brazilian Portuguese
35
+ - 🇰🇷 Korean
35
36
36
37
The localization file can be found in ` Sources/SwiftyCrop/Resources ` .
37
38
Original file line number Diff line number Diff line change 40
40
"value" : "Annullamento"
41
41
}
42
42
},
43
+ "ko" : {
44
+ "stringUnit" : {
45
+ "state" : "translated",
46
+ "value" : "취소"
47
+ }
48
+ },
43
49
"pt-BR" : {
44
50
"stringUnit" : {
45
51
"state" : "translated",
105
111
"value" : "Muoversi e scalare"
106
112
}
107
113
},
114
+ "ko" : {
115
+ "stringUnit" : {
116
+ "state" : "translated",
117
+ "value" : "움직여 조절하세요."
118
+ }
119
+ },
108
120
"pt-BR" : {
109
121
"stringUnit" : {
110
122
"state" : "translated",
170
182
"value" : "Risparmiare"
171
183
}
172
184
},
185
+ "ko" : {
186
+ "stringUnit" : {
187
+ "state" : "translated",
188
+ "value" : "저장"
189
+ }
190
+ },
173
191
"pt-BR" : {
174
192
"stringUnit" : {
175
193
"state" : "translated",
You can’t perform that action at this time.
0 commit comments