mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-02 10:59:14 +01:00
Added French
This commit is contained in:
parent
d62f2dc24a
commit
3552684e0d
@ -6,12 +6,12 @@
|
||||
.NOTES Author: Markus Fleschutz / License: CC0
|
||||
#>
|
||||
|
||||
param([string]$SourceText = "", [string]$SourceLang = "en")
|
||||
param($SourceText = "", $SourceLang = "en")
|
||||
|
||||
if ($SourceText -eq "" ) {
|
||||
$SourceText = read-host "Enter text to translate"
|
||||
}
|
||||
$TargetLanguages = "af","da","de","el","es","hr","it","ja","ko","pl","pt","nl","ru","tr","uk","vi"
|
||||
$TargetLanguages = "af","da","de","el","es","fr","hr","it","ja","ko","pl","pt","nl","ru","tr","uk","vi"
|
||||
|
||||
function TranslateWithGoogle {
|
||||
[CmdletBinding()]
|
||||
|
Loading…
Reference in New Issue
Block a user