mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
[pollock] update maintainer mode
* Also add maintenance script
This commit is contained in:
parent
4483a6b17d
commit
91a18be258
3 changed files with 83 additions and 37 deletions
20
res/loc/po/!update.cmd
Normal file
20
res/loc/po/!update.cmd
Normal file
|
@ -0,0 +1,20 @@
|
|||
@echo off
|
||||
if not exist pollock.exe curl https://rufus.ie/locale/pollock.exe --output pollock.exe
|
||||
cls
|
||||
:menu
|
||||
echo 1 - Import .po into .loc
|
||||
echo 2 - Create .po from .loc
|
||||
echo 3 - Exit
|
||||
choice /N /C:123%1
|
||||
if ERRORLEVEL==3 goto exit
|
||||
if ERRORLEVEL==2 (
|
||||
pollock.exe -l
|
||||
goto menu
|
||||
)
|
||||
if ERRORLEVEL==1 (
|
||||
pollock.exe -i
|
||||
goto menu
|
||||
)
|
||||
:exit
|
||||
del *.pot
|
||||
del *.mo
|
Loading…
Add table
Add a link
Reference in a new issue