#!/bin/bash

set -eo pipefail

scripts/update-po-template
(cd repo && git add desktop; git commit -m update; git push)
