[PR #2743] [CLOSED] added missing translation #5404

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/2743
Author: @jannesblobel
Created: 6/8/2023
Status: Closed

Base: mainHead: main


📝 Commits (10+)

  • c3fa389 inlang: update translations
  • a81c773 inlang: update translations
  • 33dc874 inlang: update translations
  • 726741b inlang: update translations
  • 04fd037 inlang: update translations
  • 424fa16 inlang: update translations
  • 6094ed6 inlang: update translations
  • 72536ca inlang: update translations
  • 5809741 inlang: update translations
  • e89a7f0 inlang: update translations

📊 Changes

64 files changed (+1418 additions, -629 deletions)

View changed files

📝 .github/workflows/release.yml (+1 -1)
📝 CHANGELOG.md (+27 -0)
📝 README.md (+5 -3)
📝 frontend/Makefile.toml (+1 -1)
frontend/appflowy_flutter/assets/images/editor/link.svg (+4 -0)
📝 frontend/appflowy_flutter/assets/translations/ar-SA.json (+1 -1)
📝 frontend/appflowy_flutter/assets/translations/en.json (+11 -4)
📝 frontend/appflowy_flutter/assets/translations/es-VE.json (+167 -9)
📝 frontend/appflowy_flutter/assets/translations/fr-FR.json (+84 -2)
📝 frontend/appflowy_flutter/integration_test/board_test.dart (+2 -0)
📝 frontend/appflowy_flutter/integration_test/empty_document_test.dart (+9 -1)
📝 frontend/appflowy_flutter/integration_test/open_ai_smart_menu_test.dart (+2 -0)
📝 frontend/appflowy_flutter/integration_test/util/data.dart (+15 -0)
📝 frontend/appflowy_flutter/lib/plugins/database_view/application/cell/cell_data_persistence.dart (+1 -6)
📝 frontend/appflowy_flutter/lib/plugins/database_view/calendar/application/calendar_setting_bloc.dart (+1 -0)
📝 frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/calendar_day.dart (+26 -39)
📝 frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/calendar_page.dart (+34 -22)
📝 frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/toolbar/calendar_layout_setting.dart (+8 -5)
📝 frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/toolbar/calendar_setting.dart (+25 -0)
📝 frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/toolbar/calendar_toolbar.dart (+103 -7)

...and 44 more files

📄 Description

Feature Preview


Added Missing translations to your project

After

image

Before

image


🔄 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/2743 **Author:** [@jannesblobel](https://github.com/jannesblobel) **Created:** 6/8/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`c3fa389`](https://github.com/AppFlowy-IO/AppFlowy/commit/c3fa389a135a1c76482f32fb9c7dafc9e4e76f76) inlang: update translations - [`a81c773`](https://github.com/AppFlowy-IO/AppFlowy/commit/a81c773c97aa45a1c7d3db5e4812bca0a6374d6b) inlang: update translations - [`33dc874`](https://github.com/AppFlowy-IO/AppFlowy/commit/33dc874fc9164dc2e154e44d7082098d601a5056) inlang: update translations - [`726741b`](https://github.com/AppFlowy-IO/AppFlowy/commit/726741b4c13cf8652ece709bfe87753c7deac4d8) inlang: update translations - [`04fd037`](https://github.com/AppFlowy-IO/AppFlowy/commit/04fd0370e0881bcf7c351503aa8c495c00f655ae) inlang: update translations - [`424fa16`](https://github.com/AppFlowy-IO/AppFlowy/commit/424fa162d6e8ccf1ea9fbe4787c1f3c3f1df9a8c) inlang: update translations - [`6094ed6`](https://github.com/AppFlowy-IO/AppFlowy/commit/6094ed65590b1470ec5e593377b829fcedf789ad) inlang: update translations - [`72536ca`](https://github.com/AppFlowy-IO/AppFlowy/commit/72536ca5a781b21aa7a6196d914dbc30b7cd4d90) inlang: update translations - [`5809741`](https://github.com/AppFlowy-IO/AppFlowy/commit/5809741cff2e516771465b14d6b22c06c1cc26c6) inlang: update translations - [`e89a7f0`](https://github.com/AppFlowy-IO/AppFlowy/commit/e89a7f081d9684e483cab0cb90dfc612373198a5) inlang: update translations ### 📊 Changes **64 files changed** (+1418 additions, -629 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+1 -1) 📝 `CHANGELOG.md` (+27 -0) 📝 `README.md` (+5 -3) 📝 `frontend/Makefile.toml` (+1 -1) ➕ `frontend/appflowy_flutter/assets/images/editor/link.svg` (+4 -0) 📝 `frontend/appflowy_flutter/assets/translations/ar-SA.json` (+1 -1) 📝 `frontend/appflowy_flutter/assets/translations/en.json` (+11 -4) 📝 `frontend/appflowy_flutter/assets/translations/es-VE.json` (+167 -9) 📝 `frontend/appflowy_flutter/assets/translations/fr-FR.json` (+84 -2) 📝 `frontend/appflowy_flutter/integration_test/board_test.dart` (+2 -0) 📝 `frontend/appflowy_flutter/integration_test/empty_document_test.dart` (+9 -1) 📝 `frontend/appflowy_flutter/integration_test/open_ai_smart_menu_test.dart` (+2 -0) 📝 `frontend/appflowy_flutter/integration_test/util/data.dart` (+15 -0) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/application/cell/cell_data_persistence.dart` (+1 -6) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/calendar/application/calendar_setting_bloc.dart` (+1 -0) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/calendar_day.dart` (+26 -39) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/calendar_page.dart` (+34 -22) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/toolbar/calendar_layout_setting.dart` (+8 -5) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/toolbar/calendar_setting.dart` (+25 -0) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/toolbar/calendar_toolbar.dart` (+103 -7) _...and 44 more files_ </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! --> Added Missing translations to your project ## After ![image](https://github.com/AppFlowy-IO/AppFlowy/assets/72493222/1aae7750-d22e-4449-af16-7dd2f33dd522) ## Before ![image](https://github.com/AppFlowy-IO/AppFlowy/assets/72493222/9519adf6-62b0-4fb2-a1ff-f51e9654c95d) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22: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#5404
No description provided.