From b46585e0cfcbd665f730a4d0a20eb67e6fea5f70 Mon Sep 17 00:00:00 2001 From: Vika Date: Wed, 19 Feb 2025 23:35:53 +0300 Subject: Show a warning on usage of Smart Summary This was a planned feature since the introduction of LLM enhancements. Some users need a sobering reminder that LLMs are not intelligent, because it is really easy to believe otherwise. --- po/POTFILES.in | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'po/POTFILES.in') diff --git a/po/POTFILES.in b/po/POTFILES.in index d7868d7..e043d0a 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,4 +1,5 @@ data/xyz.vikanezrimaya.kittybox.Bowl.desktop.in.in +data/xyz.vikanezrimaya.kittybox.Bowl.gschema.xml.in ### Below are rust files containing translatable strings. ### @@ -8,11 +9,6 @@ data/xyz.vikanezrimaya.kittybox.Bowl.desktop.in.in # 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. \ No newline at end of file +### $ xtr -o rust.pot src/lib.rs +### And then use `msgcat` to merge it into the existing `bowl.pot` file. \ No newline at end of file -- cgit 1.4.1