mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 21:07:40 +02:00
Update synopsis and description
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
translate-text.ps1 [<text>] [<source-lang>] [<target-lang>]
|
||||
Translates text into other languages
|
||||
.DESCRIPTION
|
||||
Translates the given text into other languages
|
||||
translate-text.ps1 [<Text>] [<SourceLang>] [<TargetLang>]
|
||||
.EXAMPLE
|
||||
PS> ./translate-text "Hello World" de en
|
||||
.NOTES
|
||||
|
Reference in New Issue
Block a user