data/xyz.vikanezrimaya.kittybox.Bowl.desktop.in.in ### Below are rust files containing translatable strings. ### ### It's better to use `xtr` instead of `xgettext` for those. ### (Rust gettext!() macro is equivalent to format!() but isn't recognized as a keyword) # src/lib.rs # src/components/post_editor.rs # src/components/signin.rs # src/components/smart_summary.rs ### ### To properly use `xtr`, do: ### ### $ xtr -o /dev/stdout src/lib.rs | cat >> po/bowl.pot ### ### because xtr truncates the file descriptor it writes to. ### ### Perhaps it would be better to produce a proper workflow for regenerating this .pot file.