feat(i18n): Add Korean translation

This commit is contained in:
Dillon
2022-06-30 23:42:45 +08:00
parent 48a3942536
commit f6a48f72ec
5 changed files with 203 additions and 0 deletions

View File

@@ -934,6 +934,7 @@ In `assets/css/_custom.scss`, you can add some css style code to customize the s
| Telugu | `te` | `te` | :(far fa-square fa-fw): | :(far fa-square fa-fw): |
| Indonesian | `id` | `id` | :(far fa-square fa-fw): | :(far fa-square fa-fw): |
| Turkish | `tr` | `tr` | :(far fa-square fa-fw): | :(far fa-check-square fa-fw): |
| Korean | `ko` | `ko` | :(far fa-square fa-fw): | :(far fa-square fa-fw): |
### 4.2 Basic Configuration