Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.77 KB

File metadata and controls

27 lines (20 loc) · 1.77 KB

An Azure translation plugin for the localization provider.

By Jeroen Stemerdink

Build status GitHub version Platform Platform Platform NuGet GitHub license Quality Gate Status

About

Adding this in combination with the localization provider will create a lanaguage version for all enabled languages that have no language version when publishing your translation.

Don't forget to add at least a Localization:AzureSubscriptionkey to the appsettings.json.

"Localization": {
    "AzureSubscriptionKey": "Your Key",
    "AzureEndpoint": "if different from the default",
    "AzureRegion": "if you have set a specific region"
  },