Skip to content

Commit

Permalink
l10n(ko): New translations from Crowdin (#2335)
Browse files Browse the repository at this point in the history
Co-authored-by: hexo-crowdin[bot] <159447924+hexo-crowdin[bot]@users.noreply.github.com>
  • Loading branch information
hexo-crowdin[bot] authored Feb 11, 2025
1 parent 4ab32bf commit c7f2ba1
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions source/ko/docs/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ Lodash has been removed from global variables since Hexo 5.0.0. [You-Dont-Need-L

### 사이트 변수

| 변수 | 설명 | Type |
| ----------------- | ------- | ------------------------- |
| `site.posts` | 모든 포스트 | `array` of `post` objects |
| `site.pages` | 모든 페이지 | `array` of `page` objects |
| `site.categories` | 모든 카테고리 | `array` of ??? |
| `site.tags` | 모든 태그 | `array` of ??? |
| 변수 | 설명 | Type |
| ----------------- | ------- | ---------------------- |
| `site.posts` | 모든 포스트 | [Query][queryo] object |
| `site.pages` | 모든 페이지 | [Query][queryo] object |
| `site.categories` | 모든 카테고리 | [Query][queryo] object |
| `site.tags` | 모든 태그 | [Query][queryo] object |

### 페이지 변수

Expand Down Expand Up @@ -96,6 +96,8 @@ Lodash has been removed from global variables since Hexo 5.0.0. [You-Dont-Need-L
| ---------- | --- | -------- |
| `page.tag` | 태그명 | `string` |

[queryo]: https://hexojs.github.io/warehouse/classes/query.default.html

[Moment.js]: http://momentjs.com/
[Site Variables]: #Site-Variables
[Page Variables]: #Page-Variables

0 comments on commit c7f2ba1

Please sign in to comment.