Skip to content

Commit 75e2311

Browse files
Added Russian to about pages, some minor fixes
1 parent 9773eb1 commit 75e2311

8 files changed

Lines changed: 11 additions & 8 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
build/*
22
.bundle
33
.idea
4+
.ruby-version
5+
.sass-cache

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
33
gem "opal", "~> 0.11.4"
44
gem "opal-sprockets"
55
gem "opal-jquery"
6-
gem "middleman"
6+
gem "middleman" # 4.3 gives error on sass, wait till sprockets 4 is available
77
gem "middleman-livereload"
88
gem "middleman-syntax"
99
gem "middleman-sprockets"

build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit d82067f12e1ec79945ab8c3d2b00daf414e0a8ea
1+
Subproject commit 6dd18d3e4eb39b8284ef93ec427ab02143adc9ff

source/about.html.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ and uses <a href="http://glyphicons.com/" target="_blank">Gyphicons</a>.
4242
Spanish translation by _Jesus Gabriel y Galan_ & _Pablo García_
4343
Brazilian Portuguese translation by _Ricardo da Verdade Silva_
4444
Dutch translation by _Ivo Herweijer_
45-
Japanese translation by _Koji Shimada_ & _Masayoshi Takahashi_
45+
Japanese translation by _Koji Shimada_ & _Masayoshi Takahashi_
46+
Russian translation by _Alexander Nikolaev_
4647

4748
### Privacy
4849

source/articles/2015-01-01-try-ruby-version-4.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ I had to make some alterations to the TryRuby lesson content. Also updated some
3939
- Removed mousehole stuff
4040
- Improved the feedback given to the user based on the program's output a bit
4141
- Added support for lesson content in multiple languages. The Spanish, Brazilian Portuguese,
42-
Japanese and Dutch translations are available.
42+
Japanese, Russian and Dutch translations are available.
4343
__If YOU would like to add a translation to TryRuby you are most welcome !__
4444
- Added explanation of if/else statements
4545
- Changed the subject of the "Class" tutorials from building a blog (so last decade) to making an

source/try_ruby_ru.json

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

translations/en/try_ruby_550.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
lang: EN
33
title: It's All About Combining
4-
answer: :-|
4+
answer: :-
55
ok: Moody!
66
error:
77
load: prev

translations/ru/try_ruby_480.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
lang:
2+
lang: RU
33
title: Аксессоры это обособленные элементы
44
answer: Blurb:
55
ok: Мой первый Blurb

0 commit comments

Comments
 (0)