Skip to content

Commit 6842fa0

Browse files
Add tools-sbt.md, tools-worksheets.md in ru (#2925)
* Add tools-sbt.md, tools-worksheets.md in ru * Fix the comment.
1 parent 7810d72 commit 6842fa0

File tree

5 files changed

+554
-3
lines changed

5 files changed

+554
-3
lines changed

_overviews/scala3-book/tools-sbt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Building and Testing Scala Projects with sbt
33
type: section
44
description: This section looks at a commonly-used build tool, sbt, and a testing library, ScalaTest.
5-
languages: [zh-cn]
5+
languages: [ru, zh-cn]
66
num: 70
77
previous-page: scala-tools
88
next-page: tools-worksheets

_overviews/scala3-book/tools-worksheets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Worksheets
33
type: section
44
description: This section looks at worksheets, an alternative to Scala projects.
5-
languages: [zh-cn]
5+
languages: [ru, zh-cn]
66
num: 71
77
previous-page: tools-sbt
88
next-page: interacting-with-java

_ru/scala3/book/scala-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: В этой главе рассматриваются два шир
99
language: ru
1010
num: 69
1111
previous-page: concurrency
12-
next-page:
12+
next-page: tools-sbt
1313
---
1414

1515
В этой главе представлены два способа написания и запуска программ в Scala:

0 commit comments

Comments
 (0)