Fltk how to translate tooltip with gettext-ng?

⚓ Rust    📅 2025-07-30    👤 surdeus    👁️ 12      

surdeus

Warning

This post was published 126 days ago. The information described in this article may have changed.

Hello,
did build a litte program translate works
but not with tooltip.

here a example:

snip from the Code:

play_btn.set_tooltip("Play Morse Code");

de-DE.po

msgid "Play Morse Code"
msgstr "Morse Code abspielen"

msgfmt de-DE.po -o de-DE.mo

What did I wrong ?

2 posts - 2 participants

Read full topic

🏷️ Rust_feed