-
-
Notifications
You must be signed in to change notification settings - Fork 94
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
docs: Added the Japanese translation for /reference/configuration #917
Conversation
✅ Deploy Preview for biomejs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
### `files.include` | ||
|
||
Biomeは、これらのパターンに一致するファイルやフォルダのみを処理します。 | ||
Unixシェルスタイルのパターンのリストで指定します。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better to describe as:
Unixシェル形式のパターンリストで指定します。
IMHO. How do you think..?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your review. I also thought that would be better.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I fixed that. c79413e
|
||
### `vcs.useIgnoreFile` | ||
|
||
BiomeがVCSの無視ファイルを使用するかどうかを指定します。`true` に設定すると、Biomeは無視ファイルに指定されたファイルを無視します。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BiomeがVCSの無視ファイルを使用するかどうかを指定します。`true` に設定すると、Biomeは無視ファイルに指定されたファイルを無視します。 | |
BiomeがVCSの除外ファイルを使用するかどうかを指定します。`true` に設定すると、Biomeは除外ファイルに指定されたファイルを無視します。 |
We don't use the word 無視ファイル
AFAIK.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I fixed that. 0b9d86d
### `linter.ignore` | ||
|
||
Biomeのlinterは、パターンに一致するファイルやフォルダを無視します。 | ||
Unixシェルスタイルのパターンのリストで指定します。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here. Unixシェル形式
is better?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I fixed that. c79413e
### `linter.include` | ||
|
||
Biomeのlinterは、これらのパターンに一致するファイルやフォルダのみを処理します。 | ||
Unixシェルスタイルのパターンのリストで指定します。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I fixed that. c79413e
### `formatter.ignore` | ||
|
||
Biomeのformatterは、パターンに一致するファイルやフォルダを無視します。 | ||
Unixシェルスタイルのパターンのリストで指定します。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I fixed that. c79413e
|
||
### `formatter.formatWithErrors` | ||
|
||
構文エラーがあるドキュメントをformatできるようにします。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should use the word フォーマット
as in other document.
ex:
// biome-ignore format: この配列はフォーマットさせない。 |
構文エラーがあるドキュメントをformatできるようにします。 | |
構文エラーがあるドキュメントをフォーマットできるようにします。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for pointing that out. The word フォーマット
is automatically enforced as format
by textlint, so I followed that rule.
However, in this case, the notation フォーマット
is more appropriate. I will fix it. 🫡
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i fixed that. 790d93d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nemuvski
great!!
|
||
### `javascript.formatter.quoteProperties` | ||
|
||
オブジェクト内のプロパティが引用符で囲まれるべき時期を指定します。 `"asNeeded"` または `"preserve"` のいずれかを選択できます。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
オブジェクト内のプロパティが引用符で囲まれるべき時期を指定します。 `"asNeeded"` または `"preserve"` のいずれかを選択できます。 | |
オブジェクト内のプロパティをいつ引用符で囲むかを指定します。 `"asNeeded"` または `"preserve"` のいずれかを選択できます。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I fixed that. 7893f11
|
||
#### Examples | ||
|
||
特定のフォルダ内のJavaScriptファイルのformat動作を変更することができます。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be フォーマット動作
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i fixed that. b223f81
|
||
### `overrides.<ITEM>.ignore` | ||
|
||
Unixシェルスタイルのパターンのリストです。Biomeは、これらのパターンに一致するファイルに対してオーバーライドを適用しません。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unixシェル形式
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I fixed that. c79413e
|
||
### `overrides.<ITEM>.include` | ||
|
||
Unixシェルスタイルのパターンのリストです。Biomeは、これらのパターンに一致するファイルにのみオーバーライドを適用します。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I fixed that. c79413e
@nemuvski |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thank you!
Summary
I added the Japanese translation for the biome configuration page.