Skip to content
Merged
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
4 changes: 2 additions & 2 deletions apps/landing/src/app/docs/contributing/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Braillify는 모든 오픈소스 기여를 환영합니다.

- **Rust**
- **Python** 3.9 이상
- **Node.js**
- **Node.js(22이상)**
- **pnpm** (Node.js 패키지 매니저)
- **uv** (Python 패키지 매니저)
- **Git**
Expand Down Expand Up @@ -140,4 +140,4 @@ git commit -m "Add feature"
git push origin feature/my-contribution
```

### 5. Pull Request 생성
### 6. Pull Request 생성
4 changes: 2 additions & 2 deletions libs/braillify/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -964,8 +964,8 @@ mod test {
total += 1;
file_total += 1;
let error = format!(
"CSV 레코드를 읽는 중 오류 발생: {:?} at {}",
result, line_num
"CSV 레코드를 읽는 중 오류 발생: {:?} at {} in {}",
result, line_num, filename
);
let record = result.expect(&error);
let input = &record[0];
Expand Down
14 changes: 13 additions & 1 deletion rule_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,21 @@
"title": "59항",
"description": "쌍반점(;)은 ⠰⠆으로 적으며, 앞은 붙여 쓰고 뒤는 한 칸 띄어 쓴다."
},
"rule_60": {
"title": "60항",
"description": "별표(*)와 참고표(※)는 ⠐⠔ 으로 적고, 앞뒤를 한 칸씩 띄어 쓴다."
},
"rule_61": {
"title": "61항",
"description": "아포스트로피(’)는 '으로 적는다."
},
"rule_62": {
"title": "62항",
"description": "상동 기호(〃)는 00으로 적는다."
},
"rule_63": {
"title": "63항",
"description": "긴소리표(ː)는 ⠰⠂으로 적고, 앞뒤를 붙여 쓴다."
"description": "긴소리표(ː)는 ,'으로 적고, 앞뒤를 붙여 쓴다."
},
"sentence": {
"title": "문장",
Expand Down
1 change: 1 addition & 0 deletions test_cases/rule_60.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* 야애: 들에 낀 안개,"""9`>-r""1`i!n`,@q`<3@r", 16200283623162010462903283103518823,⠐⠔⠀⠜⠤⠗⠐⠂⠀⠊⠮⠝⠀⠠⠈⠟⠀⠣⠒⠈⠗⠀
2 changes: 2 additions & 0 deletions test_cases/rule_61.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
’22. 9. 7.,#'bb4`#i4`#g4,604335006010500602750,⠼⠄⠃⠃⠲⠀⠼⠊⠲⠀⠼⠛⠲
’88 서울 올림픽,"#'hh`,s&`u1""o5doa",60419190321447037216213425211,⠼⠄⠓⠓⠀⠠⠎⠯⠀⠥⠂⠐⠕⠢⠙⠕⠁
2 changes: 2 additions & 0 deletions test_cases/rule_62.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
제1 작업실,".n#a`.asb,o1",4029601040114332212, ⠝⠼⠁⠀⠨⠁⠎⠃⠠⠕⠂
제2 〃 ,.n#b`00,402960305252,⠨⠝⠼⠃⠀⠴⠴
2 changes: 1 addition & 1 deletion test_cases/rule_63.csv
Original file line number Diff line number Diff line change
@@ -1 +1 @@
밤ː나무,"^5,ce",243448291713,⠘⠢⠰⠂⠉⠑⠍
밤ː나무,"^5,'cem",243432491713,⠘⠢⠠⠄⠉⠑⠍
Loading