Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Turkish-Translation #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions Readme-turkish
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
White, finn ve rework için küçük bir koşullu önemli boşluk işleyicisidir. Verilen bir dosyanın önemli boşluk için zaten işlenip işlenmediğini görmek için gerçekten temel bir kontrol yapar.

Kurulum
Modül npm'de yayınlandı ve şu şekilde yüklenir:

npm install --save white
Testlerimizde kullandığımız işleme motoru olarak finn'i kullanmanız önerilir.

Kullanım
White, finn için bir eklenti olduğundan, önce bir finn örneği kurmamız gerekiyor. Zaten gereken ve kurulu olduğunu varsayıyorum:

'use strict';

var finn = require('finn')()
, whitespace = require('white');
Şimdi bir finn örneğimiz olduğuna göre, white'ı ön işlem olarak atayabiliriz:

finn.pre.use(whitespace);
@import ifadelerini işleyen modülleri kullanıyorsanız, bu dosyaları ön işlemek isteyebilirsiniz, genellikle yönünü dönüştürme yöntemi olarak doğrudan white işlevini sağlayabilirsiniz:

finn.use('import', require('rework-import')({ transform: whitespace }));
Ve işte bu modül hakkında bilmeniz gereken her şey!
6 changes: 6 additions & 0 deletions tea.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# https://tea.xyz/what-is-this-file
---
version: 1.0.0
codeOwners:
- '0xc1220de198DD5F896AcB79FBc3ABb2aCC48501bB'
quorum: 1