forked from I2P_Developers/i2p.i2p
* fix typo in bat script
* fix build script poupdate target on windows * change messages_nl.po's encoding to UTF-8 (desktopUI) * add message_zh.po for desktopUI - POs not translated yet, just updated
This commit is contained in:
@ -9,9 +9,11 @@ if not exist ..\locale\*.only goto updateALL
|
||||
|
||||
rem put a messages_xx.only(eg messages_zh.only) into locale folder
|
||||
rem this script will only touch the po file(eg zh) you specified, leaving other po files untact.
|
||||
|
||||
echo [tip] Puting a messages_{LangCode}.only (eg messages_zh.only)
|
||||
echo into locale folder will restrict the PO file update
|
||||
echo process to your choosen language ONLY.
|
||||
for %%i in (..\locale\*.only) do set PO=%%~ni
|
||||
echo [Notice] Yu choose to Ony update the choosen file: %PO%.po
|
||||
echo [info] %PO%.only found, will ONLY update file : %PO%.po
|
||||
for %%i in (..\locale\*.po) do if not %%~ni==%PO% ren %%i %%~ni.po-
|
||||
|
||||
call sh --login %cd%\bmsg.sh
|
||||
|
Reference in New Issue
Block a user