cfangmeier / tuijam

A fancy TUI client for Google Play Music
MIT License
129 stars 9 forks source link

i18n support #51

Closed t1meshift closed 4 years ago

t1meshift commented 4 years ago

Currently TUIJam supports only English locale. Google Play Music API can show different names with different locales set on auth (English and Russian artist names are the example). I could implement external locales support, if the idea sounds good.

cfangmeier commented 4 years ago

Hi @t1meshift, this sounds like a nice feature. On a similar note, there is also some text in the UI that could be localized. In the past, I've used babel for this, but am open to other options.