mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
[se] view
This commit is contained in:
@ -1,17 +1,17 @@
|
||||
$Lcids = ([System.Globalization.CultureInfo]::GetCultures( [System.Globalization.CultureTypes]::AllCultures ) | Select-Object -ExpandProperty Name)
|
||||
|
||||
foreach($i in $Lcids) {
|
||||
foreach($i in $Lcids) {
|
||||
|
||||
echo Set-Culture $i
|
||||
Set-Culture $i
|
||||
Start-Sleep -Seconds 1
|
||||
echo Set-Culture $i
|
||||
Set-Culture $i
|
||||
Start-Sleep -Seconds 1
|
||||
|
||||
$pathMacro = $(pwd).Path + "\macros-locale-data.xlsm"
|
||||
$pathOutput = $(pwd).Path + "\" + $i + ".txt"
|
||||
echo .\run-macros-data.vbs $i
|
||||
$pathMacro = $(pwd).Path + "\macros-locale-data.xlsm"
|
||||
$pathOutput = $(pwd).Path + "\" + $i + ".txt"
|
||||
echo .\run-macros-data.vbs $i
|
||||
|
||||
.\run-macros-data.vbs $i
|
||||
Start-Sleep -Seconds 7
|
||||
.\run-macros-data.vbs $i
|
||||
Start-Sleep -Seconds 7
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user