Skip to content

Commit f893876

Browse files
Add string interpolation in ru (#2846)
1 parent 80a950c commit f893876

37 files changed

+539
-127
lines changed

_overviews/scala3-book/string-interpolation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: String Interpolation
33
type: chapter
44
description: This page provides more information about creating strings and using string interpolation.
5-
languages: []
5+
languages: [ru]
66
num: 18
77
previous-page: first-look-at-types
88
next-page: control-structures

_ru/scala3/book/collections-classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ overview-name: "Scala 3 — Book"
77
type: section
88
description: На этой странице представлены общие типы коллекций Scala 3 и некоторые из их методов.
99
language: ru
10-
num: 37
10+
num: 38
1111
previous-page: collections-intro
1212
next-page: collections-methods
1313
---

_ru/scala3/book/collections-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ overview-name: "Scala 3 — Book"
77
type: chapter
88
description: На этой странице представлено введение в общие классы коллекций и их методы в Scala 3.
99
language: ru
10-
num: 36
10+
num: 37
1111
previous-page: packaging-imports
1212
next-page: collections-classes
1313
---

_ru/scala3/book/collections-methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ overview-name: "Scala 3 — Book"
77
type: section
88
description: На этой странице показаны общие методы классов коллекций Scala 3.
99
language: ru
10-
num: 38
10+
num: 39
1111
previous-page: collections-classes
1212
next-page: collections-summary
1313
---

_ru/scala3/book/collections-summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ overview-name: "Scala 3 — Book"
77
type: section
88
description: На этой странице представлен краткий итог главы «Коллекции».
99
language: ru
10-
num: 39
10+
num: 40
1111
previous-page: collections-methods
1212
next-page: fp-intro
1313
---

_ru/scala3/book/control-structures.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ overview-name: "Scala 3 — Book"
77
type: chapter
88
description: На этой странице представлено введение в структуры управления Scala, включая if/then/else, циклы for, выражения for, выражения match, try/catch/finally и циклы while.
99
language: ru
10-
num: 18
11-
previous-page: first-look-at-types
10+
num: 19
11+
previous-page: string-interpolation
1212
next-page: domain-modeling-intro
1313
---
1414

_ru/scala3/book/domain-modeling-fp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ overview-name: "Scala 3 — Book"
77
type: section
88
description: В этой главе представлено введение в моделирование предметной области с использованием ФП в Scala 3.
99
language: ru
10-
num: 22
10+
num: 23
1111
previous-page: domain-modeling-oop
1212
next-page: methods-intro
1313
---

_ru/scala3/book/domain-modeling-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ overview-name: "Scala 3 — Book"
77
type: chapter
88
description: В этой главе показано, как можно моделировать предметную область с помощью Scala 3.
99
language: ru
10-
num: 19
10+
num: 20
1111
previous-page: control-structures
1212
next-page: domain-modeling-tools
1313
---

_ru/scala3/book/domain-modeling-oop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ overview-name: "Scala 3 — Book"
77
type: section
88
description: В этой главе представлено введение в моделирование предметной области с использованием ООП в Scala 3.
99
language: ru
10-
num: 21
10+
num: 22
1111
previous-page: domain-modeling-tools
1212
next-page: domain-modeling-fp
1313
---

_ru/scala3/book/domain-modeling-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ overview-name: "Scala 3 — Book"
77
type: section
88
description: В этой главе представлено введение в доступные инструменты моделирования предметной области в Scala 3, включая классы, трейты, перечисления и многое другое.
99
language: ru
10-
num: 20
10+
num: 21
1111
previous-page: domain-modeling-intro
1212
next-page: domain-modeling-oop
1313
---

0 commit comments

Comments
 (0)