[PR #278] [CLOSED] Added a translation string for "Open Settings" tooltip in workspace #4039

Closed
opened 2026-03-23 21:36:01 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/278
Author: @MikeWallaceDev
Created: 1/28/2022
Status: Closed

Base: mainHead: add_translation_to_settings_tooltip


📝 Commits (10+)

  • dafaf60 Added a translation string for "Open Settings" tooltip in workspace
  • 820a2a4 Update zh_CN.json
  • 0b6bb37 Renamed language files to correct format (using a dash)
  • 796e5d9 changed permissions from 755 to 644
  • 424e825 Add French Canadian translation
  • 0daa05a add user appearance setting
  • bd8dd04 save theme setting
  • 43ad35d save language
  • ea90752 fix view listen issue because of the notifier didn't dispose.
  • 06021cb update dark mode bg3 color

📊 Changes

419 files changed (+1886 additions, -580 deletions)

View changed files

📝 .githooks/pre-commit (+0 -0)
📝 .githooks/pre-push (+0 -0)
📝 backend/Cargo.lock (+1 -0)
📝 frontend/app_flowy/assets/images/editor/Align/center.svg (+0 -0)
📝 frontend/app_flowy/assets/images/editor/Align/left.svg (+0 -0)
📝 frontend/app_flowy/assets/images/editor/Align/right.svg (+0 -0)
📝 frontend/app_flowy/assets/images/editor/Arrow/left.svg (+0 -0)
📝 frontend/app_flowy/assets/images/editor/Arrow/right.svg (+0 -0)
📝 frontend/app_flowy/assets/images/editor/Color/default.svg (+0 -0)
📝 frontend/app_flowy/assets/images/editor/Color/select.svg (+0 -0)
📝 frontend/app_flowy/assets/images/editor/Favorite/active.svg (+0 -0)
📝 frontend/app_flowy/assets/images/editor/Favorite/default.svg (+0 -0)
📝 frontend/app_flowy/assets/images/editor/H1.svg (+0 -0)
📝 frontend/app_flowy/assets/images/editor/H2.svg (+0 -0)
📝 frontend/app_flowy/assets/images/editor/H3.svg (+0 -0)
📝 frontend/app_flowy/assets/images/editor/Icons 16/Filter.svg (+0 -0)
📝 frontend/app_flowy/assets/images/editor/Icons 16/Information.svg (+0 -0)
📝 frontend/app_flowy/assets/images/editor/Icons 16/Lira.svg (+0 -0)
📝 frontend/app_flowy/assets/images/editor/Icons 16/Properties.svg (+0 -0)
📝 frontend/app_flowy/assets/images/editor/Icons 16/Real.svg (+0 -0)

...and 80 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/AppFlowy-IO/AppFlowy/pull/278 **Author:** [@MikeWallaceDev](https://github.com/MikeWallaceDev) **Created:** 1/28/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `add_translation_to_settings_tooltip` --- ### 📝 Commits (10+) - [`dafaf60`](https://github.com/AppFlowy-IO/AppFlowy/commit/dafaf60dc7d905f88292599ce826ae4296d9cc86) Added a translation string for "Open Settings" tooltip in workspace - [`820a2a4`](https://github.com/AppFlowy-IO/AppFlowy/commit/820a2a4e41c7bd5db365c92708d9b8508cf789df) Update zh_CN.json - [`0b6bb37`](https://github.com/AppFlowy-IO/AppFlowy/commit/0b6bb379e6f0314857c2bc895c7e0ef2e3d1a17f) Renamed language files to correct format (using a dash) - [`796e5d9`](https://github.com/AppFlowy-IO/AppFlowy/commit/796e5d9044c7001a01b1b93324227fb0ae67ea8a) changed permissions from 755 to 644 - [`424e825`](https://github.com/AppFlowy-IO/AppFlowy/commit/424e8250d0c2a0cbca5b1a88716fecf9a92d7ed7) Add French Canadian translation - [`0daa05a`](https://github.com/AppFlowy-IO/AppFlowy/commit/0daa05a452a41010040f57971a582531a3101da3) add user appearance setting - [`bd8dd04`](https://github.com/AppFlowy-IO/AppFlowy/commit/bd8dd04d10c17599e2c47ab486e5d2c86e915b79) save theme setting - [`43ad35d`](https://github.com/AppFlowy-IO/AppFlowy/commit/43ad35d3edaaa60f7ade317865efcdf12944023c) save language - [`ea90752`](https://github.com/AppFlowy-IO/AppFlowy/commit/ea90752c0eb409f36b047e60d6178399c82509b9) fix view listen issue because of the notifier didn't dispose. - [`06021cb`](https://github.com/AppFlowy-IO/AppFlowy/commit/06021cb85c490964d8d7630f71201a8034cb541a) update dark mode bg3 color ### 📊 Changes **419 files changed** (+1886 additions, -580 deletions) <details> <summary>View changed files</summary> 📝 `.githooks/pre-commit` (+0 -0) 📝 `.githooks/pre-push` (+0 -0) 📝 `backend/Cargo.lock` (+1 -0) 📝 `frontend/app_flowy/assets/images/editor/Align/center.svg` (+0 -0) 📝 `frontend/app_flowy/assets/images/editor/Align/left.svg` (+0 -0) 📝 `frontend/app_flowy/assets/images/editor/Align/right.svg` (+0 -0) 📝 `frontend/app_flowy/assets/images/editor/Arrow/left.svg` (+0 -0) 📝 `frontend/app_flowy/assets/images/editor/Arrow/right.svg` (+0 -0) 📝 `frontend/app_flowy/assets/images/editor/Color/default.svg` (+0 -0) 📝 `frontend/app_flowy/assets/images/editor/Color/select.svg` (+0 -0) 📝 `frontend/app_flowy/assets/images/editor/Favorite/active.svg` (+0 -0) 📝 `frontend/app_flowy/assets/images/editor/Favorite/default.svg` (+0 -0) 📝 `frontend/app_flowy/assets/images/editor/H1.svg` (+0 -0) 📝 `frontend/app_flowy/assets/images/editor/H2.svg` (+0 -0) 📝 `frontend/app_flowy/assets/images/editor/H3.svg` (+0 -0) 📝 `frontend/app_flowy/assets/images/editor/Icons 16/Filter.svg` (+0 -0) 📝 `frontend/app_flowy/assets/images/editor/Icons 16/Information.svg` (+0 -0) 📝 `frontend/app_flowy/assets/images/editor/Icons 16/Lira.svg` (+0 -0) 📝 `frontend/app_flowy/assets/images/editor/Icons 16/Properties.svg` (+0 -0) 📝 `frontend/app_flowy/assets/images/editor/Icons 16/Real.svg` (+0 -0) _...and 80 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>
mirror 2026-03-23 21:36:01 +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#4039
No description provided.