mirror of https://github.com/PCSX2/pcsx2.git
locale: remove garbage files
This commit is contained in:
parent
87c42c8c5d
commit
9d2b6cb589
|
@ -113,3 +113,8 @@ do
|
|||
mkdir -p `dirname $mo_file`
|
||||
msgfmt -o $mo_file $po_file
|
||||
done
|
||||
|
||||
######################################################################
|
||||
# Clean garbage
|
||||
######################################################################
|
||||
find ./locales -iname "pcsx2_*.po~" -exec rm {} \;
|
||||
|
|
Loading…
Reference in New Issue