samuelclay / NewsBlur

NewsBlur is a personal news reader that brings people together to talk about the world. A new sound of an old instrument.
http://www.newsblur.com
MIT License
6.91k stars 1k forks source link

Web: Add Internationalization #987

Open jmontane opened 7 years ago

jmontane commented 7 years ago

Please, add i18n features, so NewsBlur can be translated to several languages.

samuelclay commented 7 years ago

Is this specific to an app? I've never implemented i18n before and don't know if there are any demands for a translated interface. NewsBlur for the most part is your feeds and those are in the language you subscribe to.

What parts of the UI are you looking to have changed specifically?

dosiecki commented 7 years ago

On Android, at least, we have been careful to use the resources-based i18n system in about 98% of the app. We could accept any and all PRs for new localizations at any time!

jmontane commented 7 years ago

@dosiecki: Good to know Android app can be translated! I'll work on it.

@samuelclay: i18n is an important feature in current days programming. IMHO, all apps should be translatable.