[PR #6124] [MERGED] chore: update translations #7206

Closed
opened 2026-03-23 23:18:35 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/6124
Author: @LucasXu0
Created: 8/30/2024
Status: Merged
Merged: 8/30/2024
Merged by: @LucasXu0

Base: mainHead: update_translation_v2


📝 Commits (5)

  • 1eb09e3 chore: update translations
  • b363fce fix: close popup menu when tapping navigation bar item
  • bfa0663 chore: update toolbar divider color and popup menu background color
  • 2c83ce6 chore: update translations and icon
  • 93991a3 chore: update frontend/appflowy_flutter/lib/shared/popup_menu/appflowy_popup_menu.dart

📊 Changes

10 files changed (+178 additions, -69 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/mobile/presentation/home/mobile_home_trash_page.dart (+36 -5)
📝 frontend/appflowy_flutter/lib/mobile/presentation/home/setting/settings_popup_menu.dart (+8 -7)
📝 frontend/appflowy_flutter/lib/mobile/presentation/home/shared/empty_placeholder.dart (+4 -1)
📝 frontend/appflowy_flutter/lib/mobile/presentation/mobile_bottom_navigation_bar.dart (+31 -10)
📝 frontend/appflowy_flutter/lib/mobile/presentation/notifications/widgets/settings_popup_menu.dart (+7 -6)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/mobile_toolbar_v3/appflowy_mobile_toolbar.dart (+2 -2)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/slash_menu/slash_menu_items.dart (+7 -1)
📝 frontend/appflowy_flutter/lib/shared/popup_menu/appflowy_popup_menu.dart (+60 -23)
frontend/resources/flowy_icons/40x/m_empty_trash.svg (+9 -0)
📝 frontend/resources/translations/en.json (+14 -14)

📄 Description

Feature Preview


PR Checklist

  • My code adheres to AppFlowy's Conventions
  • I've listed at least one issue that this PR fixes in the description above.
  • I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
  • All existing tests are passing.

🔄 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/AppFlowy-IO/AppFlowy/pull/6124 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 8/30/2024 **Status:** ✅ Merged **Merged:** 8/30/2024 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `update_translation_v2` --- ### 📝 Commits (5) - [`1eb09e3`](https://github.com/AppFlowy-IO/AppFlowy/commit/1eb09e372142622576808ee07b551dbe0f7bdedc) chore: update translations - [`b363fce`](https://github.com/AppFlowy-IO/AppFlowy/commit/b363fce9bda4fef33e881d2273fcc7bf7c7a7885) fix: close popup menu when tapping navigation bar item - [`bfa0663`](https://github.com/AppFlowy-IO/AppFlowy/commit/bfa0663d22d06b5c0f213a9c76e04f706a63d5a2) chore: update toolbar divider color and popup menu background color - [`2c83ce6`](https://github.com/AppFlowy-IO/AppFlowy/commit/2c83ce6df120c1f0953db5a52d464b6007f73e7a) chore: update translations and icon - [`93991a3`](https://github.com/AppFlowy-IO/AppFlowy/commit/93991a3daa22bdbff83437a44f02730f991f388f) chore: update frontend/appflowy_flutter/lib/shared/popup_menu/appflowy_popup_menu.dart ### 📊 Changes **10 files changed** (+178 additions, -69 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/mobile/presentation/home/mobile_home_trash_page.dart` (+36 -5) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/home/setting/settings_popup_menu.dart` (+8 -7) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/home/shared/empty_placeholder.dart` (+4 -1) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/mobile_bottom_navigation_bar.dart` (+31 -10) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/notifications/widgets/settings_popup_menu.dart` (+7 -6) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/mobile_toolbar_v3/appflowy_mobile_toolbar.dart` (+2 -2) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/slash_menu/slash_menu_items.dart` (+7 -1) 📝 `frontend/appflowy_flutter/lib/shared/popup_menu/appflowy_popup_menu.dart` (+60 -23) ➕ `frontend/resources/flowy_icons/40x/m_empty_trash.svg` (+9 -0) 📝 `frontend/resources/translations/en.json` (+14 -14) </details> ### 📄 Description <!--- Thank you for submitting a pull request to AppFlowy. The team will dedicate their best efforts to reviewing and approving your pull request. If you have any questions about the project or feedback for us, please join our [Discord](https://discord.gg/wdjWUXXhtw). --> <!--- If your pull request adds a new feature, please drag and drop a video into this section to showcase what you've done! If not, you may delete this section. --> ### Feature Preview - [x] update translations - [x] update icons - [x] add "link to page" as keyword, closes https://github.com/AppFlowy-IO/AppFlowy/issues/6101 - [x] close the popup menu when tapping navigation bar item <!--- List at least one issue here that this PR addresses. If it fixes the issue, please use the [fixes](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests) keyword to close the issue. For example: fixes https://github.com/AppFlowy-IO/AppFlowy/pull/2106 --> --- <!--- Before you mark this PR ready for review, run through this checklist! --> #### PR Checklist - [x] My code adheres to [AppFlowy's Conventions](https://docs.appflowy.io/docs/documentation/software-contributions/conventions) - [ ] I've listed at least one issue that this PR fixes in the description above. - [ ] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [ ] All existing tests are passing. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 23:18:35 +00: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
AppFlowy-IO/AppFlowy#7206
No description provided.