Skip to content

Commit 913a876

Browse files
eignnxManishearth
authored andcommitted
Localize testimonials.hbs
1 parent f61e37f commit 913a876

File tree

2 files changed

+43
-15
lines changed

2 files changed

+43
-15
lines changed

locales/en-US/embedded.ftl

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,33 @@ embedded-get-started-embedonomicon-description =
7878
7979
embedded-get-started-read-link = Read
8080
embedded-get-started-more-documentation-link = More Documentation
81+
82+
83+
## Production use (templates/components/what/embedded/testimonials.hbs)
84+
85+
embedded-testimonials-heading = Production use
86+
87+
embedded-testimonials-sensirion-alt = Sensirion logo
88+
embedded-testimonials-sensirion-quote =
89+
At Sensirion we recently used Rust to create an embedded demonstrator for Sensirion’s <a href="https://sensirion-automotive.com/products#PM2_5">Particulate Matter Sensor</a>. Due to the easy cross-compilation and the availability of many high quality crates on crates.io <b>we quickly ended up with a fast and robust demonstrator.</b>
90+
embedded-testimonials-sensirion-attribution =
91+
&ndash; Raphael Nestler, Software Engineer, Sensirion
92+
93+
embedded-testimonials-airborne-alt = Airborne Engineering Ltd logo
94+
embedded-testimonials-airborne-quote =
95+
At Airborne Engineering Ltd. we recently used Rust to write an Ethernet bootloader, <a href="https://github.com/airborneengineering/blethrs">blethrs</a>, for our in-house data acquisition system. <b>Rust is a promising language and we’re excited to use it for our future projects, embedded and otherwise.</b>
96+
embedded-testimonials-airborne-attribution =
97+
&ndash; Dr. Adam Greig, Instrumentation Engineer, Airborne Engineering Ltd.
98+
99+
embedded-testimonials-49nord-alt = 49nord logo
100+
# "Fluent" requires a square bracket which is the first character of a line to be escaped like this: {"["} See https://projectfluent.org/fluent/guide/special.html
101+
embedded-testimonials-49nord-quote =
102+
{"["}Rust] enables us to ship software faster and more correct than we thought possible. Thanks to Rust, we can take memory safety for granted, while other benefits of a zero-overhead language with a sophisticated type system help us develop maintainable software. <b>Rust makes our customers happy, as well as our engineers.</b>
103+
embedded-testimonials-49nord-attribution =
104+
&ndash; Marc Brinkmann, CEO, 49nord
105+
106+
embedded-testimonials-terminal-tech-alt = Terminal Technologies logo
107+
embedded-testimonials-terminal-tech-quote =
108+
<b>We think it’s really cool that we can use a modern nice language in the embedded space</b> where usually there’s no alternative to C/C++
109+
embedded-testimonials-terminal-tech-attribution =
110+
&ndash; Aleksei Arbuzov, Senior Software Engineer, Terminal Technologies

templates/components/what/embedded/testimonials.hbs

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<section id="production" class="white">
22
<div class="w-100 mw-none ph3 mw8-m mw9-l center">
33
<header>
4-
<h2>Production use</h2>
4+
<h2>{{text embedded-testimonials-heading}}</h2>
55
<div class="highlight"></div>
66
</header>
77
<!-- Testimonials section -->
@@ -11,57 +11,55 @@
1111
<div class="testimonial flex-none flex-l">
1212
<div class="w-100 w-30-l tc">
1313
<a href="https://www.sensirion.com/">
14-
<img alt="Sensirion logo" src="/static/images/user-logos/sensirion.png"/>
14+
<img alt="{{text embedded-testimonials-sensirion-alt}}" src="/static/images/user-logos/sensirion.png"/>
1515
</a>
1616
</div>
1717
<div class="w-100 w-70-l" id="sensiron-testimonial">
1818
<blockquote class="lh-title-ns">
19-
At Sensirion we recently used Rust to create an embedded demonstrator for Sensirion’s <a href="https://sensirion-automotive.com/products#PM2_5">Particulate Matter Sensor</a>. Due to the easy cross-compilation and the availability of many high quality crates on crates.io <b>we quickly ended up with a fast and robust demonstrator.</b>
19+
{{text embedded-testimonials-sensirion-quote}}
2020
</blockquote>
21-
<p class="attribution">&ndash; Raphael Nestler, Software Engineer, Sensirion</p>
21+
<p class="attribution">{{text embedded-testimonials-sensirion-attribution}}</p>
2222
</div>
2323
</div>
2424

2525
<div class="testimonial flex-none flex-l">
2626
<div class="w-100 w-70-l" id="greig-testimonial">
2727
<blockquote class="lh-title-ns">
28-
At Airborne Engineering Ltd. we recently used Rust to write an Ethernet bootloader, <a href="https://github.com/airborneengineering/blethrs">blethrs</a>, for our in-house data acquisition system. <b>Rust is a promising language and we’re excited to use it for our future projects, embedded and otherwise.</b>
28+
{{text embedded-testimonials-airborne-quote}}
2929
</blockquote>
30-
<p class="attribution">&ndash; Dr. Adam Greig, Instrumentation Engineer, Airborne Engineering Ltd.</p>
30+
<p class="attribution">{{text embedded-testimonials-airborne-attribution}}</p>
3131
</div>
3232
<div class="w-100 w-30-l tc">
3333
<a href="http://ael.co.uk">
34-
<img alt="Airborne Engineering Ltd logo" src="/static/images/user-logos/ael_logo.png"/>
34+
<img alt="{{text embedded-testimonials-airborne-alt}}" src="/static/images/user-logos/ael_logo.png"/>
3535
</a>
3636
</div>
3737
</div>
3838

3939
<div class="testimonial flex-none flex-l">
4040
<div class="w-100 w-30-l tc">
4141
<a href="https://49nord.de/">
42-
<img alt="49nord logo" src="/static/images/user-logos/49nord.svg"/>
42+
<img alt="{{text embedded-testimonials-49nord-alt}}" src="/static/images/user-logos/49nord.svg"/>
4343
</a>
4444
</div>
4545
<div class="w-100 w-70-l" id="brinkmann-testimonial">
4646
<blockquote class="lh-title-ns">
47-
[Rust] enables us to ship software faster and more correct than we thought possible. Thanks to Rust, we can take memory safety for granted, while other benefits of a zero-overhead language with a sophisticated type system help us develop maintainable software.
48-
49-
<b>Rust makes our customers happy, as well as our engineers.</b>
47+
{{text embedded-testimonials-49nord-quote}}
5048
</blockquote>
51-
<p class="attribution">&ndash; Marc Brinkmann, CEO, 49nord</p>
49+
<p class="attribution">{{text embedded-testimonials-49nord-attribution}}</p>
5250
</div>
5351
</div>
5452

5553
<div class="testimonial flex-none flex-l">
5654
<div class="w-100 w-70-l" id="arbuzov-testimonial">
5755
<blockquote class="lh-title-ns">
58-
<b>We think it’s really cool that we can use a modern nice language in the embedded space</b> where usually there’s no alternative to C/C++
56+
{{text embedded-testimonials-terminal-tech-quote}}
5957
</blockquote>
60-
<p class="attribution">&ndash; Aleksei Arbuzov, Senior Software Engineer, Terminal Technologies</p>
58+
<p class="attribution">{{text embedded-testimonials-terminal-tech-attribution}}</p>
6159
</div>
6260
<div class="w-100 w-30-l tc">
6361
<a href="http://www.termt.eu/">
64-
<img alt="Terminal Technologies logo" src="/static/images/user-logos/terminal-technologies.png"/>
62+
<img alt="{{text embedded-testimonials-terminal-tech-alt}}" src="/static/images/user-logos/terminal-technologies.png"/>
6563
</a>
6664
</div>
6765
</div>

0 commit comments

Comments
 (0)