Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit ba0785d

Browse files
committed
change the translation of "firiends".
1 parent a7a90e1 commit ba0785d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ja-JP/friends.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
layout: ja-JP/basic
3-
title: Rustのサポーター · プログラミング言語Rust
3+
title: Rustの友人 · プログラミング言語Rust
44
---
55

66
<div id="users">
77

8-
<h1>Rustのサポーター</h1>
9-
<h2>(Rustをプロダクションで使っている組織)</h2>
8+
<h1>Rustの友人</h1>
9+
<h2>ー Rustをプロダクトに利用している企業・プロジェクト等 ー</h2>
1010

1111
{% for user in site.data.users %}
1212
{% assign mod = forloop.index | minus:1 | modulo:3 %}

ja-JP/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<p class="pitch">
99
<b>Rust</b>は速度、安全性、並行性の3つのゴールにフォーカスしたシステムプログラミング言語です。
1010
<br/>
11-
<b><a href="friends.html">Rustのサポーター</a></b>
11+
<b><a href="friends.html">どんな人達がRustを利用しているか見ますか?</a></b>
1212
</p>
1313
</div>
1414
<div class="col-md-4">

0 commit comments

Comments
 (0)