- Our Titans
-
- In this section, we highlight the titan supporters of MindWork AI Studio. Titans are prestigious companies that provide significant support to our mission.
+
+ @T("Our Titans")
- For companies, sponsoring MindWork AI Studio is not only a way to support innovation but also a valuable opportunity for public relations and marketing. Your company's name and logo will be featured prominently, showcasing your commitment to using cutting-edge AI tools and enhancing your reputation as an innovative enterprise.
+ @T("In this section, we highlight the titan supporters of MindWork AI Studio. Titans are prestigious companies that provide significant support to our mission.")
+
+
+ @T("For companies, sponsoring MindWork AI Studio is not only a way to support innovation but also a valuable opportunity for public relations and marketing. Your company's name and logo will be featured prominently, showcasing your commitment to using cutting-edge AI tools and enhancing your reputation as an innovative enterprise.")
- Become our first Titan
+ @T("Become our first Titan")
@@ -26,27 +30,27 @@
- Individual Contributors
+ @T("Individual Contributors")
- Become a contributor
+ @T("Become a contributor")
- The first 10 supporters who make a monthly contribution:
+ @T("The first 10 supporters who make a monthly contribution:")
-
-
-
+
+
+
- The first 10 supporters who make a one-time contribution:
+ @T("The first 10 supporters who make a one-time contribution:")
-
+
@@ -55,11 +59,11 @@
- Business Contributors
+ @T("Business Contributors")
- Become a contributor
+ @T("Become a contributor")
@@ -73,14 +77,14 @@
- Code Contributions
+ @T("Code Contributions")
-
-
-
-
+
+
+
+
@@ -89,11 +93,11 @@
- Moderation, Design, Wiki, and Documentation
+ @T("Moderation, Design, Wiki, and Documentation")
-
+
diff --git a/app/MindWork AI Studio/Pages/Writer.razor b/app/MindWork AI Studio/Pages/Writer.razor
index 790e3e07..bead1792 100644
--- a/app/MindWork AI Studio/Pages/Writer.razor
+++ b/app/MindWork AI Studio/Pages/Writer.razor
@@ -3,7 +3,7 @@
- Writer
+ @T("Writer")
@@ -13,7 +13,7 @@
Logger { get; init; } = null!;
@@ -158,13 +158,4 @@ public partial class Writer : MSGComponentBase, IAsyncDisposable
this.suggestion = string.Join(' ', words.Skip(1));
this.StateHasChanged();
}
-
- #region Implementation of IAsyncDisposable
-
- public ValueTask DisposeAsync()
- {
- return ValueTask.CompletedTask;
- }
-
- #endregion
}
\ No newline at end of file