mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[PR #4710] [CLOSED] Supports multiple languages in the web interface #3941
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#3941
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/4710
Author: @QiMa
Created: 8/13/2025
Status: ❌ Closed
Base:
develop← Head:develop📝 Commits (2)
0e039e7Supports multiple languages in the web interface. The interface will automatically detect your browser's language preference, or you can manually select your preferred language in the Settings pageea081ebsupports multiple languages in the web interface📊 Changes
20 files changed (+2472 additions, -336 deletions)
View changed files
📝
README.md(+29 -0)📝
frontend/js/app/cache.js(+41 -1)📝
frontend/js/app/i18n.js(+201 -14)📝
frontend/js/app/main.js(+5 -0)📝
frontend/js/app/settings/list/item.ejs(+34 -7)📝
frontend/js/app/settings/list/item.js(+36 -1)📝
frontend/js/app/settings/main.js(+22 -8)📝
frontend/js/app/ui/header/main.ejs(+4 -0)📝
frontend/js/app/ui/header/main.js(+16 -2)➕
frontend/js/i18n/README.md(+222 -0)➕
frontend/js/i18n/en-US.json(+305 -0)➕
frontend/js/i18n/fr-FR.json(+306 -0)➕
frontend/js/i18n/ja-JP.json(+13 -0)➕
frontend/js/i18n/ko-KR.json(+13 -0)➖
frontend/js/i18n/messages.json(+0 -301)➕
frontend/js/i18n/pt-PT.json(+306 -0)➕
frontend/js/i18n/ru-RU.json(+306 -0)➕
frontend/js/i18n/zh-CN.json(+305 -0)➕
frontend/js/i18n/zh-TW.json(+305 -0)📝
frontend/webpack.config.js(+3 -2)📄 Description
Language Support
Nginx Proxy Manager supports multiple languages in the web interface. The interface will automatically detect your browser's language preference, or you can manually select your preferred language in the Settings page.
Available Languages
Changing Language
For technical details about translations and contributing new languages, see frontend/js/i18n/README.md.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.