how to change language
Closed this issue · 2 comments
wyfhover commented
I want to change language to Chinese. how can I do?
onmyway133 commented
@wyfhover Hi, all the strings are localised like https://github.com/hyperoslo/Gallery/blob/master/Sources/Camera/CameraView.swift#L176 so all you need to do is to declare those strings in your Localizable.strings
wyfhover commented
thank you