[PR #7846] [MERGED] chore: update i18n #8159

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/7846
Author: @LucasXu0
Created: 4/28/2025
Status: Merged
Merged: 4/28/2025
Merged by: @LucasXu0

Base: mainHead: i18n


📝 Commits (7)

📊 Changes

10 files changed (+228 additions, -115 deletions)

View changed files

📝 frontend/appflowy_flutter/integration_test/desktop/cloud/uncategorized/appflowy_cloud_auth_test.dart (+1 -1)
📝 frontend/appflowy_flutter/integration_test/shared/auth_operation.dart (+2 -2)
📝 frontend/appflowy_flutter/lib/mobile/presentation/setting/workspace/add_members_screen.dart (+38 -64)
📝 frontend/appflowy_flutter/lib/mobile/presentation/setting/workspace/invite_members_screen.dart (+36 -11)
📝 frontend/appflowy_flutter/lib/user/presentation/screens/sign_in_screen/widgets/continue_with/continue_with_magic_link_or_passcode_page.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/account/account_sign_in_out.dart (+2 -1)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/members/inivitation/inivite_member_by_link.dart (+60 -6)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/members/workspace_member_bloc.dart (+15 -4)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/members/workspace_member_page.dart (+60 -17)
📝 frontend/resources/translations/en.json (+13 -8)

📄 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.

Summary by Sourcery

Update localization strings and enhance user feedback for member invitation flows.

Enhancements:

  • Provide specific success/error messages for generating and resetting invite links.
  • Automatically copy invite links to the clipboard upon successful generation or reset, showing a confirmation toast.
  • Prompt users to upgrade when trying to generate or copy an invite link if the member limit is reached.
  • Differentiate backend actions and user feedback for generating versus resetting invite links.
  • Standardize confirmation dialogs for member removal and logout.
  • Prevent text overflow for member emails in the settings list.
  • Ensure only one "link copied" toast is visible at a time.

Chores:

  • Update numerous localization strings in en.json.
  • Remove unused code related to email invitations on mobile.
  • Remove potentially incorrect toast positioning logic on mobile.

🔄 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/7846 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 4/28/2025 **Status:** ✅ Merged **Merged:** 4/28/2025 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `i18n` --- ### 📝 Commits (7) - [`6dfea23`](https://github.com/AppFlowy-IO/AppFlowy/commit/6dfea23241114c5d6e9f206c2387a2488cf62d46) chore: update i18n - [`ef7a0ec`](https://github.com/AppFlowy-IO/AppFlowy/commit/ef7a0ec417f99176ff31d665a1fcc9cb5eb9c685) chore: update i18n - [`fc7d794`](https://github.com/AppFlowy-IO/AppFlowy/commit/fc7d79494aea938aa8d75419374929aee01bfcb6) chore: update i18n - [`5d432ba`](https://github.com/AppFlowy-IO/AppFlowy/commit/5d432ba39fa7e28823800a22614cc7e5fe46a520) chore: only show one copied toast - [`71b8a36`](https://github.com/AppFlowy-IO/AppFlowy/commit/71b8a36c35a5c65ee1723a8d7d299884ed8f7932) chore: add upgrade dialog in invite link - [`930990c`](https://github.com/AppFlowy-IO/AppFlowy/commit/930990c59c046541777cc6a799dd6dc2876b2042) chore: update dialog style - [`e594e6e`](https://github.com/AppFlowy-IO/AppFlowy/commit/e594e6e256803b10cf1a9908fa4a7cecf4b8ee2a) fix: flutter tests ### 📊 Changes **10 files changed** (+228 additions, -115 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/integration_test/desktop/cloud/uncategorized/appflowy_cloud_auth_test.dart` (+1 -1) 📝 `frontend/appflowy_flutter/integration_test/shared/auth_operation.dart` (+2 -2) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/setting/workspace/add_members_screen.dart` (+38 -64) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/setting/workspace/invite_members_screen.dart` (+36 -11) 📝 `frontend/appflowy_flutter/lib/user/presentation/screens/sign_in_screen/widgets/continue_with/continue_with_magic_link_or_passcode_page.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/account/account_sign_in_out.dart` (+2 -1) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/members/inivitation/inivite_member_by_link.dart` (+60 -6) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/members/workspace_member_bloc.dart` (+15 -4) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/members/workspace_member_page.dart` (+60 -17) 📝 `frontend/resources/translations/en.json` (+13 -8) </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 <!--- 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 - [ ] 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. ## Summary by Sourcery Update localization strings and enhance user feedback for member invitation flows. Enhancements: - Provide specific success/error messages for generating and resetting invite links. - Automatically copy invite links to the clipboard upon successful generation or reset, showing a confirmation toast. - Prompt users to upgrade when trying to generate or copy an invite link if the member limit is reached. - Differentiate backend actions and user feedback for generating versus resetting invite links. - Standardize confirmation dialogs for member removal and logout. - Prevent text overflow for member emails in the settings list. - Ensure only one "link copied" toast is visible at a time. Chores: - Update numerous localization strings in `en.json`. - Remove unused code related to email invitations on mobile. - Remove potentially incorrect toast positioning logic on mobile. --- <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:53 +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#8159
No description provided.