mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-17 08:01:31 +02:00
Updated the scripts
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user