From 81aaea5d57a71199b76211294d18ceab7ac937bd Mon Sep 17 00:00:00 2001 From: bZverok <137277669+bZverok@users.noreply.github.com> Date: Tue, 9 Apr 2024 15:46:41 +0300 Subject: [PATCH 1/2] added categories --- Apps.Translate5/Apps.Translate5.csproj | 4 ++-- Apps.Translate5/Translate5Application.cs | 9 ++++++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Apps.Translate5/Apps.Translate5.csproj b/Apps.Translate5/Apps.Translate5.csproj index 42163a8..b390e61 100644 --- a/Apps.Translate5/Apps.Translate5.csproj +++ b/Apps.Translate5/Apps.Translate5.csproj @@ -9,11 +9,11 @@ Apps.Translate5 - + - + diff --git a/Apps.Translate5/Translate5Application.cs b/Apps.Translate5/Translate5Application.cs index 1b8cf9c..f700c8c 100644 --- a/Apps.Translate5/Translate5Application.cs +++ b/Apps.Translate5/Translate5Application.cs @@ -1,9 +1,16 @@ using Blackbird.Applications.Sdk.Common; +using Blackbird.Applications.Sdk.Common.Metadata; namespace Apps.Translate5; -public class Translate5Application : IApplication +public class Translate5Application : IApplication, ICategoryProvider { + public IEnumerable Categories + { + get => [ApplicationCategory.CatAndTms]; + set { } + } + public string Name { get => "Translate5"; From 05727ff4ae044650408b70598bc3e9b4096c8754 Mon Sep 17 00:00:00 2001 From: bZverok <137277669+bZverok@users.noreply.github.com> Date: Tue, 16 Apr 2024 14:50:39 +0300 Subject: [PATCH 2/2] Update Apps.Translate5.csproj --- Apps.Translate5/Apps.Translate5.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Apps.Translate5/Apps.Translate5.csproj b/Apps.Translate5/Apps.Translate5.csproj index b390e61..b6930c7 100644 --- a/Apps.Translate5/Apps.Translate5.csproj +++ b/Apps.Translate5/Apps.Translate5.csproj @@ -4,7 +4,7 @@ enable enable Translate5 - 1.0.4 + 1.0.5 Cloud translation, review, post-editing and terminology platform Apps.Translate5