ElectronPlayer icon indicating copy to clipboard operation
ElectronPlayer copied to clipboard

Added translation support and some new services

Open ToMattBan opened this issue 3 years ago • 0 comments

I added a translation option.

To translate to some language, just need to open /src/translations.json copy one key and translate. To see what code you need to use to your language just use console.log(app.getLocale()) on some part of code and check.

Everything else will work like magic.

ToMattBan avatar Nov 08 '21 06:11 ToMattBan