File tree 3 files changed +24
-0
lines changed
3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ const customData = {
10
10
...data . config ,
11
11
profile,
12
12
isSTMT : true ,
13
+ needTranslation : true ,
13
14
} ,
14
15
} ;
15
16
@@ -30,4 +31,13 @@ export default {
30
31
} ,
31
32
} ,
32
33
} ,
34
+ translation : {
35
+ notFound : {
36
+ ...good ,
37
+ config : {
38
+ ...good . config ,
39
+ needTranslation : false ,
40
+ } ,
41
+ } ,
42
+ } ,
33
43
} ;
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ const customData = {
16
16
hasLicensing : true ,
17
17
needImple : true ,
18
18
needErrata : true ,
19
+ needTranslation : true ,
19
20
} ,
20
21
} ;
21
22
@@ -177,4 +178,13 @@ export default {
177
178
} ,
178
179
} ,
179
180
} ,
181
+ translation : {
182
+ notFound : {
183
+ ...good ,
184
+ config : {
185
+ ...good . config ,
186
+ needTranslation : false ,
187
+ } ,
188
+ } ,
189
+ } ,
180
190
} ;
Original file line number Diff line number Diff line change 136
136
</details >
137
137
{{ /if }}
138
138
139
+ {{ #if config.needTranslation }}
140
+ <p >See also <a href =" https://www.w3.org/Translations/?technology=" ><strong >translations</strong ></a >.</p >
141
+ {{ /if }}
142
+
139
143
{{ #if copyright.show }}
140
144
<p class =" copyright" >
141
145
{{ #if copyright.showDefault }}
You can’t perform that action at this time.
0 commit comments