French translation update and file cleanup
This commit is contained in:
12
scripts/clean_translation.sh
Executable file
12
scripts/clean_translation.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRDIRECTORY="${0%%/*}"
|
||||
SAVEDIR=`pwd`
|
||||
|
||||
cd $SCRDIRECTORY/../indra/newview/skins/default/xui/fr
|
||||
dos2unix *
|
||||
sed -i '1 s/^\xef\xbb\xbf//' *
|
||||
chmod 644 *
|
||||
|
||||
cd $SAVEDIR
|
||||
|
||||
Reference in New Issue
Block a user