mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
[loc] update localization script
This commit is contained in:
parent
082fa78c40
commit
e7b5a5526f
2 changed files with 8 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
@echo off
|
||||
if not exist pollock.exe curl https://rufus.ie/locale/pollock.exe --output pollock.exe
|
||||
if not exist pollock.exe curl https://rufus-web.akeo.ie/locale/pollock.exe --output pollock.exe
|
||||
cls
|
||||
:menu
|
||||
echo 1 - Import .po into .loc
|
||||
|
@ -16,5 +16,5 @@ if ERRORLEVEL==1 (
|
|||
goto menu
|
||||
)
|
||||
:exit
|
||||
del *.pot
|
||||
del *.mo
|
||||
del *.pot 2>NUL:
|
||||
del *.mo 2>NUL:
|
Loading…
Add table
Add a link
Reference in a new issue