xref
: /
dports
/
deskutils
/
znotes
/
zNotes-0.4.6
/
update_translations.sh
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#!/
bin
/
bash
2
3
for
file
in
translations
/
znotes
_
*.
ts
;
4
do
lupdate
*.
cpp
*.
ui
-
ts
$file
;
5
done
6
7