FrancescoCeruti / linux-show-player

Linux Show Player - Cue player designed for stage productions
https://linux-show-player.org
GNU General Public License v3.0
205 stars 49 forks source link

New features for Preferences #158

Open Gajenthran opened 5 years ago

Gajenthran commented 5 years ago

Hello, Here is some new features to add in Preferences (I placed them in order of importance (in my opinion) :

I don't think if there is an option to change the language but I would like to know how we can change the language otherwise.

FrancescoCeruti commented 5 years ago
Gajenthran commented 5 years ago
  • Change language -> 👍 Right now is possible via a command line argument

Can I know the command, please ? Because I tried to search arguments for the language but I didn't find it. I have these options:

usage: linux-show-player [-h] [-f [FILE]] [-l {debug,info,warning}] [--locale LOCALE]

Thanks for the reply.

FrancescoCeruti commented 5 years ago

Yes, sorry :smile:

It's actually the --locale option, for example linux-show-player --locale it will use the italian translations. :question: why locale? https://en.wikipedia.org/wiki/Locale_(computer_software)

Consider that beside the source language (english -> en) in the develop version there are many untranslated strings, if you're interested you can se at https://crowdin.com/project/linux-show-player the current situation

Gajenthran commented 5 years ago

Yes, sorry 😄

It's actually the --locale option, for example linux-show-player --locale it will use the italian translations. ❓ why locale? https://en.wikipedia.org/wiki/Locale_(computer_software)

Thanks for the command and the explanation !

Consider that beside the source language (english -> en) in the develop version there are many untranslated strings, if you're interested you can se at https://crowdin.com/project/linux-show-player the current situation

Yes, I wanted to ask you about that because I saw that you modify i18n folder and there is some "unfinished" string. I will surely do that (especially french translation) !

FrancescoCeruti commented 5 years ago

Yes, I wanted to ask you about that because I saw that you modify i18n folder and there is some "unfinished" string. I will surely do that (especially french translation) !

Nice, it would be great if you could do that directly form crowdin itself, you can log using your GitHub account, and the changes are pushed to l10n_develp branch on this repository, if you need to look at them.

Also for discuss on translation #38 can be a good place :smile:

Buggitt commented 1 month ago

Was a light theme ever added? Found the setting in preferences but only have dark as an option.

FrancescoCeruti commented 1 month ago

No, we still don't have a light theme