Export a zipped file of the translations on a project
This commit is contained in:
@@ -32,6 +32,18 @@ block content
|
||||
button.btn.black(type="submit")
|
||||
i.material-icons.left file_download
|
||||
span export to spreadsheets
|
||||
|
||||
.row
|
||||
.col.s12
|
||||
form(action=urlEndpoint, method="get")
|
||||
input(type="hidden", name="markdown", value="true")
|
||||
each val, key in query
|
||||
if key != "markdown"
|
||||
input(type="hidden", name=key, value=val)
|
||||
button.btn.black(type="submit")
|
||||
i.material-icons.left file_download
|
||||
span export translations to markdown
|
||||
|
||||
.row
|
||||
.col.s12
|
||||
a.btn.black(href=`/projects/${project.id}/import`)
|
||||
|
||||
Reference in New Issue
Block a user