![]() |
VOOZH | about |
dotnet add package Diplo.Translator --version 17.0.0
NuGet\Install-Package Diplo.Translator -Version 17.0.0
<PackageReference Include="Diplo.Translator" Version="17.0.0" />
<PackageVersion Include="Diplo.Translator" Version="17.0.0" />Directory.Packages.props
<PackageReference Include="Diplo.Translator" />Project file
paket add Diplo.Translator --version 17.0.0
#r "nuget: Diplo.Translator, 17.0.0"
#:package Diplo.Translator@17.0.0
#addin nuget:?package=Diplo.Translator&version=17.0.0Install as a Cake Addin
#tool nuget:?package=Diplo.Translator&version=17.0.0Install as a Cake Tool
Diplo Translator is an Umbraco 17 package for AI translating Umbraco Dictionary items from the backoffice using Umbraco.AI. You can quickly translate the entire Dictionary in just a couple of clicks using your AI model of choice.
This v17 release is a rewrite for Umbraco 17 and .NET 10. It replaces the older AngularJS and Microsoft Translator integration with a Lit backoffice extension, Umbraco Management API endpoints, and Umbraco.AI chat providers.
Umbraco.AI.OpenAIInstall the package into your Umbraco 17 site:
dotnet add package Diplo.Translator
The package ships its backoffice assets under:
/App_Plugins/DiploTranslator/
Configure Umbraco.AI in the host site as normal with at least one provider (it is free and open source).
IAIChatService, so it will use the configured chat provider and chat profile from Umbraco.AI.By default, the package allows Umbraco.AI to resolve the default chat profile. To use a specific chat profile, add this to appsettings.json:
{
"DiploTranslator": {
"ChatProfileAlias": "your-chat-profile-alias"
}
}
Leave ChatProfileAlias empty or remove it to use the default Umbraco.AI chat profile.
Note: When selecting a model, use something small and fast like gpt-4.1-nano
Open the Umbraco backoffice and go to the Dictionary tree.
Use the Translate entity action on the Dictionary root or a Dictionary item. The action opens a modal where you can:
The source language defaults to Umbraco's default language where possible.
👁 Translation completed notification
👁 Dictionary overview after translation
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
Umbraco 17 / .NET 10 rewrite. Translation now uses Umbraco.AI.