Skip to content

Commit

Permalink
Fix database provider i18n. (#4216)
Browse files Browse the repository at this point in the history
Signed-off-by: zzjin <tczzjin@gmail.com>
zzjin authored Oct 31, 2023
1 parent 99d65e6 commit ec16d34
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -8,6 +8,11 @@ spec:
desc: Database
url: "https://dbprovider.{{ .cloudDomain }}{{ if .cloudPort }}:{{ .cloudPort }}{{ end }}"
icon: "https://dbprovider.{{ .cloudDomain }}{{ if .cloudPort }}:{{ .cloudPort }}{{ end }}/logo.svg"
i18n:
zh:
name: 数据库
zh-Hans:
name: 数据库
menuData:
helpDropDown: false
nameColor: text-black

0 comments on commit ec16d34

Please sign in to comment.