forked from pool/gnome-patch-translation
9 lines
138 B
Plaintext
9 lines
138 B
Plaintext
|
#! /bin/bash
|
||
|
|
||
|
set -o errexit
|
||
|
|
||
|
cd po
|
||
|
intltool-update --pot
|
||
|
mkdir -p ../gnome-patch-translation/old
|
||
|
mv *.pot ../gnome-patch-translation/old
|