BKSalman / ytdlp-gui

a GUI for ytdlp written in Rust
GNU General Public License v3.0
222 stars 10 forks source link

Localization support #26

Open jermanuts opened 4 months ago

jermanuts commented 4 months ago

Make it possible to translate the app in different languages. Hope RTL will be supported too for Arabic etc.

BKSalman commented 4 months ago

Good idea, I will think of a way to create the base for this and make it easy for people to submit their translations

If you have suggestions feel free to share them

Also RTL should indeed be supported by iced already

jermanuts commented 4 months ago

Good idea, I will think of a way to create the base for this and make it easy for people to submit their translations

Weblate

Also RTL should indeed be supported by iced already

You sure? https://github.com/iced-rs/iced/issues/250

BKSalman commented 3 months ago

You sure? https://github.com/iced-rs/iced/issues/250

Should be since iced uses cosmic-text now, but not sure if it's in the version of iced that the app uses currently

BKSalman commented 2 months ago

Since this feature is not a priority, it will be delayed, unless someone wants to add the ground work in the code