summaryrefslogtreecommitdiffstats
path: root/updatei18n.sh
blob: 783e4215c2bcecbd641fbb637d63de974a520b1c (plain)
1
2
3
4
5
6
#!/bin/sh

make -f admin/Makefile.common package-messages
cd po
make merge
cd ..