xlmnxp / blue-recorder

Simple Screen Recorder written in Rust based on Green Recorder
Other
498 stars 27 forks source link

Draft: Appdata and translation related patches #49

Closed ghost closed 8 months ago

ghost commented 8 months ago

I coldn't build the patch (yet)

xlmnxp commented 8 months ago

Can you tell me what issue you facing in building of Blue Recorder?

ghost commented 8 months ago

Translations seem missing. UI seem untranslated.

xlmnxp commented 8 months ago

Translations seem missing. UI seem untranslated.

correct, we are facing some issues with gettext

10

ghost commented 8 months ago

There was no translation and no activity related to translated po files. I'm not expert on Meson but there is no meson file to build the po files.

amberol meson.build file in main folder: https://gitlab.gnome.org/World/amberol/-/blob/main/meson.build?ref_type=heads in po directory: https://gitlab.gnome.org/World/amberol/-/blob/main/po/meson.build?ref_type=heads gettext binding: https://gitlab.gnome.org/World/amberol/-/blob/main/src/main.rs?ref_type=heads#L44

xlmnxp commented 8 months ago

we don't need meson, cargo handle the build process

ghost commented 8 months ago

Sorry. My knowledge is limited. Thanks for your pation.

ghost commented 8 months ago

simple version of this patch: https://github.com/xlmnxp/blue-recorder/pull/51