Skip to content

Commit

Permalink
l10n(th): New translations from Crowdin
Browse files Browse the repository at this point in the history
  • Loading branch information
hexo-crowdin[bot] committed Feb 10, 2025
1 parent ad1122d commit de78c46
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions source/th/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

### Site Variables

| Variable | Description | Type |
| ----------------- | -------------- | ------------------------- |
| `site.posts` | All posts | `array` of `post` objects |
| `site.pages` | All pages | `array` of `page` objects |
| `site.categories` | All categories | `array` of ??? |
| `site.tags` | All tags | `array` of ??? |
| Variable | Description | Type |
| ----------------- | -------------- | ---------------------- |
| `site.posts` | All posts | [Query][queryo] object |
| `site.pages` | All pages | [Query][queryo] object |
| `site.categories` | All categories | [Query][queryo] object |
| `site.tags` | All tags | [Query][queryo] object |

### Page Variables

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` | Tag name | `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 de78c46

Please sign in to comment.