https://github.com/nwestfall/blazor.i18ntext.generate
Auto generate JSON files for other languages to be used in https://github.com/jsakamoto/Toolbelt.Blazor.I18nText
https://github.com/nwestfall/blazor.i18ntext.generate
aws blazor blazor-webassembly blazorwasm localization
Last synced: about 2 months ago
JSON representation
Auto generate JSON files for other languages to be used in https://github.com/jsakamoto/Toolbelt.Blazor.I18nText
- Host: GitHub
- URL: https://github.com/nwestfall/blazor.i18ntext.generate
- Owner: nwestfall
- Created: 2020-05-30T00:40:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T10:34:13.000Z (over 2 years ago)
- Last Synced: 2023-08-01T07:23:12.910Z (almost 2 years ago)
- Topics: aws, blazor, blazor-webassembly, blazorwasm, localization
- Language: C#
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```bash
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