[PR #3985] [MERGED] Add Thai language #5985

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/3985
Author: @watchakorn-18k
Created: 11/21/2023
Status: Merged
Merged: 11/23/2023
Merged by: @LucasXu0

Base: mainHead: main


📝 Commits (5)

  • 6fb8f61 Added Thai language
  • f2d489b Complete Thai translation
  • aaeafbd Merge branch 'AppFlowy-IO:main' into main
  • 2d89542 feat: Added Thai translation
  • 08d9487 Merge branch 'main' into watchakorn-18k/main

📊 Changes

7 files changed (+1103 additions, -0 deletions)

View changed files

flutter (+1 -0)
📝 frontend/appflowy_flutter/lib/startup/tasks/app_widget.dart (+1 -0)
📝 frontend/appflowy_flutter/packages/flowy_infra/lib/language.dart (+2 -0)
📝 frontend/appflowy_tauri/scripts/i18n/index.cjs (+1 -0)
📝 frontend/appflowy_tauri/src/appflowy_app/components/_shared/LanguageSelectPopup.tsx (+1 -0)
📝 frontend/appflowy_tauri/src/appflowy_app/components/layout/UserSetting/LanguageSetting.tsx (+1 -0)
frontend/resources/translations/th-TH.json (+1096 -0)

📄 Description

I have added Thai language into the app.


🔄 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/3985 **Author:** [@watchakorn-18k](https://github.com/watchakorn-18k) **Created:** 11/21/2023 **Status:** ✅ Merged **Merged:** 11/23/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (5) - [`6fb8f61`](https://github.com/AppFlowy-IO/AppFlowy/commit/6fb8f6126f5521b6f58159703a58f6bacb4607b3) Added Thai language - [`f2d489b`](https://github.com/AppFlowy-IO/AppFlowy/commit/f2d489be9eaa83f5c3b2c8bf723a51b32940cc27) Complete Thai translation - [`aaeafbd`](https://github.com/AppFlowy-IO/AppFlowy/commit/aaeafbd592c1ed95819d278780c0fb0684d7ee31) Merge branch 'AppFlowy-IO:main' into main - [`2d89542`](https://github.com/AppFlowy-IO/AppFlowy/commit/2d89542b49b1efc41fcc8dbf0066e2b9918b9c72) feat: Added Thai translation - [`08d9487`](https://github.com/AppFlowy-IO/AppFlowy/commit/08d9487a5f3f97695528aa8a55113661778f6358) Merge branch 'main' into watchakorn-18k/main ### 📊 Changes **7 files changed** (+1103 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `flutter` (+1 -0) 📝 `frontend/appflowy_flutter/lib/startup/tasks/app_widget.dart` (+1 -0) 📝 `frontend/appflowy_flutter/packages/flowy_infra/lib/language.dart` (+2 -0) 📝 `frontend/appflowy_tauri/scripts/i18n/index.cjs` (+1 -0) 📝 `frontend/appflowy_tauri/src/appflowy_app/components/_shared/LanguageSelectPopup.tsx` (+1 -0) 📝 `frontend/appflowy_tauri/src/appflowy_app/components/layout/UserSetting/LanguageSetting.tsx` (+1 -0) ➕ `frontend/resources/translations/th-TH.json` (+1096 -0) </details> ### 📄 Description I have added Thai language into the app. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:21:12 +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#5985
No description provided.