#!/bin/sh

publican update_pot
git commit -a -m "Update POT files"

publican update_po --langs=all --msgmerge --previous
git commit -a -m "Update PO files"

rm -f bin/*.po
