mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Added script to move files from launchpad to directory structure
Updated translations from launchpad (Thanks everyone who contributed!)
This commit is contained in:
7
locale/mvlaunchpad.sh
Executable file
7
locale/mvlaunchpad.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
for f in `find ./ -iname 'quexs-*.po'`; do
|
||||
BASE=`basename $f .po`
|
||||
DIR=`dirname $f`
|
||||
L=${BASE:6:2}
|
||||
mv $f $L/LC_MESSAGES/$L.po
|
||||
done
|
||||
Reference in New Issue
Block a user