mirror of
https://github.com/libretro/pcsx2.git
synced 2025-03-04 07:27:58 +00:00
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…
x
Reference in New Issue
Block a user