Skip to content

Commit 8e16c9a

Browse files
committed
🤖 chore: Auto format and add i18n json files
1 parent 2c24517 commit 8e16c9a

18 files changed

+140
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
- [🚀 How to Submit your Plugin](#-how-to-submit-your-plugin)
3636
- [Step-by-step Instructions](#step-by-step-instructions)
3737
- [🕶 Awesome Plugins](#-awesome-plugins)
38+
- [Current Time Assistant](#current-time-assistant)
3839
- [Shopping tools](#shopping-tools)
3940
- [Filtir](#filtir)
4041
- [SEO Assistant](#seo-assistant)
@@ -136,6 +137,22 @@ If you wish to add a plugin onto the index, make an entry in `plugins` directory
136137

137138
<!-- AWESOME PLUGINS -->
138139

140+
### Current Time Assistant
141+
142+
<sup>By **[@cc](https://github.com/ccdanpian/current-datetime)** on **2024-01-26**</sup>
143+
144+
A plugin to provide current time information
145+
146+
`time`
147+
148+
<div align="right">
149+
150+
[![][back-to-top]](#readme-top)
151+
152+
</div>
153+
154+
---
155+
139156
### Shopping tools
140157

141158
<sup>By **[@shoppingtools](https://shoppingtools.biz)** on **2024-01-25**</sup>

README.zh-CN.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
- [🚀 如何提交您的插件](#-如何提交您的插件)
3636
- [提交步骤](#提交步骤)
3737
- [🕶 Awesome Plugins](#-awesome-plugins)
38+
- [当前时间助手](#当前时间助手)
3839
- [购物工具](#购物工具)
3940
- [Filtir](#filtir)
4041
- [SEO 助手](#seo-助手)
@@ -136,6 +137,22 @@
136137

137138
<!-- AWESOME PLUGINS -->
138139

140+
### 当前时间助手
141+
142+
<sup>By **[@cc](https://github.com/ccdanpian/current-datetime)** on **2024-01-26**</sup>
143+
144+
提供当前时间信息的插件
145+
146+
`时间`
147+
148+
<div align="right">
149+
150+
[![][back-to-top]](#readme-top)
151+
152+
</div>
153+
154+
---
155+
139156
### 购物工具
140157

141158
<sup>By **[@shoppingtools](https://shoppingtools.biz)** on **2024-01-25**</sup>
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+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"meta": {
3+
"title": "Aktuelle Zeit Assistent",
4+
"description": "Ein Plugin zur Bereitstellung von aktuellen Zeitinformationen",
5+
"tags": ["zeit"]
6+
}
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"meta": {
3+
"title": "Asistente de Hora Actual",
4+
"description": "Un complemento para proporcionar información sobre la hora actual",
5+
"tags": ["hora"]
6+
}
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"meta": {
3+
"title": "Assistant de l'heure actuelle",
4+
"description": "Un plugin pour fournir des informations sur l'heure actuelle",
5+
"tags": ["heure"]
6+
}
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"meta": {
3+
"title": "Assistente dell'Orario Attuale",
4+
"description": "Un plugin per fornire informazioni sull'orario attuale",
5+
"tags": ["orario"]
6+
}
7+
}
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+
}
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+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"meta": {
3+
"title": "Huidige Tijd Assistent",
4+
"description": "Een plugin om actuele tijdinformatie te verstrekken",
5+
"tags": ["tijd"]
6+
}
7+
}

0 commit comments

Comments
 (0)