mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #4566] [CLOSED] Multilingual for web #5000
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#5000
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/fatedier/frp/pull/4566
Author: @nkdns
Created: 11/29/2024
Status: ❌ Closed
Base:
dev← Head:Multilingual📝 Commits (4)
ff0676afrpc多语言设计完成aadb2a8frps多语言设计完成c9e5b60vue编译后文件变更3208c97图表修改异常,暂时挂起📊 Changes
31 files changed (+668 additions, -360 deletions)
View changed files
➕
assets/frpc/static/index-Cgx39LXC.js(+60 -0)➕
assets/frpc/static/index-N4E3zN8T.css(+1 -0)➖
assets/frpc/static/index-bLBhaJo8.js(+0 -42)➖
assets/frpc/static/index-iuf46MlF.css(+0 -1)📝
assets/frpc/static/index.html(+15 -15)➕
assets/frps/static/index-5A9aPAsI.css(+1 -0)➖
assets/frps/static/index-82-40HIG.js(+0 -84)➖
assets/frps/static/index-rzPDshRD.css(+0 -1)➕
assets/frps/static/index-yOnBcT7d.js(+102 -0)📝
assets/frps/static/index.html(+15 -15)📝
web/frpc/components.d.ts(+3 -0)📝
web/frpc/package.json(+1 -0)📝
web/frpc/src/App.vue(+41 -23)➕
web/frpc/src/assets/lang.svg(+1 -0)➕
web/frpc/src/assets/locales/en.json(+25 -0)➕
web/frpc/src/assets/locales/zh.json(+25 -0)📝
web/frpc/src/components/ClientConfigure.vue(+6 -8)📝
web/frpc/src/components/Overview.vue(+10 -41)📝
web/frpc/src/main.ts(+12 -1)📝
web/frpc/yarn.lock(+30 -0)...and 11 more files
📄 Description
WHY
Added multilingual functionality for both server and client web pages, currently only available in Chinese and English. Other languages can be implemented by adding corresponding JSON.
At present, the chart section does not support multiple languages.
为服务端和客户端的网页添加了多语言功能,目前只有中文和英文。其他语言可以通过添加对应的json实现。
目前图表部分还未支持多语言。
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.