Skip to content

Commit 5370e04

Browse files
committed
translate translate react compiler page
1 parent 997db0e commit 5370e04

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/content/learn/react-compiler.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,15 +124,15 @@ Lütfen derleyicinin hala Beta aşamasında olduğunu ve birçok pürüze sahip
124124

125125
Bu dokümanlara ek olarak, derleyici hakkında daha fazla bilgi ve tartışma için [React Compiler Working Group](https://github.com/reactwg/react-compiler) adresini kontrol etmenizi öneririz.
126126

127-
### Installing eslint-plugin-react-compiler {/*installing-eslint-plugin-react-compiler*/}
127+
### eslint-plugin-react-compiler'ı yükleme {/*installing-eslint-plugin-react-compiler*/}
128128

129-
React Compiler also powers an ESLint plugin. The ESLint plugin can be used **independently** of the compiler, meaning you can use the ESLint plugin even if you don't use the compiler.
129+
React Compiler ayrıca bir ESLint eklentisine de güç verir. ESLint eklentisi derleyiciden **bağımsız** olarak kullanılabilir, yani derleyiciyi kullanmasanız bile ESLint eklentisini kullanabilirsiniz.
130130

131131
<TerminalBlock>
132132
npm install -D eslint-plugin-react-compiler@beta
133133
</TerminalBlock>
134134

135-
Then, add it to your ESLint config:
135+
Ardından, ESLint yapılandırmanıza ekleyin:
136136

137137
```js
138138
import reactCompiler from 'eslint-plugin-react-compiler'

0 commit comments

Comments
 (0)