Skip to content

Translate ruby-from-other-languages(ja) #1359

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 6, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1150,9 +1150,9 @@ locales:
quickstart:
text: 20分ではじめるRuby
url: /ja/documentation/quickstart/
# ruby_from_other_languages:
# text: Ruby from Other Languages
# url: /ja/documentation/ruby-from-other-languages/
ruby_from_other_languages:
text: 他言語からのRuby入門
url: /ja/documentation/ruby-from-other-languages/
explore:
text: <strong>探求しよう</strong>
documentation:
Expand Down
2 changes: 2 additions & 0 deletions ja/documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ lang: ja
[20分ではじめるRuby](/ja/documentation/quickstart/)
: Rubyの基本をカバーしている便利なチュートリアルです。始めから終わりまで読んでも20分かからないでしょう。

[他言語からのRuby入門](/ja/documentation/ruby-from-other-languages/)
: 他の言語からRubyにやってきましたか?C、C++、Java、Perl、PHP、Pythonといった言語から来たのであれば、この記事が役に立つはずです!

### リファレンス

Expand Down
Loading