Updated the scripts

This commit is contained in:
Markus Fleschutz
2021-01-02 10:08:59 +00:00
parent 40aad7fe73
commit 92b6c81620
29 changed files with 38 additions and 32 deletions

View File

@ -6,7 +6,7 @@
.NOTES Author: Markus Fleschutz / License: CC0
#>
param([string]$SourceText, [string]$SourceLang = "en")
param([string]$SourceText = "", [string]$SourceLang = "en")
if ($SourceText -eq "" ) {
$SourceText = read-host "Enter text to translate"