[PR #4848] [MERGED] Add Japanese language support and translations #3979

Closed
opened 2026-02-26 08:32:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/4848
Author: @Oka-Tak
Created: 11/5/2025
Status: Merged
Merged: 11/12/2025
Merged by: @jc21

Base: developHead: develop


📝 Commits (2)

  • 9de40f0 Add Japanese language support and translations
  • f6aa25b Merge branch 'develop' into develop

📊 Changes

13 files changed (+937 additions, -12 deletions)

View changed files

📝 frontend/src/locale/IntlProvider.tsx (+11 -4)
frontend/src/locale/lang/ja.json (+215 -0)
📝 frontend/src/locale/lang/lang-list.json (+3 -2)
📝 frontend/src/locale/src/HelpDoc/index.ts (+2 -3)
frontend/src/locale/src/HelpDoc/ja/AccessLists.md (+8 -0)
frontend/src/locale/src/HelpDoc/ja/Certificates.md (+21 -0)
frontend/src/locale/src/HelpDoc/ja/DeadHosts.md (+7 -0)
frontend/src/locale/src/HelpDoc/ja/ProxyHosts.md (+7 -0)
frontend/src/locale/src/HelpDoc/ja/RedirectionHosts.md (+5 -0)
frontend/src/locale/src/HelpDoc/ja/Streams.md (+5 -0)
frontend/src/locale/src/HelpDoc/ja/index.ts (+6 -0)
frontend/src/locale/src/ja.json (+641 -0)
📝 frontend/src/locale/src/lang-list.json (+6 -3)

📄 Description

Add Japanese support/localization

Co-authored-by: kz2870 kz2870@users.noreply.github.com


🔄 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/NginxProxyManager/nginx-proxy-manager/pull/4848 **Author:** [@Oka-Tak](https://github.com/Oka-Tak) **Created:** 11/5/2025 **Status:** ✅ Merged **Merged:** 11/12/2025 **Merged by:** [@jc21](https://github.com/jc21) **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (2) - [`9de40f0`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/9de40f067bd6047fc3d9fc89a67bcf2cf5f959a5) Add Japanese language support and translations - [`f6aa25b`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/f6aa25b9b3d8d7deadde01f25fbb2477b219405a) Merge branch 'develop' into develop ### 📊 Changes **13 files changed** (+937 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/locale/IntlProvider.tsx` (+11 -4) ➕ `frontend/src/locale/lang/ja.json` (+215 -0) 📝 `frontend/src/locale/lang/lang-list.json` (+3 -2) 📝 `frontend/src/locale/src/HelpDoc/index.ts` (+2 -3) ➕ `frontend/src/locale/src/HelpDoc/ja/AccessLists.md` (+8 -0) ➕ `frontend/src/locale/src/HelpDoc/ja/Certificates.md` (+21 -0) ➕ `frontend/src/locale/src/HelpDoc/ja/DeadHosts.md` (+7 -0) ➕ `frontend/src/locale/src/HelpDoc/ja/ProxyHosts.md` (+7 -0) ➕ `frontend/src/locale/src/HelpDoc/ja/RedirectionHosts.md` (+5 -0) ➕ `frontend/src/locale/src/HelpDoc/ja/Streams.md` (+5 -0) ➕ `frontend/src/locale/src/HelpDoc/ja/index.ts` (+6 -0) ➕ `frontend/src/locale/src/ja.json` (+641 -0) 📝 `frontend/src/locale/src/lang-list.json` (+6 -3) </details> ### 📄 Description Add Japanese support/localization Co-authored-by: kz2870 <kz2870@users.noreply.github.com> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 08:32:41 +03: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
starred/nginx-proxy-manager-NginxProxyManager#3979
No description provided.