From ffce4f10da677a9047854ca088b5a506a22b6bc9 Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia Date: Mon, 23 Feb 2026 20:16:34 +0530 Subject: [PATCH 1/7] chore: replace Discord references with Forum links --- .github/ISSUE_TEMPLATE/config.yaml | 2 +- CONTRIBUTING.md | 2 +- README.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yaml index 29c26783168..301080b7590 100644 --- a/.github/ISSUE_TEMPLATE/config.yaml +++ b/.github/ISSUE_TEMPLATE/config.yaml @@ -1,6 +1,6 @@ contact_links: - name: Help and support - about: Reach out to us on our Discord server or GitHub discussions. + about: Reach out to us on our Forum or GitHub discussions. - name: Dedicated support url: mailto:support@plane.so about: Write to us if you'd like dedicated support using Plane diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 49c61547db6..ff547d71249 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -244,4 +244,4 @@ Happy translating! 🌍✨ ## Need help? Questions and suggestions -Questions, suggestions, and thoughts are most welcome. We can also be reached in our [Discord Server](https://discord.com/invite/A92xrEGCge). +Questions, suggestions, and thoughts are most welcome. We can also be reached in our [Forum](https://forum.plane.so). diff --git a/README.md b/README.md index 9e9a79c9464..d2117149da6 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Meet [Plane](https://plane.so/), an open-source project management tool to track issues, run ~sprints~ cycles, and manage product roadmaps without the chaos of managing the tool itself. 🧘‍♀️ -> Plane is evolving every day. Your suggestions, ideas, and reported bugs help us immensely. Do not hesitate to join in the conversation on [Discord](https://discord.com/invite/A92xrEGCge) or raise a GitHub issue. We read everything and respond to most. +> Plane is evolving every day. Your suggestions, ideas, and reported bugs help us immensely. Do not hesitate to join in the conversation on [Forum](https://forum.plane.so) or raise a GitHub issue. We read everything and respond to most. ## 🚀 Installation @@ -129,7 +129,7 @@ Explore Plane's [product documentation](https://docs.plane.so/) and [developer d ## ❤️ Community -Join the Plane community on [GitHub Discussions](https://github.com/orgs/makeplane/discussions) and our [Discord server](https://discord.com/invite/A92xrEGCge). We follow a [Code of conduct](https://github.com/makeplane/plane/blob/master/CODE_OF_CONDUCT.md) in all our community channels. +Join the Plane community on [GitHub Discussions](https://github.com/orgs/makeplane/discussions) and our [Forum](https://forum.plane.so). We follow a [Code of conduct](https://github.com/makeplane/plane/blob/master/CODE_OF_CONDUCT.md) in all our community channels. Feel free to ask questions, report bugs, participate in discussions, share ideas, request features, or showcase your projects. We’d love to hear from you! @@ -145,7 +145,7 @@ There are many ways you can contribute to Plane: - Report [bugs](https://github.com/makeplane/plane/issues/new?assignees=srinivaspendem%2Cpushya22&labels=%F0%9F%90%9Bbug&projects=&template=--bug-report.yaml&title=%5Bbug%5D%3A+) or submit [feature requests](https://github.com/makeplane/plane/issues/new?assignees=srinivaspendem%2Cpushya22&labels=%E2%9C%A8feature&projects=&template=--feature-request.yaml&title=%5Bfeature%5D%3A+). - Review the [documentation](https://docs.plane.so/) and submit [pull requests](https://github.com/makeplane/docs) to improve it—whether it's fixing typos or adding new content. -- Talk or write about Plane or any other ecosystem integration and [let us know](https://discord.com/invite/A92xrEGCge)! +- Talk or write about Plane or any other ecosystem integration and [let us know](https://forum.plane.so)! - Show your support by upvoting [popular feature requests](https://github.com/makeplane/plane/issues). Please read [CONTRIBUTING.md](https://github.com/makeplane/plane/blob/master/CONTRIBUTING.md) for details on the process for submitting pull requests to us. From 620a0707273ae177355597108f13ae1577783bf2 Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia Date: Mon, 23 Feb 2026 20:17:37 +0530 Subject: [PATCH 2/7] chore: migrate help and community CTAs from Discord to Forum --- apps/space/app/error.tsx | 9 ++------- apps/web/app/(all)/workspace-invitations/page.tsx | 2 +- .../core/components/global/product-updates/footer.tsx | 4 ++-- .../components/workspace/sidebar/help-section/root.tsx | 6 ++---- 4 files changed, 7 insertions(+), 14 deletions(-) diff --git a/apps/space/app/error.tsx b/apps/space/app/error.tsx index 3050a89ae8e..7892355881b 100644 --- a/apps/space/app/error.tsx +++ b/apps/space/app/error.tsx @@ -24,13 +24,8 @@ function ErrorPage() { support@plane.so {" "} or on our{" "} - - Discord + + Forum .

diff --git a/apps/web/app/(all)/workspace-invitations/page.tsx b/apps/web/app/(all)/workspace-invitations/page.tsx index 6d681360977..ed644baf06c 100644 --- a/apps/web/app/(all)/workspace-invitations/page.tsx +++ b/apps/web/app/(all)/workspace-invitations/page.tsx @@ -115,7 +115,7 @@ function WorkspaceInvitationPage() { ) diff --git a/apps/web/core/components/global/product-updates/footer.tsx b/apps/web/core/components/global/product-updates/footer.tsx index daf9a20f4ff..53d147307b4 100644 --- a/apps/web/core/components/global/product-updates/footer.tsx +++ b/apps/web/core/components/global/product-updates/footer.tsx @@ -52,12 +52,12 @@ export function ProductUpdatesFooter() { - Discord + Forum {t("whats_new")} - window.open("https://go.plane.so/p-discord", "_blank", "noopener,noreferrer")} - > + window.open("https://forum.plane.so", "_blank", "noopener,noreferrer")}>
- Discord + Forum
From b7a03167323865abee6202034bbaa987b5ffeafa Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia Date: Mon, 23 Feb 2026 20:18:36 +0530 Subject: [PATCH 3/7] refactor: replace Discord icons with lucide MessageSquare --- .../app/(all)/(dashboard)/sidebar-help-section.tsx | 10 +++++----- .../core/components/power-k/config/help-commands.ts | 10 ++++------ apps/web/core/constants/plans.tsx | 13 ++++++------- 3 files changed, 15 insertions(+), 18 deletions(-) diff --git a/apps/admin/app/(all)/(dashboard)/sidebar-help-section.tsx b/apps/admin/app/(all)/(dashboard)/sidebar-help-section.tsx index 9ee63f3be68..4366ccd428f 100644 --- a/apps/admin/app/(all)/(dashboard)/sidebar-help-section.tsx +++ b/apps/admin/app/(all)/(dashboard)/sidebar-help-section.tsx @@ -7,11 +7,11 @@ import { useState, useRef } from "react"; import { observer } from "mobx-react"; import Link from "next/link"; -import { HelpCircle, MoveLeft } from "lucide-react"; +import { HelpCircle, MessageSquare, MoveLeft } from "lucide-react"; import { Transition } from "@headlessui/react"; import { WEB_BASE_URL } from "@plane/constants"; // plane internal packages -import { DiscordIcon, GithubIcon, NewTabIcon, PageIcon } from "@plane/propel/icons"; +import { GithubIcon, NewTabIcon, PageIcon } from "@plane/propel/icons"; import { Tooltip } from "@plane/propel/tooltip"; import { cn } from "@plane/utils"; // hooks @@ -25,9 +25,9 @@ const helpOptions = [ Icon: PageIcon, }, { - name: "Join our Discord", - href: "https://discord.com/invite/A92xrEGCge", - Icon: DiscordIcon, + name: "Join our Forum", + href: "https://forum.plane.so", + Icon: MessageSquare, }, { name: "Report a bug", diff --git a/apps/web/core/components/power-k/config/help-commands.ts b/apps/web/core/components/power-k/config/help-commands.ts index 77e18de3627..0543e6698df 100644 --- a/apps/web/core/components/power-k/config/help-commands.ts +++ b/apps/web/core/components/power-k/config/help-commands.ts @@ -5,8 +5,6 @@ */ import { FileText, GithubIcon, MessageSquare, Rocket } from "lucide-react"; -// plane imports -import { DiscordIcon } from "@plane/propel/icons"; // components import type { TPowerKCommandConfig } from "@/components/power-k/core/types"; // hooks @@ -48,13 +46,13 @@ export const usePowerKHelpCommands = (): TPowerKCommandConfig[] => { closeOnSelect: true, }, { - id: "join_discord", + id: "join_forum", type: "action", group: "help", - i18n_title: "power_k.help_actions.join_discord", - icon: DiscordIcon, + i18n_title: "power_k.help_actions.join_forum", + icon: MessageSquare, action: () => { - window.open("https://discord.com/invite/A92xrEGCge", "_blank", "noopener,noreferrer"); + window.open("https://forum.plane.so", "_blank", "noopener,noreferrer"); }, isEnabled: () => true, isVisible: () => true, diff --git a/apps/web/core/constants/plans.tsx b/apps/web/core/constants/plans.tsx index 60f64f5e500..2716b650fd7 100644 --- a/apps/web/core/constants/plans.tsx +++ b/apps/web/core/constants/plans.tsx @@ -4,8 +4,7 @@ * See the LICENSE file for details. */ -import { Mail, MessageCircle } from "lucide-react"; -import { DiscordIcon } from "@plane/propel/icons"; +import { Mail, MessageCircle, MessageSquare } from "lucide-react"; import { EProductSubscriptionEnum } from "@plane/types"; // plane imports import { cn } from "@plane/utils"; @@ -51,8 +50,8 @@ type PlanePlans = { planComparison: TPlansComparisonDetails[]; }; -function RiDiscordFill({ className }: { className?: string }) { - return ; +function ForumIcon({ className }: { className?: string }) { + return ; } export function ComingSoonBadge({ className }: { className?: string }) { @@ -1212,19 +1211,19 @@ export const PLANS_COMPARISON_LIST: TPlansComparisonDetails[] = [ cloud: { free: ( <> - + ), one: (
- +
), pro: (
- +
), From 66ff1ab0c13f0da4eed5a6b5652664d604563009 Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia Date: Mon, 23 Feb 2026 20:19:06 +0530 Subject: [PATCH 4/7] chore: rename Discord labels and keys to Forum --- packages/i18n/src/locales/cs/translations.ts | 2 +- packages/i18n/src/locales/de/translations.ts | 2 +- packages/i18n/src/locales/en/translations.ts | 4 ++-- packages/i18n/src/locales/es/translations.ts | 2 +- packages/i18n/src/locales/fr/translations.ts | 2 +- packages/i18n/src/locales/id/translations.ts | 2 +- packages/i18n/src/locales/it/translations.ts | 2 +- packages/i18n/src/locales/ja/translations.ts | 2 +- packages/i18n/src/locales/ko/translations.ts | 2 +- packages/i18n/src/locales/pl/translations.ts | 2 +- packages/i18n/src/locales/pt-BR/translations.ts | 2 +- packages/i18n/src/locales/ro/translations.ts | 2 +- packages/i18n/src/locales/ru/translations.ts | 4 ++-- packages/i18n/src/locales/sk/translations.ts | 2 +- packages/i18n/src/locales/tr-TR/translations.ts | 2 +- packages/i18n/src/locales/ua/translations.ts | 4 ++-- packages/i18n/src/locales/vi-VN/translations.ts | 2 +- packages/i18n/src/locales/zh-CN/translations.ts | 2 +- packages/i18n/src/locales/zh-TW/translations.ts | 2 +- 19 files changed, 22 insertions(+), 22 deletions(-) diff --git a/packages/i18n/src/locales/cs/translations.ts b/packages/i18n/src/locales/cs/translations.ts index 70ffb91f3ae..e702e98f007 100644 --- a/packages/i18n/src/locales/cs/translations.ts +++ b/packages/i18n/src/locales/cs/translations.ts @@ -407,7 +407,7 @@ export default { docs: "Dokumentace", full_changelog: "Úplný změnový protokol", support: "Podpora", - discord: "Discord", + forum: "Forum", powered_by_plane_pages: "Poháněno Plane Pages", please_select_at_least_one_invitation: "Vyberte alespoň jednu pozvánku.", please_select_at_least_one_invitation_description: diff --git a/packages/i18n/src/locales/de/translations.ts b/packages/i18n/src/locales/de/translations.ts index 2293008ff71..a52012a62df 100644 --- a/packages/i18n/src/locales/de/translations.ts +++ b/packages/i18n/src/locales/de/translations.ts @@ -418,7 +418,7 @@ export default { docs: "Dokumentation", full_changelog: "Vollständiges Änderungsprotokoll", support: "Support", - discord: "Discord", + forum: "Forum", powered_by_plane_pages: "Bereitgestellt von Plane Pages", please_select_at_least_one_invitation: "Bitte wählen Sie mindestens eine Einladung aus.", please_select_at_least_one_invitation_description: diff --git a/packages/i18n/src/locales/en/translations.ts b/packages/i18n/src/locales/en/translations.ts index 5df71b2eaa6..7693d8c9cc3 100644 --- a/packages/i18n/src/locales/en/translations.ts +++ b/packages/i18n/src/locales/en/translations.ts @@ -242,7 +242,7 @@ export default { docs: "Docs", full_changelog: "Full changelog", support: "Support", - discord: "Discord", + forum: "Forum", powered_by_plane_pages: "Powered by Plane Pages", please_select_at_least_one_invitation: "Please select at least one invitation.", please_select_at_least_one_invitation_description: "Please select at least one invitation to join the workspace.", @@ -2695,7 +2695,7 @@ export default { help_actions: { open_keyboard_shortcuts: "Open keyboard shortcuts", open_plane_documentation: "Open Plane documentation", - join_discord: "Join our Discord", + join_forum: "Join our Forum", report_bug: "Report a bug", chat_with_us: "Chat with us", }, diff --git a/packages/i18n/src/locales/es/translations.ts b/packages/i18n/src/locales/es/translations.ts index 61d2b9ad1aa..7fb09edd932 100644 --- a/packages/i18n/src/locales/es/translations.ts +++ b/packages/i18n/src/locales/es/translations.ts @@ -418,7 +418,7 @@ export default { docs: "Documentación", full_changelog: "Registro de cambios completo", support: "Soporte", - discord: "Discord", + forum: "Forum", powered_by_plane_pages: "Desarrollado por Plane Pages", please_select_at_least_one_invitation: "Por favor selecciona al menos una invitación.", please_select_at_least_one_invitation_description: diff --git a/packages/i18n/src/locales/fr/translations.ts b/packages/i18n/src/locales/fr/translations.ts index 2409aee21f3..307cefd8c47 100644 --- a/packages/i18n/src/locales/fr/translations.ts +++ b/packages/i18n/src/locales/fr/translations.ts @@ -414,7 +414,7 @@ export default { docs: "Documentation", full_changelog: "Journal des modifications complet", support: "Support", - discord: "Discord", + forum: "Forum", powered_by_plane_pages: "Propulsé par Plane Pages", please_select_at_least_one_invitation: "Veuillez sélectionner au moins une invitation.", please_select_at_least_one_invitation_description: diff --git a/packages/i18n/src/locales/id/translations.ts b/packages/i18n/src/locales/id/translations.ts index e0e4383f475..ade0afad96f 100644 --- a/packages/i18n/src/locales/id/translations.ts +++ b/packages/i18n/src/locales/id/translations.ts @@ -410,7 +410,7 @@ export default { docs: "Dokumen", full_changelog: "Changelog lengkap", support: "Dukungan", - discord: "Discord", + forum: "Forum", powered_by_plane_pages: "Ditenagai oleh Plane Pages", please_select_at_least_one_invitation: "Silakan pilih setidaknya satu undangan.", please_select_at_least_one_invitation_description: diff --git a/packages/i18n/src/locales/it/translations.ts b/packages/i18n/src/locales/it/translations.ts index ca11ebab17f..c64b734f621 100644 --- a/packages/i18n/src/locales/it/translations.ts +++ b/packages/i18n/src/locales/it/translations.ts @@ -412,7 +412,7 @@ export default { docs: "Documentazione", full_changelog: "Changelog completo", support: "Supporto", - discord: "Discord", + forum: "Forum", powered_by_plane_pages: "Supportato da Plane Pages", please_select_at_least_one_invitation: "Seleziona almeno un invito.", please_select_at_least_one_invitation_description: "Seleziona almeno un invito per unirti allo spazio di lavoro.", diff --git a/packages/i18n/src/locales/ja/translations.ts b/packages/i18n/src/locales/ja/translations.ts index 8db2fbba6d7..f2c72129534 100644 --- a/packages/i18n/src/locales/ja/translations.ts +++ b/packages/i18n/src/locales/ja/translations.ts @@ -407,7 +407,7 @@ export default { docs: "ドキュメント", full_changelog: "完全な変更履歴", support: "サポート", - discord: "Discord", + forum: "Forum", powered_by_plane_pages: "Powered by Plane Pages", please_select_at_least_one_invitation: "少なくとも1つの招待を選択してください。", please_select_at_least_one_invitation_description: diff --git a/packages/i18n/src/locales/ko/translations.ts b/packages/i18n/src/locales/ko/translations.ts index 911a17b69ad..c3e9ec51417 100644 --- a/packages/i18n/src/locales/ko/translations.ts +++ b/packages/i18n/src/locales/ko/translations.ts @@ -402,7 +402,7 @@ export default { docs: "문서", full_changelog: "전체 변경 로그", support: "지원", - discord: "디스코드", + forum: "Forum", powered_by_plane_pages: "Plane Pages 제공", please_select_at_least_one_invitation: "최소 하나의 초대를 선택하세요.", please_select_at_least_one_invitation_description: "작업 공간에 참여하려면 최소 하나의 초대를 선택하세요.", diff --git a/packages/i18n/src/locales/pl/translations.ts b/packages/i18n/src/locales/pl/translations.ts index 008540a666b..463f02d8a57 100644 --- a/packages/i18n/src/locales/pl/translations.ts +++ b/packages/i18n/src/locales/pl/translations.ts @@ -405,7 +405,7 @@ export default { docs: "Dokumentację", full_changelog: "Pełny dziennik zmian", support: "Wsparcie", - discord: "Discord", + forum: "Forum", powered_by_plane_pages: "Oparte na Plane Pages", please_select_at_least_one_invitation: "Wybierz co najmniej jedno zaproszenie.", please_select_at_least_one_invitation_description: diff --git a/packages/i18n/src/locales/pt-BR/translations.ts b/packages/i18n/src/locales/pt-BR/translations.ts index 10ce2a39bb9..36621aafbcf 100644 --- a/packages/i18n/src/locales/pt-BR/translations.ts +++ b/packages/i18n/src/locales/pt-BR/translations.ts @@ -414,7 +414,7 @@ export default { docs: "Documentos", full_changelog: "Changelog completo", support: "Suporte", - discord: "Discord", + forum: "Forum", powered_by_plane_pages: "Desenvolvido por Plane Pages", please_select_at_least_one_invitation: "Selecione pelo menos um convite.", please_select_at_least_one_invitation_description: diff --git a/packages/i18n/src/locales/ro/translations.ts b/packages/i18n/src/locales/ro/translations.ts index 4bd68c082dc..da5bf5aca1e 100644 --- a/packages/i18n/src/locales/ro/translations.ts +++ b/packages/i18n/src/locales/ro/translations.ts @@ -411,7 +411,7 @@ export default { docs: "Documentație", full_changelog: "Jurnal complet al modificărilor", support: "Suport", - discord: "Discord", + forum: "Forum", powered_by_plane_pages: "Oferit de Plane Documentație", please_select_at_least_one_invitation: "Te rugăm să selectezi cel puțin o invitație.", please_select_at_least_one_invitation_description: diff --git a/packages/i18n/src/locales/ru/translations.ts b/packages/i18n/src/locales/ru/translations.ts index 6335c35b768..cbaa0081d00 100644 --- a/packages/i18n/src/locales/ru/translations.ts +++ b/packages/i18n/src/locales/ru/translations.ts @@ -415,7 +415,7 @@ export default { docs: "Документация", full_changelog: "Полный журнал изменений", support: "Поддержка", - discord: "Discord", + forum: "Forum", powered_by_plane_pages: "Работает на Plane Pages", please_select_at_least_one_invitation: "Пожалуйста, выберите хотя бы одно приглашение.", please_select_at_least_one_invitation_description: @@ -2867,7 +2867,7 @@ export default { help_actions: { open_keyboard_shortcuts: "Открыть горячие клавиши", open_plane_documentation: "Открыть документацию Plane", - join_discord: "Присоединиться к Discord", + join_forum: "Присоединиться к Forum", report_bug: "Сообщить об ошибке", chat_with_us: "Написать нам", }, diff --git a/packages/i18n/src/locales/sk/translations.ts b/packages/i18n/src/locales/sk/translations.ts index 0700f6a280e..e10ba262201 100644 --- a/packages/i18n/src/locales/sk/translations.ts +++ b/packages/i18n/src/locales/sk/translations.ts @@ -407,7 +407,7 @@ export default { docs: "Dokumentáciu", full_changelog: "Úplný zmenový protokol", support: "Podpora", - discord: "Discord", + forum: "Forum", powered_by_plane_pages: "Poháňa Plane Pages", please_select_at_least_one_invitation: "Vyberte aspoň jednu pozvánku.", please_select_at_least_one_invitation_description: diff --git a/packages/i18n/src/locales/tr-TR/translations.ts b/packages/i18n/src/locales/tr-TR/translations.ts index 4089d84b850..fd78de1f691 100644 --- a/packages/i18n/src/locales/tr-TR/translations.ts +++ b/packages/i18n/src/locales/tr-TR/translations.ts @@ -408,7 +408,7 @@ export default { docs: "Dokümanlar", full_changelog: "Tam Değişiklik Kaydı", support: "Destek", - discord: "Discord", + forum: "Forum", powered_by_plane_pages: "Plane Pages tarafından desteklenmektedir", please_select_at_least_one_invitation: "Lütfen en az bir davet seçin.", please_select_at_least_one_invitation_description: "Çalışma alanına katılmak için lütfen en az bir davet seçin.", diff --git a/packages/i18n/src/locales/ua/translations.ts b/packages/i18n/src/locales/ua/translations.ts index 52a0e106b4f..1da89e4a65d 100644 --- a/packages/i18n/src/locales/ua/translations.ts +++ b/packages/i18n/src/locales/ua/translations.ts @@ -415,7 +415,7 @@ export default { docs: "Документацію", full_changelog: "Повний журнал змін", support: "Підтримка", - discord: "Discord", + forum: "Forum", powered_by_plane_pages: "Працює на Plane Pages", please_select_at_least_one_invitation: "Виберіть принаймні одне запрошення.", please_select_at_least_one_invitation_description: @@ -2859,7 +2859,7 @@ export default { help_actions: { open_keyboard_shortcuts: "Відкрити гарячі клавіші", open_plane_documentation: "Відкрити документацію Plane", - join_discord: "Приєднатися до Discord", + join_forum: "Приєднатися до Forum", report_bug: "Повідомити про помилку", chat_with_us: "Написати нам", }, diff --git a/packages/i18n/src/locales/vi-VN/translations.ts b/packages/i18n/src/locales/vi-VN/translations.ts index fb48215d25f..00a6c62bb90 100644 --- a/packages/i18n/src/locales/vi-VN/translations.ts +++ b/packages/i18n/src/locales/vi-VN/translations.ts @@ -411,7 +411,7 @@ export default { docs: "Tài liệu", full_changelog: "Nhật ký thay đổi đầy đủ", support: "Hỗ trợ", - discord: "Discord", + forum: "Forum", powered_by_plane_pages: "Được hỗ trợ bởi Plane Pages", please_select_at_least_one_invitation: "Vui lòng chọn ít nhất một lời mời.", please_select_at_least_one_invitation_description: diff --git a/packages/i18n/src/locales/zh-CN/translations.ts b/packages/i18n/src/locales/zh-CN/translations.ts index 22495420e00..b6aed457e1b 100644 --- a/packages/i18n/src/locales/zh-CN/translations.ts +++ b/packages/i18n/src/locales/zh-CN/translations.ts @@ -397,7 +397,7 @@ export default { docs: "文档", full_changelog: "完整更新日志", support: "支持", - discord: "Discord", + forum: "Forum", powered_by_plane_pages: "由Plane Pages提供支持", please_select_at_least_one_invitation: "请至少选择一个邀请。", please_select_at_least_one_invitation_description: "请至少选择一个加入工作区的邀请。", diff --git a/packages/i18n/src/locales/zh-TW/translations.ts b/packages/i18n/src/locales/zh-TW/translations.ts index 59019aa12d9..08ebf4c210f 100644 --- a/packages/i18n/src/locales/zh-TW/translations.ts +++ b/packages/i18n/src/locales/zh-TW/translations.ts @@ -396,7 +396,7 @@ export default { docs: "文件", full_changelog: "完整更新日誌", support: "支援", - discord: "Discord", + forum: "Forum", powered_by_plane_pages: "由 Plane Pages 提供", please_select_at_least_one_invitation: "請至少選擇一個邀請。", please_select_at_least_one_invitation_description: "請至少選擇一個邀請加入工作區。", From c2866e48a4a26827ecb681d69f355be16664b55f Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia Date: Mon, 23 Feb 2026 20:19:43 +0530 Subject: [PATCH 5/7] chore: remove obsolete Discord icon component --- packages/propel/src/icons/discord-icon.tsx | 40 ---------------------- packages/propel/src/icons/index.ts | 1 - 2 files changed, 41 deletions(-) delete mode 100644 packages/propel/src/icons/discord-icon.tsx diff --git a/packages/propel/src/icons/discord-icon.tsx b/packages/propel/src/icons/discord-icon.tsx deleted file mode 100644 index fe62c7e3150..00000000000 --- a/packages/propel/src/icons/discord-icon.tsx +++ /dev/null @@ -1,40 +0,0 @@ -/** - * Copyright (c) 2023-present Plane Software, Inc. and contributors - * SPDX-License-Identifier: AGPL-3.0-only - * See the LICENSE file for details. - */ - -import * as React from "react"; - -import type { ISvgIcons } from "./type"; - -export function DiscordIcon({ width = "24", height = "24", className }: ISvgIcons) { - return ( - - - - - - - - - - - - - - - - ); -} diff --git a/packages/propel/src/icons/index.ts b/packages/propel/src/icons/index.ts index 1b5ebfa1af8..047df91e1bc 100644 --- a/packages/propel/src/icons/index.ts +++ b/packages/propel/src/icons/index.ts @@ -25,7 +25,6 @@ export * from "./create-icon"; export * from "./cycle"; export * from "./default-icon"; export * from "./dice-icon"; -export * from "./discord-icon"; export * from "./display-properties"; export * from "./done-icon"; export * from "./dropdown-icon"; From 2ecdabd19666cd7c3ddcc09d38bd0584d665bf35 Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia Date: Mon, 23 Feb 2026 20:20:08 +0530 Subject: [PATCH 6/7] chore: update Discord references to Forum in templates --- .../templates/emails/invitations/project_invitation.html | 6 +++--- .../templates/emails/notifications/webhook-deactivate.html | 2 +- apps/api/templates/emails/user/user_activation.html | 4 ++-- apps/api/templates/emails/user/user_deactivation.html | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/api/templates/emails/invitations/project_invitation.html b/apps/api/templates/emails/invitations/project_invitation.html index 254408ac573..5e00b8d2a80 100644 --- a/apps/api/templates/emails/invitations/project_invitation.html +++ b/apps/api/templates/emails/invitations/project_invitation.html @@ -124,7 +124,7 @@ ­
-

Note: Plane is still in its early days, not everything will be perfect yet, and hiccups may happen. Please let us know of any suggestions, ideas, or bugs that you encounter on our Discord or GitHub, and we will use your feedback to improve on our upcoming releases.

+

Note: Plane is still in its early days, not everything will be perfect yet, and hiccups may happen. Please let us know of any suggestions, ideas, or bugs that you encounter on our Forum or GitHub, and we will use your feedback to improve on our upcoming releases.

­ @@ -244,7 +244,7 @@ ­ - + Forum ­ @@ -346,4 +346,4 @@ - \ No newline at end of file + diff --git a/apps/api/templates/emails/notifications/webhook-deactivate.html b/apps/api/templates/emails/notifications/webhook-deactivate.html index 272271f9608..44aca67203a 100644 --- a/apps/api/templates/emails/notifications/webhook-deactivate.html +++ b/apps/api/templates/emails/notifications/webhook-deactivate.html @@ -155,7 +155,7 @@ ­
-

Despite our popularity, we are humbly early-stage. We are shipping fast, so please reach out to us with feature requests, major and minor nits, and anything else you find missing. We read every message, tweet, and conversation and update our public roadmap.

+

Despite our popularity, we are humbly early-stage. We are shipping fast, so please reach out to us with feature requests, major and minor nits, and anything else you find missing. We read every message, tweet, and conversation and update our public roadmap.

­ diff --git a/apps/api/templates/emails/user/user_activation.html b/apps/api/templates/emails/user/user_activation.html index a454d0a3c16..8e0a692ad2a 100644 --- a/apps/api/templates/emails/user/user_activation.html +++ b/apps/api/templates/emails/user/user_activation.html @@ -959,8 +959,8 @@ nits, and anything else you find missing. We read every ­ - + ­ @@ -244,7 +244,7 @@ ­ - Forum + ­ @@ -261,7 +261,7 @@ ­ - + ­ @@ -277,7 +277,7 @@ ­ - + ­