mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Updated translations from Launchpad
Added updatemo.sh script for updating mo files a bit faster
This commit is contained in:
6
locale/updatemo.sh
Executable file
6
locale/updatemo.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
for f in `find ./ -iname *.po`; do
|
||||
BASE=`basename $f .po`
|
||||
DIR=`dirname $f`
|
||||
msgfmt $f -o $DIR/$BASE.mo
|
||||
done
|
||||
Reference in New Issue
Block a user