Skip to content

Commit 526100b

Browse files
authored
Docs: Prevent translators from aggressively translating parameter names (mrdoob#32868)
1 parent 3ab79b8 commit 526100b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/docs/template/tmpl/params.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<tr>
5757
<?js if (params.hasName) {?>
5858
<td class="name">
59-
<strong><?js= param.name ?></strong>
59+
<strong translate="no"><?js= param.name ?></strong>
6060
</td>
6161
<?js } ?>
6262
<td class="description last">

0 commit comments

Comments
 (0)