[PR #94] [MERGED] Add Japanese language settings to i18n #152

Closed
opened 2026-02-16 10:16:17 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/webapp-conversation/pull/94
Author: @yusuke-ten
Created: 8/12/2024
Status: Merged
Merged: 9/3/2024
Merged by: @iamjoel

Base: mainHead: feat/add-japanese


📝 Commits (1)

  • 7f24387 Add Japanese language settings to i18n”

📊 Changes

5 files changed (+184 additions, -1 deletions)

View changed files

📝 i18n/i18next-config.ts (+11 -0)
📝 i18n/index.ts (+1 -1)
i18n/lang/app.ja.ts (+36 -0)
i18n/lang/common.ja.ts (+33 -0)
i18n/lang/tools.ja.ts (+103 -0)

📄 Description

Added Japanese language to the language settings and enabled Japanese selection in i18n.


🔄 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/langgenius/webapp-conversation/pull/94 **Author:** [@yusuke-ten](https://github.com/yusuke-ten) **Created:** 8/12/2024 **Status:** ✅ Merged **Merged:** 9/3/2024 **Merged by:** [@iamjoel](https://github.com/iamjoel) **Base:** `main` ← **Head:** `feat/add-japanese` --- ### 📝 Commits (1) - [`7f24387`](https://github.com/langgenius/webapp-conversation/commit/7f24387eef8b3cd7c2a1c78b46eeb89415fbf819) Add Japanese language settings to i18n” ### 📊 Changes **5 files changed** (+184 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `i18n/i18next-config.ts` (+11 -0) 📝 `i18n/index.ts` (+1 -1) ➕ `i18n/lang/app.ja.ts` (+36 -0) ➕ `i18n/lang/common.ja.ts` (+33 -0) ➕ `i18n/lang/tools.ja.ts` (+103 -0) </details> ### 📄 Description Added Japanese language to the language settings and enabled Japanese selection in i18n. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 10:16:17 -05:00
yindo closed this issue 2026-02-16 10:16:17 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/webapp-conversation#152