xlmnxp / blue-recorder

Simple Screen Recorder written in Rust based on Green Recorder
Other
520 stars 26 forks source link

Consider use `Fluent` text instead `po` files #26

Open qarmin opened 2 years ago

qarmin commented 2 years ago

Fluent - https://docs.rs/fluent/0.16.0/fluent/index.html, allows to integrate translations into binary, so there is no need to use with binary po files.

This is how looks example fluent file - https://github.com/qarmin/czkawka/blob/master/i18n/en/czkawka_gui.ftl Crowdin is quite good tool to manage Fluent translations

xlmnxp commented 2 years ago

it will be better then PO the issue it that will take hours to convert PO files to fluent format