Skip to content

Commit 0b47e0e

Browse files
Merge pull request #7 from TerribleCoding/translation-issue
Removed translation to fix problems
2 parents 1ccdec4 + fb9666c commit 0b47e0e

16 files changed

Lines changed: 15 additions & 15 deletions

assets/ico/tool-logo.png

665 Bytes
Loading

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-US">
2+
<html lang="en-US" class="notranslate">
33

44
<head>
55
<title>AnySection</title>

pages/c-profile.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-US">
2+
<html lang="en-US" class="notranslate">
33

44
<head>
55
<title>C - U Profile</title>

pages/cylinder.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-US">
2+
<html lang="en-US" class="notranslate">
33

44
<head>
55
<title>Cylinder / Round bar</title>

pages/elliptic-bar.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-US">
2+
<html lang="en-US" class="notranslate">
33

44
<head>
55
<title>Ellipse prism / Elliptic bar</title>

pages/equations.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-US">
2+
<html lang="en-US" class="notranslate">
33

44
<head>
55
<title>Equations</title>

pages/h-profile.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-US">
2+
<html lang="en-US" class="notranslate">
33

44
<head>
55
<title>Double T / H Profile</title>

pages/hexagonal-prism.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-US">
2+
<html lang="en-US" class="notranslate">
33

44
<head>
55
<title>Hexagonal prism / Hexagonal bar</title>

pages/hollow-cylinder.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-US">
2+
<html lang="en-US" class="notranslate">
33

44
<head>
55
<title>Hollow cylinder / Round tube</title>

pages/hollow-elliptic-bar.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-US">
2+
<html lang="en-US" class="notranslate">
33

44
<head>
55
<title>Hollow ellipse prism / Elliptic tube</title>

0 commit comments

Comments
 (0)