[PR #7694] [MERGED] fix: translations #8045

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/7694
Author: @richardshiue
Created: 4/7/2025
Status: Merged
Merged: 4/8/2025
Merged by: @richardshiue

Base: mainHead: fix/translations


📝 Commits (1)

📊 Changes

24 files changed (+27 additions, -43 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/mobile/presentation/base/view_page/more_bottom_sheet.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/message/ai_message_action_bar.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/message/ai_message_bubble.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/database/widgets/cell/editable_cell_skeleton/url.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/shared/share/export_tab.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/shared/share/publish_tab.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/shared/share/share_tab.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/sites/constants.dart (+1 -1)
📝 frontend/resources/translations/ar-SA.json (+1 -2)
📝 frontend/resources/translations/de-DE.json (+1 -2)
📝 frontend/resources/translations/el-GR.json (+2 -3)
📝 frontend/resources/translations/en.json (+3 -4)
📝 frontend/resources/translations/es-VE.json (+1 -2)
📝 frontend/resources/translations/fr-FR.json (+1 -2)
📝 frontend/resources/translations/he.json (+1 -2)
📝 frontend/resources/translations/ja-JP.json (+1 -2)
📝 frontend/resources/translations/ko-KR.json (+1 -2)
📝 frontend/resources/translations/ru-RU.json (+1 -2)
📝 frontend/resources/translations/th-TH.json (+1 -2)
📝 frontend/resources/translations/tr-TR.json (+1 -2)

...and 4 more files

📄 Description

  1. Stop using grid_url_copy for toast notifications and use message_copy_success instead
  2. Remove grid_url_copiedNotification tokens

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.

Summary by Sourcery

Update translation tokens for copy success notifications across multiple files

Bug Fixes:

  • Replace deprecated grid-related copy notification tokens with a more generic message_copy_success token

Enhancements:

  • Standardize copy success notifications across different parts of the application

🔄 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/7694 **Author:** [@richardshiue](https://github.com/richardshiue) **Created:** 4/7/2025 **Status:** ✅ Merged **Merged:** 4/8/2025 **Merged by:** [@richardshiue](https://github.com/richardshiue) **Base:** `main` ← **Head:** `fix/translations` --- ### 📝 Commits (1) - [`27394e9`](https://github.com/AppFlowy-IO/AppFlowy/commit/27394e9c1adc97043cc4b7966fa34e218e61488a) fix: translation hotfix ### 📊 Changes **24 files changed** (+27 additions, -43 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/mobile/presentation/base/view_page/more_bottom_sheet.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/message/ai_message_action_bar.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/message/ai_message_bubble.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database/widgets/cell/editable_cell_skeleton/url.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/shared/share/export_tab.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/shared/share/publish_tab.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/shared/share/share_tab.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/sites/constants.dart` (+1 -1) 📝 `frontend/resources/translations/ar-SA.json` (+1 -2) 📝 `frontend/resources/translations/de-DE.json` (+1 -2) 📝 `frontend/resources/translations/el-GR.json` (+2 -3) 📝 `frontend/resources/translations/en.json` (+3 -4) 📝 `frontend/resources/translations/es-VE.json` (+1 -2) 📝 `frontend/resources/translations/fr-FR.json` (+1 -2) 📝 `frontend/resources/translations/he.json` (+1 -2) 📝 `frontend/resources/translations/ja-JP.json` (+1 -2) 📝 `frontend/resources/translations/ko-KR.json` (+1 -2) 📝 `frontend/resources/translations/ru-RU.json` (+1 -2) 📝 `frontend/resources/translations/th-TH.json` (+1 -2) 📝 `frontend/resources/translations/tr-TR.json` (+1 -2) _...and 4 more files_ </details> ### 📄 Description 1. Stop using grid_url_copy for toast notifications and use message_copy_success instead 2. Remove grid_url_copiedNotification tokens ### Feature Preview <!--- 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) - [x] I've listed at least one issue that this PR fixes in the description above. - [x] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [x] All existing tests are passing. ## Summary by Sourcery Update translation tokens for copy success notifications across multiple files Bug Fixes: - Replace deprecated grid-related copy notification tokens with a more generic message_copy_success token Enhancements: - Standardize copy success notifications across different parts of the application --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 23:22:22 +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#8045
No description provided.