Skip to content

Commit 2f1950b

Browse files
authored
Merge pull request #43 from puyanlin/master
add zh-Hant(TW) strings
2 parents d496439 + cc4cb3a commit 2f1950b

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,8 @@ Thanks to [@krayc425](https://github.com/krayc425) for adding visionOS support
249249

250250
Thanks to [@KuuttiProductions](https://github.com/KuuttiProductions) for adding the finnish localization 🇫🇮
251251

252+
Thanks to [@puyanlin](https://github.com/puyanlin) for adding the traditional chinese localization 🌐
253+
252254
## 📃 License
253255

254256
`SwiftyCrop` is available under the MIT license. See the [LICENSE](https://github.com/benedom/SwiftyCrop/blob/master/LICENSE.md) file for more info.

Sources/SwiftyCrop/Resources/Localizable.xcstrings

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,12 @@
8787
"state" : "translated",
8888
"value" : "取消"
8989
}
90+
},
91+
"zh-Hant" : {
92+
"stringUnit" : {
93+
"state" : "translated",
94+
"value" : "取消"
95+
}
9096
}
9197
}
9298
},
@@ -176,6 +182,12 @@
176182
"state" : "translated",
177183
"value" : "移动·缩放"
178184
}
185+
},
186+
"zh-Hant" : {
187+
"stringUnit" : {
188+
"state" : "translated",
189+
"value" : "移動並縮放圖片來裁切"
190+
}
179191
}
180192
}
181193
},
@@ -275,6 +287,12 @@
275287
"state" : "translated",
276288
"value" : "处理中"
277289
}
290+
},
291+
"zh-Hant" : {
292+
"stringUnit" : {
293+
"state" : "translated",
294+
"value" : "處理中"
295+
}
278296
}
279297
}
280298
},
@@ -364,6 +382,12 @@
364382
"state" : "translated",
365383
"value" : "保存"
366384
}
385+
},
386+
"zh-Hant" : {
387+
"stringUnit" : {
388+
"state" : "translated",
389+
"value" : "完成"
390+
}
367391
}
368392
}
369393
}

0 commit comments

Comments
 (0)