buttercup / buttercup-mobile

:iphone: React-Native mobile application for Buttercup
https://buttercup.pw
GNU General Public License v3.0
399 stars 71 forks source link

Question: How to translate the GUI to other languages? #154

Closed julianpoemp closed 5 years ago

julianpoemp commented 5 years ago

My father is using Buttercup on iOS, but he does not speak English. That's why I would like to translate the GUI to German. The only locale I found is for the desktop client: https://github.com/buttercup/buttercup-desktop/blob/master/locales/en/base.json

But how can I translate the GUI of the iOS and Android App to German?

perry-mitchell commented 5 years ago

@julianpoemp That's really cool! As you've noticed we don't yet have localisation on mobile, but I imagine we'd want to use much the same system as with the desktop client - see #70.

I'll close in favour of that :)