Skip to content

Commit caed9c0

Browse files
authored
Disable machine translation. (#3703)
1 parent a589a56 commit caed9c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/docgen/theme/layouts/default.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<meta name="hide_page_heading" value="true" />
77
<meta name="project_path" value="/_project.yaml" />
88
<meta name="book_path" value="/docs/reference/_book.yaml" />
9+
<meta name="translation" value="disabled" />
910
<title>{{#ifCond model.name '==' project.name}}{{project.name}}{{else}}{{model.name}} | {{project.name}}{{/ifCond}}</title>
1011
<meta name="description" content="Reference for {{model.name}}">
1112
<meta name="viewport" content="width=device-width, initial-scale=1">

0 commit comments

Comments
 (0)