Skip to content

Commit 05a1ae4

Browse files
Add "Functional programming" section in russian. (#2651)
Co-authored-by: Dima Kotobotov <[email protected]>
1 parent 9566e2c commit 05a1ae4

26 files changed

+3092
-15
lines changed

_overviews/scala3-book/collections-classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Collections Types
33
type: section
44
description: This page introduces the common Scala 3 collections types and some of their methods.
5-
languages: [zh-cn]
5+
languages: [ru, zh-cn]
66
num: 37
77
previous-page: collections-intro
88
next-page: collections-methods

_overviews/scala3-book/collections-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Scala Collections
33
type: chapter
44
description: This page provides and introduction to the common collections classes and their methods in Scala 3.
5-
languages: [zh-cn]
5+
languages: [ru, zh-cn]
66
num: 36
77
previous-page: packaging-imports
88
next-page: collections-classes

_overviews/scala3-book/collections-methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Collections Methods
33
type: section
44
description: This page demonstrates the common methods on the Scala 3 collections classes.
5-
languages: [zh-cn]
5+
languages: [ru, zh-cn]
66
num: 38
77
previous-page: collections-classes
88
next-page: collections-summary

_overviews/scala3-book/collections-summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Summary
33
type: section
44
description: This page provides a summary of the Collections chapter.
5-
languages: [zh-cn]
5+
languages: [ru, zh-cn]
66
num: 39
77
previous-page: collections-methods
88
next-page: fp-intro

_overviews/scala3-book/fp-functional-error-handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Functional Error Handling
33
type: section
44
description: This section provides an introduction to functional error handling in Scala 3.
5-
languages: [zh-cn]
5+
languages: [ru, zh-cn]
66
num: 45
77
previous-page: fp-functions-are-values
88
next-page: fp-summary

_overviews/scala3-book/fp-functions-are-values.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Functions Are Values
33
type: section
44
description: This section looks at the use of functions as values in functional programming.
5-
languages: [zh-cn]
5+
languages: [ru, zh-cn]
66
num: 44
77
previous-page: fp-pure-functions
88
next-page: fp-functional-error-handling

_overviews/scala3-book/fp-immutable-values.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Immutable Values
33
type: section
44
description: This section looks at the use of immutable values in functional programming.
5-
languages: [zh-cn]
5+
languages: [ru, zh-cn]
66
num: 42
77
previous-page: fp-what-is-fp
88
next-page: fp-pure-functions

_overviews/scala3-book/fp-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Functional Programming
33
type: chapter
44
description: This chapter provides an introduction to functional programming in Scala 3.
5-
languages: [zh-cn]
5+
languages: [ru, zh-cn]
66
num: 40
77
previous-page: collections-summary
88
next-page: fp-what-is-fp

_overviews/scala3-book/fp-pure-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Pure Functions
33
type: section
44
description: This section looks at the use of pure functions in functional programming.
5-
languages: [zh-cn]
5+
languages: [ru, zh-cn]
66
num: 43
77
previous-page: fp-immutable-values
88
next-page: fp-functions-are-values

_overviews/scala3-book/fp-summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Summary
33
type: section
44
description: This section summarizes the previous functional programming sections.
5-
languages: [zh-cn]
5+
languages: [ru, zh-cn]
66
num: 46
77
previous-page: fp-functional-error-handling
88
next-page: types-introduction

0 commit comments

Comments
 (0)