Skip to content

Commit 764f76c

Browse files
committed
Prevent page from being translated
the `translate="no"` attribute and `notranslate` class are added to the html tag to prevent page from being translated by vendor translation services. Signed-off-by: Pierre Belloy <p.belloy@axelor.com>
1 parent 3c25a05 commit 764f76c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axelor-front/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="en">
2+
<html lang="en" class="notranslate" translate="no">
33
<head>
44
<meta charset="UTF-8" />
55
<link rel="shortcut icon" href="ws/public/app/icon">

0 commit comments

Comments
 (0)