@easyops-cn/docusaurus-search-local 0.27.2 → 0.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/dist/locales/vi.json +9 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [0.28.0](https://github.com/easyops-cn/docusaurus-search-local/compare/v0.27.2...v0.28.0) (2022-06-28)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* add locales/vi.json ([#217](https://github.com/easyops-cn/docusaurus-search-local/issues/217)) ([26f9a2a](https://github.com/easyops-cn/docusaurus-search-local/commit/26f9a2aa885cd315254f973f348445a873d98ede))
|
|
11
|
+
|
|
5
12
|
## [0.27.2](https://github.com/easyops-cn/docusaurus-search-local/compare/v0.27.1...v0.27.2) (2022-06-21)
|
|
6
13
|
|
|
7
14
|
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"theme.SearchBar.label": "Tìm",
|
|
3
|
+
"theme.SearchBar.seeAll": "Xem tất cả",
|
|
4
|
+
"theme.SearchBar.noResultsText": "Không tìm thấy",
|
|
5
|
+
"theme.SearchPage.existingResultsTitle": "“{query}” kết quả",
|
|
6
|
+
"theme.SearchPage.emptyResultsTitle": "Không tiêu đề",
|
|
7
|
+
"theme.SearchPage.documentsFound.plurals": "Có {count} kết quả",
|
|
8
|
+
"theme.SearchPage.noResultsText": "Không tìm thấy kết quả nào"
|
|
9
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@easyops-cn/docusaurus-search-local",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.28.0",
|
|
4
4
|
"description": "An offline/local search plugin for Docusaurus v2",
|
|
5
5
|
"repository": "https://github.com/easyops-cn/docusaurus-search-local",
|
|
6
6
|
"homepage": "https://github.com/easyops-cn/docusaurus-search-local",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@types/cheerio": "^0.22.31",
|
|
49
49
|
"@types/debug": "^4.1.5",
|
|
50
50
|
"@types/fs-extra": "^9.0.2",
|
|
51
|
-
"@types/jest": "^
|
|
51
|
+
"@types/jest": "^28.0.0",
|
|
52
52
|
"@types/klaw-sync": "^6.0.0",
|
|
53
53
|
"@types/lunr": "^2.3.3",
|
|
54
54
|
"@types/node": "^17.0.34",
|