8000 Merge pull request #922 from srdjanm88/master · qbahers/docs.scala-lang@dfcea39 · GitHub
[go: up one dir, main page]

Skip to content

Commit dfcea39

Browse files
authored
Merge pull request scala#922 from srdjanm88/master
Removed Bosnian translation redirects
2 parents e435c16 + 86176ca commit dfcea39

32 files changed

+0
-32
lines changed

_ba/tour/abstract-types.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ next-page: compound-types
1212
previous-page: inner-classes
1313
prerequisite-knowledge: variance, upper-type-bound
1414

15-
redirect_from: "/tutorials/tour/abstract-types.html"
1615
---
1716

1817
Trejtovi i apstraktne klase mogu imati apstraktne tipove kao članove.

_ba/tour/annotations.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ num: 32
1111
next-page: default-parameter-values
1212
previous-page: by-name-parameters
1313

14-
redirect_from: "/tutorials/tour/annotations.html"
1514
---
1615

1716
Anotacije pridružuju meta-informacije definicijama.

_ba/tour/basics.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ num: 2
1111
next-page: unified-types
1212
previous-page: tour-of-scala
1313

14-
redirect_from: "/tutorials/tour/basics.html"
1514
---
1615

1716
Na ovoj stranici ćemo objasniti osnove Scale.

_ba/tour/by-name-parameters.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ num: 31
1111
next-page: annotations
1212
previous-page: operators
1313

14-
redirect_from: "/tutorials/tour/by-name-parameters.html"
1514
---
1615

1716
_By-name parametri_ (u slobodnom prevodu "po-imenu parametri") se izračunavaju samo kada se koriste.

_ba/tour/case-classes.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ next-page: pattern-matching
1212
previous-page: currying
1313
prerequisite-knowledge: classes, basics, mutability
1414

15-
redirect_from: "/tutorials/tour/case-classes.html"
1615
---
1716

1817
Case klase su kao obične klase s par ključnih razlika.

_ba/tour/classes.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ previous-page: unified-types
1313
topics: classes
1414
prerequisite-knowledge: no-return-keyword, type-declaration-syntax, string-interpolation, procedures
1515

16-
redirect_from: "/tutorials/tour/classes.html"
1716
---
1817

1918
Klase u Scali su šabloni za kreiranje objekata.

_ba/tour/compound-types.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ num: 24
1111
next-page: self-types
1212
previous-page: abstract-types
1313

14-
redirect_from: "/tutorials/tour/compound-types.html"
1514
---
1615

1716
Ponekad je potrebno izraziti da je tip objekta podtip nekoliko drugih tipova.

_ba/tour/currying.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ num: 10
1111
next-page: case-classes
1212
previous-page: nested-functions
1313

14-
redirect_from: "/tutorials/tour/currying.html"
1514
---
1615

1716
Metode mogu definisati više listi parametara.

_ba/tour/default-parameter-values.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ next-page: named-arguments
1212
previous-page: annotations
1313
prerequisite-knowledge: named-arguments, function syntax
1414

15-
redirect_from: "/tutorials/tour/default-parameter-values.html"
1615
---
1716

1817
Scala omogućuje davanje podrazumijevanih vrijednosti parametrima koje dozvoljavaju korisniku metode da izostavi te parametre.

_ba/tour/extractor-objects.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ num: 16
1111
next-page: for-comprehensions
1212
previous-page: regular-expression-patterns
1313

14-
redirect_from: "/tutorials/tour/extractor-objects.html"
1514
---
1615

1716
Ekstraktor objekat je objekat koji ima `unapply` metodu.

0 commit comments

Comments
 (0)
0