Skip to content

Commit e9b892a

Browse files
authoredNov 24, 2022
Add structures to functions in ru (#2650)
* Fix orphan translation * Add control-structures.md in russian * Add domain-modeling-intro.md in russian * Add domain-modeling-tools.md in russian * Add domain-modeling-oop.md in russian * Add domain-modeling-fp.md in russian * Add methods-intro.md in russian * Add methods-most.md in russian * Add methods-main-methods.md in russian * Add fun-anonymous-functions.md in russian * Add fun-function-variables.md in russian * Add fun-eta-expansion.md in russian * Add fun-hofs.md in russian * Add fun-write-map-function.md in russian * Add fun-summary.md in russian
1 parent 37333ae commit e9b892a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+5922
-101
lines changed
 

‎_overviews/scala3-book/control-structures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Control Structures
33
type: chapter
44
description: This page provides an introduction to Scala's control structures, including if/then/else, 'for' loops, 'for' expressions, 'match' expressions, try/catch/finally, and 'while' loops.
5-
languages: [zh-cn]
5+
languages: [ru, zh-cn]
66
num: 18
77
previous-page: first-look-at-types
88
next-page: domain-modeling-intro

‎_overviews/scala3-book/domain-modeling-fp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: FP Modeling
33
type: section
44
description: This chapter provides an introduction to FP domain modeling with Scala 3.
5-
languages: [zh-cn]
5+
languages: [ru, zh-cn]
66
num: 22
77
previous-page: domain-modeling-oop
88
next-page: methods-intro

0 commit comments

Comments
 (0)
Please sign in to comment.