Skip to content

Commit e1f7c36

Browse files
authored
Merge pull request pcottle#673 from esinmy/master
Russian translation is supplemented for level intro2.
2 parents 70c1589 + 8fafa9e commit e1f7c36

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/levels/intro/branching.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -972,7 +972,10 @@ exports.level = {
972972
"options": {
973973
"markdowns": [
974974
"Ну что ж, теперь ты готов к работе с ветками. Как только это окно закроется,",
975-
"создай ветку с именем bugFix и переключись на неё"
975+
"создай ветку с именем bugFix и переключись на неё.",
976+
"",
977+
"Кстати вот тебе совет, ты можешь создать новую ветку и переключиться на неё",
978+
"с помощью одной команды: ```git checkout -b [yourbranchname]```.",
976979
]
977980
}
978981
}

0 commit comments

Comments
 (0)