1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-09-01 12:23:19 +02:00
This commit is contained in:
Pomax
2020-08-05 22:01:39 -07:00
parent ffbf8f52eb
commit 98ab3cd018
3 changed files with 8 additions and 8 deletions

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>A Primer on Bézier Curves</title>
<title>ベジェ曲線入門</title>
<link rel="shortcut icon" href="favicon.png" type="image/png" />
<base href=".." />
@@ -16,7 +16,7 @@
/>
<!-- opengraph information -->
<meta property="og:title" content="A Primer on Bézier Curves" />
<meta property="og:title" content="ベジェ曲線入門" />
<meta
property="og:image"
content="https://pomax.github.io/bezierinfo/images/og-image.png"
@@ -66,7 +66,7 @@
<body>
<header>
<h1>A Primer on Bézier Curves</h1>
<h1>ベジェ曲線入門</h1>
<h2>
A free, online book for when you really need to know how to do Bézier
things.

View File

@@ -2,8 +2,8 @@ export default {
"defaultLocale": "en-GB",
"title": {
"en-GB": "A Primer on Bézier Curves",
"ja-JP": "A Primer on Bézier Curves",
"zh-CN": "A Primer on Bézier Curves"
"ja-JP": "ベジェ曲線入門",
"zh-CN": "贝塞尔曲线底漆"
},
"subtitle": {
"en-GB": "A free, online book for when you really need to know how to do Bézier things.",

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>A Primer on Bézier Curves</title>
<title>贝塞尔曲线底漆</title>
<link rel="shortcut icon" href="favicon.png" type="image/png" />
<base href=".." />
@@ -16,7 +16,7 @@
/>
<!-- opengraph information -->
<meta property="og:title" content="A Primer on Bézier Curves" />
<meta property="og:title" content="贝塞尔曲线底漆" />
<meta
property="og:image"
content="https://pomax.github.io/bezierinfo/images/og-image.png"
@@ -66,7 +66,7 @@
<body>
<header>
<h1>A Primer on Bézier Curves</h1>
<h1>贝塞尔曲线底漆</h1>
<h2>
A free, online book for when you really need to know how to do Bézier
things.