Skip to content

Commit 3af73a8

Browse files
committed
translate legacy context api section
1 parent 3070b3b commit 3af73a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/docs/strict-mode.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,10 @@ Strict yöntemi, yan etkileri otomatik olarak tespit edemez ancak onları daha b
117117

118118
Strict yöntemi, `constructor` gibi metodları kasıtlı olarak iki kere çağırarak, bu gibi desenlerin fark edilmesini sağlar.
119119

120-
### Detecting legacy context API {#detecting-legacy-context-api}
120+
### Eski context API tespit etme {#detecting-legacy-context-api}
121121

122-
The legacy context API is error-prone, and will be removed in a future major version. It still works for all 16.x releases but will show this warning message in strict mode:
122+
Eski context API hataya açıktır ve gelecekteki bir ana sürümde kaldırılacaktır. Hala tüm 16.x sürümleri için çalışır, ancak strict yönteminde şubu uyarı mesajını gösterecektir:
123123

124124
![](../images/blog/warn-legacy-context-in-strict-mode.png)
125125

126-
Read the [new context API documentation](/docs/context.html) to help migrate to the new version.
126+
Yeni sürüme geçmeye yardımcı olması için [yeni context API](/docs/context.html) dökümanını okuyun.

0 commit comments

Comments
 (0)