Update Crowdin script for new scenesw plugin

master
Gol-D-Ace 2015-03-05 07:53:49 +01:00
parent bd0fd3bce9
commit 6cd4980c2f
1 changed files with 1 additions and 0 deletions

View File

@ -30,5 +30,6 @@ for /D /r %%d in (crowdin\*) do (
copy crowdin\!longlocale!\Main\!shortlocale!.ini locale\!localename!.txt
copy crowdin\!longlocale!\plugins\DShowPlugin\!shortlocale!.ini plugins\DShowPlugin\locale\!localename!.txt
copy crowdin\!longlocale!\plugins\PSVPlugin\!shortlocale!.ini plugins\PSVPlugin\locale\!localename!.txt
copy crowdin\!longlocale!\plugins\scenesw\!shortlocale!.ini plugins\scenesw\locale\!localename!.txt
)
)