From de78c46b06018874f87ceb48753bc3b098717458 Mon Sep 17 00:00:00 2001 From: "hexo-crowdin[bot]" <159447924+hexo-crowdin[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 01:12:24 +0000 Subject: [PATCH] l10n(th): New translations from Crowdin --- source/th/docs/variables.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/source/th/docs/variables.md b/source/th/docs/variables.md index c02431c139..e2f54f12f3 100644 --- a/source/th/docs/variables.md +++ b/source/th/docs/variables.md @@ -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 @@ -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