File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -295,6 +295,7 @@ const en = {
295
295
296
296
explanationTemplate : {
297
297
name : "Explanation Template" ,
298
+ code : "Code" ,
298
299
goToTheWebsiteToUse : "Go to the website to use" ,
299
300
problemAddress : "Problem Address" ,
300
301
problemDesc : "Problem Description" ,
Original file line number Diff line number Diff line change @@ -208,7 +208,6 @@ const zh = {
208
208
item3 : "寻找最右边的满足条件的值" ,
209
209
item4 : "寻找最左插入位置" ,
210
210
item5 : "寻找最右插入位置" ,
211
-
212
211
} ,
213
212
BFS : {
214
213
item1 : "带层信息" ,
@@ -236,7 +235,7 @@ const zh = {
236
235
title : "前缀树" ,
237
236
item1 : "标准前缀树" ,
238
237
} ,
239
-
238
+
240
239
uf : {
241
240
title : "并查集" ,
242
241
item1 : "不带权并查集" ,
@@ -287,6 +286,7 @@ const zh = {
287
286
288
287
explanationTemplate : {
289
288
name : "题解模板" ,
289
+ code : "代码" ,
290
290
goToTheWebsiteToUse : "去网站使用" ,
291
291
problemAddress : "题目地址" ,
292
292
problemDesc : "题目描述" ,
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ ${desc}
114
114
115
115
- ${ keyword }
116
116
117
- ## Code
117
+ ## ${ t ( "Locale.explanationTemplate.code" ) }
118
118
119
119
- ${ t ( "Locale.explanationTemplate.languageSupport" ) } :${ displayLanguage (
120
120
language
You can’t perform that action at this time.
0 commit comments