[PR #6186] [MERGED] chore: update translations on iOS #7238

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/6186
Author: @LucasXu0
Created: 9/4/2024
Status: Merged
Merged: 9/4/2024
Merged by: @LucasXu0

Base: mainHead: update_mobile_translations


📝 Commits (4)

  • 8e097f6 chore: update mobile translations
  • 66d88d6 fix: folder context not found assertion
  • b5e68ba fix: attempted to change a read-only map field
  • b296bdf feat: only replace the translation on iOS

📊 Changes

7 files changed (+33 additions, -18 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/mobile/presentation/home/tab/mobile_space_tab.dart (+0 -3)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/file/file_util.dart (+5 -1)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/image/image_util.dart (+5 -3)
📝 frontend/appflowy_flutter/lib/user/application/reminder/reminder_bloc.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/footer/sidebar_toast.dart (+16 -8)
📝 frontend/appflowy_flutter/lib/workspace/presentation/widgets/dialogs.dart (+1 -1)
📝 frontend/resources/translations/en.json (+5 -1)

📄 Description

Feature Preview

  • Remove upgrade information in translation on iOS.

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/6186 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 9/4/2024 **Status:** ✅ Merged **Merged:** 9/4/2024 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `update_mobile_translations` --- ### 📝 Commits (4) - [`8e097f6`](https://github.com/AppFlowy-IO/AppFlowy/commit/8e097f68d29739b27f75d5e782f1cfb55ea298a4) chore: update mobile translations - [`66d88d6`](https://github.com/AppFlowy-IO/AppFlowy/commit/66d88d64108c2d0a0a046a6fef388f5cb3b6bad8) fix: folder context not found assertion - [`b5e68ba`](https://github.com/AppFlowy-IO/AppFlowy/commit/b5e68bad06b158f3ee4978446828a75888f97d71) fix: attempted to change a read-only map field - [`b296bdf`](https://github.com/AppFlowy-IO/AppFlowy/commit/b296bdf213cd5ef83883ea5025a9e6dc05d02409) feat: only replace the translation on iOS ### 📊 Changes **7 files changed** (+33 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/mobile/presentation/home/tab/mobile_space_tab.dart` (+0 -3) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/file/file_util.dart` (+5 -1) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/image/image_util.dart` (+5 -3) 📝 `frontend/appflowy_flutter/lib/user/application/reminder/reminder_bloc.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/footer/sidebar_toast.dart` (+16 -8) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/widgets/dialogs.dart` (+1 -1) 📝 `frontend/resources/translations/en.json` (+5 -1) </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] Remove upgrade information in translation on iOS. <!--- 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:43 +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#7238
No description provided.