Update translations of CONTRIBUTING.md (#4371)
* Update translationa about Nyaize * Update translation about description of source code * Fix translation
This commit is contained in:
parent
e27c4bf1b9
commit
010d3f8281
1 changed files with 11 additions and 11 deletions
|
@ -40,10 +40,10 @@ Stands for _**M**iss**k**ey_.
|
|||
Stands for _**S**ervice**W**orker_.
|
||||
|
||||
### Nyaize
|
||||
な を にゃ にすること
|
||||
Convert な(na) to にゃ(nya)
|
||||
|
||||
#### Denyaize
|
||||
Nyaizeを解除すること
|
||||
Revert Nyaize
|
||||
|
||||
## Code style
|
||||
### Don't use `export default`
|
||||
|
@ -59,16 +59,16 @@ export function something(foo: string): string {
|
|||
|
||||
## Directory structure
|
||||
```
|
||||
src ... ソースコード
|
||||
@types ... 外部ライブラリなどの型定義
|
||||
prelude ... Misskeyに関係ないかつ副作用なし
|
||||
misc ... 副作用なしのユーティリティ処理
|
||||
service ... 副作用ありの共通処理
|
||||
queue ... ジョブキューとジョブ
|
||||
server ... Webサーバー
|
||||
client ... クライアント
|
||||
src ... Source code
|
||||
@types ... Type definitions
|
||||
prelude ... Independence utils for coding JavaScript without side effects
|
||||
misc ... Independence utils for Misskey without side effects
|
||||
service ... Common functions with side effects
|
||||
queue ... Job queues and Jobs
|
||||
server ... Web Server
|
||||
client ... Client
|
||||
mfm ... MFM
|
||||
|
||||
test ... テスト
|
||||
test ... Test code
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue