Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 598 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 598 Bytes

Blazor.I18nText.Generate

Using Amazon Translate, take JSON file in english and create ones for other languages.

Designed to be used with https://github.com/jsakamoto/Toolbelt.Blazor.I18nText

Example

dotnet run
Generate translation files using AWS Translate from Blazor I18nText JSON
Enter File Path to English JSON: /Users/nwestfall/Projects/Project/i18ntext/ProjectStrings.en.json
Enter list of languages to translate (comma separated): fr-CA,es
/Users/nwestfall/Projects/Project/i18ntext/ProjectStrings.fr-CA.json
/Users/nwestfall/Projects/Project/i18ntext/ProjectStrings.es.json