Skip to content

Commit 832cc26

Browse files
committed
update readme
1 parent c3e9e75 commit 832cc26

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,18 @@
1-
# i18next-korean-postposition-processor
1+
# i18next-korean-postposition-processor
2+
3+
i18next post-processor for processing korean postposition - `을/를`, `이/가`, `은/는`, `으로/로`, `과/와`.
4+
5+
This processor can handle korean character or arabic number(without decimal mark).
6+
7+
## Setup
8+
9+
```javascript
10+
import KoreanPostProcessor from 'i18next-korean-postposition-processor';
11+
12+
i18next.use(KoreanPostProcessor);
13+
```
14+
15+
## Translation text
16+
```
17+
{{some_value}}[[를]] 수정했다.
18+
```

0 commit comments

Comments
 (0)