mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[PR #4848] [MERGED] Add Japanese language support and translations #3979
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#3979
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
develop← Head:develop📝 Commits (2)
9de40f0Add Japanese language support and translationsf6aa25bMerge 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.