Update descriptions

This commit is contained in:
Markus Fleschutz
2021-09-25 19:43:22 +02:00
parent 9a1bdd9ac5
commit 9748042e05
28 changed files with 80 additions and 81 deletions

View File

@ -2,9 +2,9 @@
.SYNOPSIS
translate-files.ps1 [<file-pattern>]
.DESCRIPTION
Translates the given text files into any supported language.
Translates the given text files into any supported language
.EXAMPLE
PS> .\translate-files.ps1 C:\Temp\*.txt
PS> ./translate-files C:\Temp\*.txt
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK