8000 GitHub - ihtfw/ResxTranslator: Translate ResX files via ChatGPT
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ihtfw/ResxTranslator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Primitive console app to translate one ResX file to another via ChatGPT.

Files must be already created manually!

Default locale is English!

Usage examples:

Translate from ru to es.

ResxTranslator.exe --dir "C:\src\MyApp\Resources" --from "ru" --to "es"

Translate from Default to es.

ResxTranslator.exe --dir "C:\src\MyApp\Resources" --to "es"

Translate from Default to all languages

ResxTranslator.exe --dir "C:\src\MyApp\Resources"

Translate from ru to all languages

ResxTranslator.exe --dir "C:\src\MyApp\Resources" --from "ru"

you can pass --api-key as argument or set API_KEY enviroment variable for ChatGPT.

About

Translate ResX files via ChatGPT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0