Browse Source

Docs: Prevent translators from aggressively translating parameter names (#32868)

ycw 3 weeks ago
parent
commit
526100bdff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/docs/template/tmpl/params.tmpl

+ 1 - 1
utils/docs/template/tmpl/params.tmpl

@@ -56,7 +56,7 @@
 								<tr>
 									<?js if (params.hasName) {?>
 									<td class="name">
-										<strong><?js= param.name ?></strong>
+										<strong translate="no"><?js= param.name ?></strong>
 									</td>
 									<?js } ?>
 									<td class="description last">

粤ICP备19079148号