ranfdev / raddiu

Radio program for GNU/Linux made in gtk3
GNU General Public License v3.0
11 stars 3 forks source link

Make ComboList elements translatable #17

Open NathanBnm opened 5 years ago

NathanBnm commented 5 years ago

You're currently using the content of the ComboBox elements directly in your script. You have to split the script string from the displayed string because I cannot translate them.

ranfdev commented 5 years ago

Ok, I will do it, thanks for your patience

NathanBnm commented 5 years ago

Please notify me when it's done :smile:

ranfdev commented 5 years ago

Now you should be able to translate it

NathanBnm commented 5 years ago

Now you should be able to translate it

I'm doing it