From cc5fc541c339dfa1672a84a6357acc5a193c2690 Mon Sep 17 00:00:00 2001 From: Alex Vizcaino Date: Tue, 17 Mar 2026 11:33:47 +0100 Subject: [PATCH] Writefull Rebrand (Phase 1) GitOrigin-RevId: 3f1d28ccd4650d81f24a10f10d74b21e002c4527 --- .../web/app/src/Features/Project/ProjectController.mjs | 1 + services/web/frontend/js/i18n-resources/writefull.ts | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/services/web/app/src/Features/Project/ProjectController.mjs b/services/web/app/src/Features/Project/ProjectController.mjs index cbbe9d1e76..32e642f132 100644 --- a/services/web/app/src/Features/Project/ProjectController.mjs +++ b/services/web/app/src/Features/Project/ProjectController.mjs @@ -469,6 +469,7 @@ const _ProjectController = { 'email-notifications', 'wf-enable-freemium-super-complete', 'wf-enable-super-complete-promotion', + 'wf-rebrand', 'plans-2026-phase-1', 'testing-ai-usage', 'wf-fake-non-english-suggestions', diff --git a/services/web/frontend/js/i18n-resources/writefull.ts b/services/web/frontend/js/i18n-resources/writefull.ts index ea0eacc263..962c644445 100644 --- a/services/web/frontend/js/i18n-resources/writefull.ts +++ b/services/web/frontend/js/i18n-resources/writefull.ts @@ -11,6 +11,7 @@ const en = { generating: 'Generating', regenerate: 'Regenerate', regenerating: 'Regenerating', + retry: 'Retry', cancel: 'Cancel', yes: 'Yes', no: 'No', @@ -157,6 +158,9 @@ const en = { 'ai-context-menu.select-text-tooltip': 'Select text to access these options', 'ai-context-menu.paraphrase': 'Paraphrase', + 'ai-context-menu.rephrase': 'Rephrase', + 'ai-context-menu.shorten': 'Shorten', + 'ai-context-menu.more-scientific': 'More scientific', 'ai-context-menu.change-style': 'Change style', 'ai-context-menu.summarize': 'Summarize', 'ai-context-menu.explain': 'Explain', @@ -510,6 +514,7 @@ const es = { generating: 'Generando', regenerate: 'Regenerar', regenerating: 'Regenerando', + retry: 'Reintentar', cancel: 'Cancelar', yes: 'Sí', no: 'No', @@ -668,6 +673,9 @@ const es = { 'ai-context-menu.select-text-tooltip': 'Seleccione texto para acceder a estas opciones', 'ai-context-menu.paraphrase': 'Parafrasear', + 'ai-context-menu.rephrase': 'Reformular', + 'ai-context-menu.shorten': 'Acortar', + 'ai-context-menu.more-scientific': 'Más científico', 'ai-context-menu.change-style': 'Cambiar estilo', 'ai-context-menu.summarize': 'Resumir', 'ai-context-menu.explain': 'Explicar',