hyperoslo/Gallery

how to change language

Closed this issue · 2 comments

I want to change language to Chinese. how can I do?

@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

thank you