Skip to content
Snippets Groups Projects
Commit 010d3f82 authored by Big Buddha's avatar Big Buddha Committed by syuilo
Browse files

Update translations of CONTRIBUTING.md (#4371)

* Update translationa about Nyaize

* Update translation about description of source code

* Fix translation
parent e27c4bf1
No related branches found
No related tags found
No related merge requests found
......@@ -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
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment