@@ -586,6 +631,33 @@ const openNewsSourcePage = async (slug: string, title: string) => {
class="flex flex-col justify-center align-center text-center absolute w-full h-screen inset-x-0 inset-y-0 z-[-10]"
id="desktop"
>
+
+
+
{
:height="window.height"
@click="obtainTopWindowPosition(window.id)"
:black="window.black"
+ @translate="() => toggleTranslate(window.id)"
+ :notLoggedInState="notLoggedInState"
+ :windowTranslateState="window.translatable"
>
{
:values="passedValues"
:windows="activeWindows"
@closeWindow="closeWindow"
+ :applyForTranslation="applyForTranslation"
+ :windowTranslateState="window.translatable"
+ :notLoggedInState="notLoggedInState"
/>
diff --git a/server/api/translate/google.ts b/server/api/translate/google.ts
new file mode 100644
index 0000000..e69de29