Skip to content

Commit ebc2f03

Browse files
committed
Add whitespace in en.yml and hi.yml
Signed-off-by: Akhil Raj <[email protected]>
1 parent da0eabb commit ebc2f03

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

i18n-tracking.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
es:
22
src/data/en.yml:
3+
line 980: ' contributors conferences held at the '
34
line 1642: ' teach-case1-title'
45
line 1643: ' teach-case1-lead-name'
56
line 1644: ' teach-case1-image-alt'
@@ -881,7 +882,6 @@ es:
881882
line 977: ' color-transparency-p3x1'
882883
line 978: ' Alpha values also range from 0 to 255, with 0 being completely transparent'
883884
line 979: ' (i.e., 0% opaque) and 255 completely opaque (i.e., 100% opaque).'
884-
line 980: ' color-custom-ranges-title'
885885
line 981: ' color-custom-ranges-p1x1'
886886
line 982: ' RGB color with ranges of 0 to 255 is not the only way you can handle color'
887887
line 983: ' in p5.js, in fact, it allows us to think about color any way we like. For'
@@ -2281,8 +2281,10 @@ hi:
22812281
line 2101: ' teach-workshop2-time'
22822282
line 2102: ' teach-workshop3-title'
22832283
line 2103: ' teach-workshop3-time'
2284+
line 980: ' contributors conferences held at the '
22842285
ko:
22852286
src/data/en.yml:
2287+
line 980: ' contributors conferences held at the '
22862288
line 1642: ' teach-case1-title'
22872289
line 1643: ' teach-case1-lead-name'
22882290
line 1644: ' teach-case1-image-alt'
@@ -3164,7 +3166,6 @@ ko:
31643166
line 977: ' color-transparency-p3x1'
31653167
line 978: ' Alpha values also range from 0 to 255, with 0 being completely transparent'
31663168
line 979: ' (i.e., 0% opaque) and 255 completely opaque (i.e., 100% opaque).'
3167-
line 980: ' color-custom-ranges-title'
31683169
line 981: ' color-custom-ranges-p1x1'
31693170
line 982: ' RGB color with ranges of 0 to 255 is not the only way you can handle color'
31703171
line 983: ' in p5.js, in fact, it allows us to think about color any way we like. For'
@@ -4248,6 +4249,7 @@ ko:
42484249
line 1998: ' teach-case21-content5'
42494250
zh-Hans:
42504251
src/data/en.yml:
4252+
line 980: ' contributors conferences held at the '
42514253
line 1642: ' teach-case1-title'
42524254
line 1643: ' teach-case1-lead-name'
42534255
line 1644: ' teach-case1-image-alt'
@@ -5129,7 +5131,6 @@ zh-Hans:
51295131
line 977: ' color-transparency-p3x1'
51305132
line 978: ' Alpha values also range from 0 to 255, with 0 being completely transparent'
51315133
line 979: ' (i.e., 0% opaque) and 255 completely opaque (i.e., 100% opaque).'
5132-
line 980: ' color-custom-ranges-title'
51335134
line 981: ' color-custom-ranges-p1x1'
51345135
line 982: ' RGB color with ranges of 0 to 255 is not the only way you can handle color'
51355136
line 983: ' in p5.js, in fact, it allows us to think about color any way we like. For'

src/data/en.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,7 @@ community:
976976
contributors-conference-title: p5.js Contributors Conference
977977
contributors-conference1: >-
978978
While most work happens online, we also convene IRL. We've had two
979-
contributors conferences held at the
979+
contributors conferences held at the
980980
contributors-conference2: >-
981981
at Carnegie Mellon University in Pittsburgh, PA. Artists, designers,
982982
developers, educators, and got together to advance the p5.js project.

src/data/hi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -975,7 +975,7 @@ community:
975975
contributors-conference-title: p5.js योगदानकर्ता सम्मेलन
976976
contributors-conference1: >-
977977
जबकि अधिकांश कार्य ऑनलाइन होते है, हम IRL भी आयोजित करते हैं। हमने
978-
पिट्सबर्ग, पेंसिल्वेनिया में
978+
पिट्सबर्ग, पेंसिल्वेनिया में
979979
contributors-conference2: >-
980980
कार्नेगी मेलन विश्वविद्यालय में योगदानकर्ताओं के दो सम्मेलन आयोजित किए।
981981
कलाकार, डिजाइनर, डेवलपर्स, शिक्षक p5.js परियोजना को आगे बढ़ाने के लिए एक साथ

src/templates/pages/community/index.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ slug: community/
7070
</ul>
7171

7272
<h2>{{#i18n "contributors-conference-title"}}{{/i18n}}</h2>
73-
<p>{{#i18n "contributors-conference1"}}{{/i18n}} <a href="http://studioforcreativeinquiry.org">Frank-Ratchye STUDIO for Creative Inquiry</a> {{#i18n "contributors-conference2"}}{{/i18n}}
73+
<p>{{#i18n "contributors-conference1"}}{{/i18n}}<a href="http://studioforcreativeinquiry.org">Frank-Ratchye STUDIO for Creative Inquiry</a> {{#i18n "contributors-conference2"}}{{/i18n}}
7474
</p>
7575
<h2 id="conferences" class="sr-only">Past Conferences</h2>
7676
<ul aria-labelledby="conferences" class="list_view bullets">

0 commit comments

Comments
 (0)