diff options
Diffstat (limited to 'updatei18n.sh')
-rwxr-xr-x | updatei18n.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/updatei18n.sh b/updatei18n.sh new file mode 100755 index 0000000..783e421 --- /dev/null +++ b/updatei18n.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +make -f admin/Makefile.common package-messages +cd po +make merge +cd .. |