Skip to content

Commit 7f5dd59

Browse files
committed
🤖 chore: Auto format and add i18n json files
1 parent d711f5e commit 7f5dd59

15 files changed

+107
-1
lines changed

.prettierrc.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ module.exports = require('@lobehub/lint').prettier;
2626
module.exports = require('@lobehub/lint').prettier;
2727
module.exports = require('@lobehub/lint').prettier;
2828
module.exports = require('@lobehub/lint').prettier;
29+
module.exports = require('@lobehub/lint').prettier;

.remarkrc.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ module.exports = require('@lobehub/lint').remarklint;
2626
module.exports = require('@lobehub/lint').remarklint;
2727
module.exports = require('@lobehub/lint').remarklint;
2828
module.exports = require('@lobehub/lint').remarklint;
29+
module.exports = require('@lobehub/lint').remarklint;

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
- [weather GPT](#weather-gpt)
3939
- [Ask Your PDF](#ask-your-pdf)
4040
- [Git OSS Stats](#git-oss-stats)
41+
- [Astrodaily](#astrodaily)
4142
- [SEO](#seo)
4243
- [Pollinate drawing](#pollinate-drawing)
4344
- [TikZJax](#tikzjax)
@@ -140,6 +141,22 @@ Dynamically generate and analyze stats and history for OSS repos and developers.
140141

141142
---
142143

144+
### Astrodaily
145+
146+
<sup>By **[@360macky](https://api.360macky.com)** on **2024-01-17**</sup>
147+
148+
Search and discover NASA images.
149+
150+
`nasa` `search` `image`
151+
152+
<div align="right">
153+
154+
[![][back-to-top]](#readme-top)
155+
156+
</div>
157+
158+
---
159+
143160
### SEO
144161

145162
<sup>By **[@Orren Prunckun](https://orrenprunckun.com)** on **2023-12-16**</sup>

README.zh-CN.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
- [天气 GPT](#天气-gpt)
3939
- [AskYouPDF](#askyoupdf)
4040
- [Git OSS Stats](#git-oss-stats)
41+
- [Astrodaily](#astrodaily)
4142
- [SEO](#seo)
4243
- [授粉绘画](#授粉绘画)
4344
- [TikZJax](#tikzjax)
@@ -140,6 +141,22 @@
140141

141142
---
142143

144+
### Astrodaily
145+
146+
<sup>By **[@360macky](https://api.360macky.com)** on **2024-01-17**</sup>
147+
148+
搜索和发现 NASA 图像。
149+
150+
`nasa` `搜索` `图像`
151+
152+
<div align="right">
153+
154+
[![][back-to-top]](#readme-top)
155+
156+
</div>
157+
158+
---
159+
143160
### SEO
144161

145162
<sup>By **[@Orren Prunckun](https://orrenprunckun.com)** on **2023-12-16**</sup>

locales/astrodaily.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": "Astrodaily",
4+
"description": "Suchen und entdecken Sie NASA-Bilder.",
5+
"tags": ["nasa", "suche", "bild"]
6+
}
7+
}

locales/astrodaily.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": "Astrodaily",
4+
"description": "Buscar y descubrir imágenes de la NASA.",
5+
"tags": ["nasa", "buscar", "imagen"]
6+
}
7+
}

locales/astrodaily.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": "Astrodaily",
4+
"description": "Recherchez et découvrez des images de la NASA.",
5+
"tags": ["nasa", "recherche", "image"]
6+
}
7+
}

locales/astrodaily.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": "Astrodaily",
4+
"description": "NASAの画像を検索して発見する。",
5+
"tags": ["nasa", "検索", "画像"]
6+
}
7+
}

locales/astrodaily.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": "Astrodaily",
4+
"description": "NASA 이미지를 검색하고 발견하세요.",
5+
"tags": ["nasa", "검색", "이미지"]
6+
}
7+
}

locales/astrodaily.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": "Astrodaily",
4+
"description": "Pesquise e descubra imagens da NASA.",
5+
"tags": ["nasa", "pesquisa", "imagem"]
6+
}
7+
}

0 commit comments

Comments
 (0)