mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Fix issue with more than 2 character long locale code
Updated translations (thank you!)
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
for f in `find ./ -iname 'quexs-*.po'`; do
|
||||
BASE=`basename $f .po`
|
||||
DIR=`dirname $f`
|
||||
L=${BASE:6:2}
|
||||
L=${BASE:6}
|
||||
L=${L,,}
|
||||
L=${L/_/-}
|
||||
mv $f $L/LC_MESSAGES/$L.po
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user