[PR #1020] [MERGED] i18n #1089

Closed
opened 2026-03-03 00:24:35 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/1020
Author: @Davy-c
Created: 6/22/2021
Status: Merged
Merged: 6/25/2021
Merged by: @Rokt33r

Base: masterHead: feat/i18n


📝 Commits (10+)

📊 Changes

86 files changed (+2889 additions, -1134 deletions)

View changed files

📝 src/cloud/components/Application.tsx (+26 -15)
📝 src/cloud/components/Router.tsx (+1 -1)
📝 src/cloud/components/atoms/ThreadStatusFilterControl.tsx (+12 -7)
📝 src/cloud/components/atoms/Tooltip.tsx (+1 -1)
📝 src/cloud/components/molecules/AppFeedbackForm/index.tsx (+46 -23)
📝 src/cloud/components/molecules/CommentInput.tsx (+4 -1)
📝 src/cloud/components/molecules/DocShare.tsx (+15 -9)
📝 src/cloud/components/molecules/DocTagsList/TagsAutoCompleteInput.tsx (+9 -3)
📝 src/cloud/components/molecules/Editor/EditorIndentationStatus.tsx (+13 -5)
📝 src/cloud/components/molecules/Editor/EditorKeyMapSelect.tsx (+5 -2)
📝 src/cloud/components/molecules/Editor/EditorThemeSelect.tsx (+6 -2)
📝 src/cloud/components/molecules/Editor/EditorToolButton.tsx (+3 -1)
📝 src/cloud/components/molecules/Editor/EditorToolbar.tsx (+15 -11)
📝 src/cloud/components/molecules/Editor/EditorToolbarUpload.tsx (+4 -1)
📝 src/cloud/components/molecules/Editor/index.tsx (+22 -14)
📝 src/cloud/components/molecules/Editor/useDocActionContextMenu.tsx (+14 -10)
📝 src/cloud/components/molecules/NewDocButton.tsx (+15 -2)
📝 src/cloud/components/molecules/OpenInviteSection.tsx (+28 -14)
📝 src/cloud/components/molecules/SettingsTeamForm.tsx (+17 -9)
📝 src/cloud/components/molecules/SubscriptionForm/UpdateBillingEmailForm.tsx (+7 -4)

...and 66 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BoostIO/BoostNote-App/pull/1020 **Author:** [@Davy-c](https://github.com/Davy-c) **Created:** 6/22/2021 **Status:** ✅ Merged **Merged:** 6/25/2021 **Merged by:** [@Rokt33r](https://github.com/Rokt33r) **Base:** `master` ← **Head:** `feat/i18n` --- ### 📝 Commits (10+) - [`eb0f85e`](https://github.com/BoostIO/BoostNote-App/commit/eb0f85e700c0c7ee3ca55b85236b24bee97d2a74) add back to settings data - [`bbb9935`](https://github.com/BoostIO/BoostNote-App/commit/bbb99353780af102d283a1f527df886483b9edf1) personal info and preferences - [`30289bc`](https://github.com/BoostIO/BoostNote-App/commit/30289bcc3945a3f393781875e4c9282d3555c2fc) teaminfotab - [`e00f659`](https://github.com/BoostIO/BoostNote-App/commit/e00f659bd1441bb6ca42f62ef03059fb67eef96c) logo in translation - [`24c8d40`](https://github.com/BoostIO/BoostNote-App/commit/24c8d40358b0d88b1ca1785c5bb19c58aee6a676) members tqb - [`8101604`](https://github.com/BoostIO/BoostNote-App/commit/810160485765c222431ae4629022406c0f3ec923) feedback and integration - [`6b10960`](https://github.com/BoostIO/BoostNote-App/commit/6b109606a663447033f6956cea96ecfa27a411f3) fix - [`33daf76`](https://github.com/BoostIO/BoostNote-App/commit/33daf76668eef0a43e6479cc2c740b0fa439791d) api tab - [`328afeb`](https://github.com/BoostIO/BoostNote-App/commit/328afeb5d997cee39ce4f4d82d053eb5637525c4) settings sidebar - [`6f2a5d5`](https://github.com/BoostIO/BoostNote-App/commit/6f2a5d5612d7c21c7955fb353287a55c82410828) Team sub limit ### 📊 Changes **86 files changed** (+2889 additions, -1134 deletions) <details> <summary>View changed files</summary> 📝 `src/cloud/components/Application.tsx` (+26 -15) 📝 `src/cloud/components/Router.tsx` (+1 -1) 📝 `src/cloud/components/atoms/ThreadStatusFilterControl.tsx` (+12 -7) 📝 `src/cloud/components/atoms/Tooltip.tsx` (+1 -1) 📝 `src/cloud/components/molecules/AppFeedbackForm/index.tsx` (+46 -23) 📝 `src/cloud/components/molecules/CommentInput.tsx` (+4 -1) 📝 `src/cloud/components/molecules/DocShare.tsx` (+15 -9) 📝 `src/cloud/components/molecules/DocTagsList/TagsAutoCompleteInput.tsx` (+9 -3) 📝 `src/cloud/components/molecules/Editor/EditorIndentationStatus.tsx` (+13 -5) 📝 `src/cloud/components/molecules/Editor/EditorKeyMapSelect.tsx` (+5 -2) 📝 `src/cloud/components/molecules/Editor/EditorThemeSelect.tsx` (+6 -2) 📝 `src/cloud/components/molecules/Editor/EditorToolButton.tsx` (+3 -1) 📝 `src/cloud/components/molecules/Editor/EditorToolbar.tsx` (+15 -11) 📝 `src/cloud/components/molecules/Editor/EditorToolbarUpload.tsx` (+4 -1) 📝 `src/cloud/components/molecules/Editor/index.tsx` (+22 -14) 📝 `src/cloud/components/molecules/Editor/useDocActionContextMenu.tsx` (+14 -10) 📝 `src/cloud/components/molecules/NewDocButton.tsx` (+15 -2) 📝 `src/cloud/components/molecules/OpenInviteSection.tsx` (+28 -14) 📝 `src/cloud/components/molecules/SettingsTeamForm.tsx` (+17 -9) 📝 `src/cloud/components/molecules/SubscriptionForm/UpdateBillingEmailForm.tsx` (+7 -4) _...and 66 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:24:35 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/BoostNote-App#1089
No description provided.