mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 21:07:40 +02:00
Update descriptions
This commit is contained in:
@ -2,9 +2,9 @@
|
||||
.SYNOPSIS
|
||||
translate-text.ps1 [<text>] [<source-lang>] [<target-lang>]
|
||||
.DESCRIPTION
|
||||
Translates the given text into other languages.
|
||||
Translates the given text into other languages
|
||||
.EXAMPLE
|
||||
PS> .\translate-text.ps1 "Hello World" de en
|
||||
PS> ./translate-text "Hello World" de en
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
||||
|
Reference in New Issue
Block a user