summary refs log tree commit diff
path: root/po/POTFILES.in
blob: d7868d7d4c8a9bc7ee4fda999ba08055fc9f9964 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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.