Skip to content

Commit 0991f96

Browse files
committed
🤖 chore: Auto format and add i18n json files
1 parent ff09818 commit 0991f96

14 files changed

+106
-0
lines changed

.prettierrc.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ module.exports = require('@lobehub/lint').prettier;
3131
module.exports = require('@lobehub/lint').prettier;
3232
module.exports = require('@lobehub/lint').prettier;
3333
module.exports = require('@lobehub/lint').prettier;
34+
module.exports = require('@lobehub/lint').prettier;

.remarkrc.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ module.exports = require('@lobehub/lint').remarklint;
3131
module.exports = require('@lobehub/lint').remarklint;
3232
module.exports = require('@lobehub/lint').remarklint;
3333
module.exports = require('@lobehub/lint').remarklint;
34+
module.exports = require('@lobehub/lint').remarklint;

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
- [SEO](#seo)
4444
- [GIF Search](#gif-search)
4545
- [Pollinate drawing](#pollinate-drawing)
46+
- [Web Search](#web-search)
4647
- [TikZJax](#tikzjax)
4748
- [Search Engine](#search-engine)
4849
- [StackOverflow Plus](#stackoverflow-plus)
@@ -225,6 +226,22 @@ Generate images through pollinations.ai
225226

226227
---
227228

229+
### Web Search
230+
231+
<sup>By **[@plugsugar](https://websearch.plugsugar.com/)** on **2024-01-17**</sup>
232+
233+
Search for information from the internet.
234+
235+
`search` `plugsugar`
236+
237+
<div align="right">
238+
239+
[![][back-to-top]](#readme-top)
240+
241+
</div>
242+
243+
---
244+
228245
### TikZJax
229246

230247
<sup>By **[@Arvin Xu](https://github.com/arvinxx/lobe-plugin-tikzjax)** on **2024-01-14**</sup>

README.zh-CN.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
- [SEO](#seo)
4444
- [GIF 搜索](#gif-搜索)
4545
- [授粉绘画](#授粉绘画)
46+
- [网络搜索](#网络搜索)
4647
- [TikZJax](#tikzjax)
4748
- [搜索引擎](#搜索引擎)
4849
- [StackOverflow Plus](#stackoverflow-plus)
@@ -225,6 +226,22 @@
225226

226227
---
227228

229+
### 网络搜索
230+
231+
<sup>By **[@plugsugar](https://websearch.plugsugar.com/)** on **2024-01-17**</sup>
232+
233+
从互联网搜索信息。
234+
235+
`搜索` `plugsugar`
236+
237+
<div align="right">
238+
239+
[![][back-to-top]](#readme-top)
240+
241+
</div>
242+
243+
---
244+
228245
### TikZJax
229246

230247
<sup>By **[@Arvin Xu](https://github.com/arvinxx/lobe-plugin-tikzjax)** on **2024-01-14**</sup>

locales/web_search.de-DE.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"meta": {
3+
"title": "Web Search",
4+
"description": "Suchen Sie nach Informationen aus dem Internet.",
5+
"tags": ["search", "plugsugar"]
6+
}
7+
}

locales/web_search.es-ES.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"meta": {
3+
"title": "Búsqueda web",
4+
"description": "Busca información en internet.",
5+
"tags": ["búsqueda", "plugsugar"]
6+
}
7+
}

locales/web_search.fr-FR.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"meta": {
3+
"title": "Recherche Web",
4+
"description": "Recherchez des informations sur Internet.",
5+
"tags": ["recherche", "plugsugar"]
6+
}
7+
}

locales/web_search.ja-JP.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"meta": {
3+
"title": "Web Search",
4+
"description": "インターネットから情報を検索します。",
5+
"tags": ["search", "plugsugar"]
6+
}
7+
}

locales/web_search.ko-KR.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"meta": {
3+
"title": "웹 검색",
4+
"description": "인터넷에서 정보를 검색합니다.",
5+
"tags": ["검색", "플러그슈가"]
6+
}
7+
}

locales/web_search.pt-BR.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"meta": {
3+
"title": "Pesquisa na Web",
4+
"description": "Busque informações da internet.",
5+
"tags": ["search", "plugsugar"]
6+
}
7+
}

0 commit comments

Comments
 (0)