Skip to content

Commit

Permalink
Add string interpolation in ru (#2846)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemkorsakov committed Jul 3, 2023
1 parent 80a950c commit f893876
Show file tree
Hide file tree
Showing 37 changed files with 539 additions and 127 deletions.
2 changes: 1 addition & 1 deletion _overviews/scala3-book/string-interpolation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: String Interpolation
type: chapter
description: This page provides more information about creating strings and using string interpolation.
languages: []
languages: [ru]
num: 18
previous-page: first-look-at-types
next-page: control-structures
Expand Down
2 changes: 1 addition & 1 deletion _ru/scala3/book/collections-classes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ overview-name: "Scala 3 — Book"
type: section
description: На этой странице представлены общие типы коллекций Scala 3 и некоторые из их методов.
language: ru
num: 37
num: 38
previous-page: collections-intro
next-page: collections-methods
---
Expand Down
2 changes: 1 addition & 1 deletion _ru/scala3/book/collections-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ overview-name: "Scala 3 — Book"
type: chapter
description: На этой странице представлено введение в общие классы коллекций и их методы в Scala 3.
language: ru
num: 36
num: 37
previous-page: packaging-imports
next-page: collections-classes
---
Expand Down
2 changes: 1 addition & 1 deletion _ru/scala3/book/collections-methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ overview-name: "Scala 3 — Book"
type: section
description: На этой странице показаны общие методы классов коллекций Scala 3.
language: ru
num: 38
num: 39
previous-page: collections-classes
next-page: collections-summary
---
Expand Down
2 changes: 1 addition & 1 deletion _ru/scala3/book/collections-summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ overview-name: "Scala 3 — Book"
type: section
description: На этой странице представлен краткий итог главы «Коллекции».
language: ru
num: 39
num: 40
previous-page: collections-methods
next-page: fp-intro
---
Expand Down
4 changes: 2 additions & 2 deletions _ru/scala3/book/control-structures.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ overview-name: "Scala 3 — Book"
type: chapter
description: На этой странице представлено введение в структуры управления Scala, включая if/then/else, циклы for, выражения for, выражения match, try/catch/finally и циклы while.
language: ru
num: 18
previous-page: first-look-at-types
num: 19
previous-page: string-interpolation
next-page: domain-modeling-intro
---

Expand Down
2 changes: 1 addition & 1 deletion _ru/scala3/book/domain-modeling-fp.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ overview-name: "Scala 3 — Book"
type: section
description: В этой главе представлено введение в моделирование предметной области с использованием ФП в Scala 3.
language: ru
num: 22
num: 23
previous-page: domain-modeling-oop
next-page: methods-intro
---
Expand Down
2 changes: 1 addition & 1 deletion _ru/scala3/book/domain-modeling-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ overview-name: "Scala 3 — Book"
type: chapter
description: В этой главе показано, как можно моделировать предметную область с помощью Scala 3.
language: ru
num: 19
num: 20
previous-page: control-structures
next-page: domain-modeling-tools
---
Expand Down
2 changes: 1 addition & 1 deletion _ru/scala3/book/domain-modeling-oop.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ overview-name: "Scala 3 — Book"
type: section
description: В этой главе представлено введение в моделирование предметной области с использованием ООП в Scala 3.
language: ru
num: 21
num: 22
previous-page: domain-modeling-tools
next-page: domain-modeling-fp
---
Expand Down
2 changes: 1 addition & 1 deletion _ru/scala3/book/domain-modeling-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ overview-name: "Scala 3 — Book"
type: section
description: В этой главе представлено введение в доступные инструменты моделирования предметной области в Scala 3, включая классы, трейты, перечисления и многое другое.
language: ru
num: 20
num: 21
previous-page: domain-modeling-intro
next-page: domain-modeling-oop
---
Expand Down
Loading

0 comments on commit f893876

Please sign in to comment.