Skip to content

Commit e914303

Browse files
committed
removed dom library link[requested changes]
1 parent e3e2f71 commit e914303

File tree

5 files changed

+3
-8
lines changed

5 files changed

+3
-8
lines changed

i18n-tracking.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,4 +288,4 @@ es:
288288
line 420: ' p5.shape.js'
289289
line 573: ' output15'
290290
zh-Hans:
291-
src/data/en.yml:
291+
src/data/en.yml: {}

src/data/en.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,6 @@ libraries:
443443
p5.3D: "3D Text and Images in WebGL."
444444
using-a-library-title: "Using a library"
445445
using-a-library1: "A p5.js library can be any JavaScript code that extends or adds to the p5.js core functionality. There are two categories of libraries. Core libraries ("
446-
using-a-library2: " and "
447446
using-a-library3: ") are part of the p5.js distribution, while contributed libraries are developed, owned, and maintained by members of the p5.js community."
448447
using-a-library4: "To include a library in your sketch, link it into your HTML file, after you have linked in p5.js. An example HTML file might look like this:"
449448
create-your-own-title: "Create Your Own"

src/data/es.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,6 @@ libraries:
446446
p5.3D: "3D Text and Images in WebGL. "
447447
using-a-library-title: "Usando una biblioteca"
448448
using-a-library1: "Una biblioteca p5.js puede ser cualquier código p5.js que extiende o añade a las funcionalidades centrales de p5.js. Existen dos tipos de bibliotecas. Las bibliotecas centrales ("
449-
using-a-library2: " y "
450449
using-a-library3: ") son parte de la distribución de p5.js, mientras que las bibliotecas contribuidas son mantenidas y desarrolladas por y de propiedad de los miembros de la comunidad de p5.js."
451450
using-a-library4: "Para incluir una biblioteca en tu bosquejo, enlázala en tu archivo HTML, después que hayas enlazado p5.js. Un archivo HTML como ejemplo podría lucir así:"
452451
create-your-own-title: "Crea tu propia biblioteca"

src/data/libraries/libraries.ejs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,8 @@ slug: libraries/
1414

1515
<h2>{{#i18n "using-a-library-title"}}{{/i18n}}</h2>
1616

17-
<p>{{#i18n "using-a-library1"}}{{/i18n}}<a href="{{root}}/reference/#group-DOM">p5.dom</a>
18-
{{#i18n "using-a-library2"}}{{/i18n}}
19-
<a href="{{root}}/reference/#/libraries/p5.sound">p5.sound</a>
20-
{{#i18n "using-a-library3"}}{{/i18n}}</p>
17+
<p>{{#i18n "using-a-library1"}}{{/i18n}}<a
18+
href="{{root}}/reference/#/libraries/p5.sound">p5.sound</a>{{#i18n "using-a-library3"}}{{/i18n}}</p>
2119

2220
<p>{{#i18n "using-a-library4"}}{{/i18n}}</p>
2321
<pre><code class="language-markup">&lt;!doctype html&lt;

src/data/zh-Hans.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,6 @@ libraries:
443443
p5.3D: "WebGL 3D 文字及图像。"
444444
using-a-library-title: "如何使用程式库"
445445
using-a-library1: "p5.js 程式库可以是任何扩展或延伸 p5.js 核心功能的 JavaScript 代码,它们主要分为两种。核心程式库("
446-
using-a-library2: ""
447446
using-a-library3: ")是 p5.js 正式发布组的一部分,而社群贡献程式库是由 p5.js 社群成员持有、开发及维持的。"
448447
using-a-library4: "如果您想在您的绘图内加入任何附加程式库,您只需在 HTML 文件内添加程式库的链接,此链接必须发生在 p5.js 的链接之后。一个 HTML 范例如下:"
449448
create-your-own-title: "制作附加程式库"

0 commit comments

Comments
 (0)