French translation update and file cleanup

This commit is contained in:
Siana Gearz
2012-03-05 19:06:15 +01:00
parent 5eb90ef9cd
commit efd1b2bfa9
191 changed files with 13751 additions and 13951 deletions

12
scripts/clean_translation.sh Executable file
View 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