[PR #3242] [MERGED] feat: add the Persian language translations #5639

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/3242
Author: @AmirLavasani
Created: 8/19/2023
Status: Merged
Merged: 8/22/2023
Merged by: @LucasXu0

Base: mainHead: feat/persian_lang_2836


📝 Commits (2)

  • 7a028e8 feat:add persian translation json
  • c347030 feat:add persian locale

📊 Changes

3 files changed (+681 additions, -0 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/startup/tasks/app_widget.dart (+1 -0)
📝 frontend/appflowy_flutter/packages/flowy_infra/lib/language.dart (+2 -0)
frontend/resources/translations/fa.json (+678 -0)

📄 Description

In this pull request, I've integrated the Persian language translation files into the Appflowy repository, enabling comprehensive support for Persian language users. By merging this pull request, Appflowy's user base will be expanded to Persian-speaking individuals.

cc @richardshiue @MayurSMahajan

fixes issue #2836

"fixes #2836"


PR Checklist

  • My code adheres to the AppFlowy Style Guide
  • 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/3242 **Author:** [@AmirLavasani](https://github.com/AmirLavasani) **Created:** 8/19/2023 **Status:** ✅ Merged **Merged:** 8/22/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `feat/persian_lang_2836` --- ### 📝 Commits (2) - [`7a028e8`](https://github.com/AppFlowy-IO/AppFlowy/commit/7a028e855939c4aabeb95fbd629cb1104f2a59d4) feat:add persian translation json - [`c347030`](https://github.com/AppFlowy-IO/AppFlowy/commit/c34703079e77d9d554eb2e535f0e2046b41007e4) feat:add persian locale ### 📊 Changes **3 files changed** (+681 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/startup/tasks/app_widget.dart` (+1 -0) 📝 `frontend/appflowy_flutter/packages/flowy_infra/lib/language.dart` (+2 -0) ➕ `frontend/resources/translations/fa.json` (+678 -0) </details> ### 📄 Description In this pull request, I've integrated the Persian language translation files into the Appflowy repository, enabling comprehensive support for Persian language users. By merging this pull request, Appflowy's user base will be expanded to Persian-speaking individuals. cc @richardshiue @MayurSMahajan [fixes issue #2836](https://github.com/AppFlowy-IO/AppFlowy/issues/2836) "fixes #2836" --- #### PR Checklist - [x] My code adheres to the [AppFlowy Style Guide](https://appflowy.gitbook.io/docs/essential-documentation/contribute-to-appflowy/software-contributions/submitting-code/style-guides) - [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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:19:38 +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#5639
No description provided.