summary refs log tree commit diff
path: root/po/POTFILES.in
diff options
context:
space:
mode:
authorVika <vika@fireburn.ru>2025-02-19 23:35:53 +0300
committerVika <vika@fireburn.ru>2025-02-24 04:38:26 +0300
commitb46585e0cfcbd665f730a4d0a20eb67e6fea5f70 (patch)
tree079c69855c80128d0875f1a0e5697b30249b5c73 /po/POTFILES.in
parent657a2672fead185eb37ea4a61f587a7a796b6a0d (diff)
downloadbowl-b46585e0cfcbd665f730a4d0a20eb67e6fea5f70.tar.zst
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.
Diffstat (limited to 'po/POTFILES.in')
-rw-r--r--po/POTFILES.in10
1 files changed, 3 insertions, 7 deletions
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