Skip to content

Commit

Permalink
Script to update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
orontee committed Jun 9, 2024
1 parent 0db794d commit ff4e439
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
File renamed without changes.
13 changes: 13 additions & 0 deletions scripts/update-translations
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/bash

BUILDDIR=builddir

[ -d ${BUILDDIR} ] && {
echo "Removing existing build directory…"
rm -rf ${BUILDDIR}
}

mkdir ${BUILDDIR}

meson builddir && cd builddir
meson compile io.github.orontee.Argos-update-po

0 comments on commit ff4e439

Please sign in to comment.