brokenprogrammer / RapidTunes

A music player that lets you play music from all sources.
MIT License
7 stars 4 forks source link

Feature/multi language support #68

Closed MaximKulikov closed 6 years ago

MaximKulikov commented 6 years ago

Add localization support for: default, se, ru languages with few examples.

Idea also fixed imports order to pass codacy code style: groups imports: ensures that groups of imports come in a specific order (e.g., java. comes first, javax. comes second, then everything else)

http://checkstyle.sourceforge.net/config_imports.html#ImportOrder