Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
briar
Briar GTK
Commits
42627076
Commit
42627076
authored
Jun 14, 2020
by
Nico
Browse files
Fix translations script
parent
ffaa0b36
Changes
1
Show whitespace changes
Inline
Side-by-side
tools/generate_data.sh
View file @
42627076
...
...
@@ -32,7 +32,7 @@ function generate_po()
cd
briar-gtk/po
# git pull https://www.transifex.com/otf/briar/
>
briar-gtk.pot
for
file
in
../data/app.briar.gtk.
appdata
.xml.in ../data/ui/about_dialog.ui.in ../data/ui/
*
.ui
$(
find
"../briar_gtk"
-name
'*.py'
)
;
for
file
in
../data/app.briar.gtk.
metainfo
.xml.in ../data/ui/about_dialog.ui.in ../data/ui/
*
.ui
$(
find
"../briar_gtk"
-name
'*.py'
)
;
do
xgettext
--from-code
=
UTF-8
--no-location
--no-wrap
-j
$file
-o
briar-gtk.pot
done
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment