Skip to content

Commit

Permalink
🐛 fix: fix identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Dec 16, 2023
1 parent afe2b12 commit 43a5b96
Show file tree
Hide file tree
Showing 14 changed files with 87 additions and 3 deletions.
7 changes: 7 additions & 0 deletions locales/seo.de-DE.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"meta": {
"title": "SEO",
"description": "Geben Sie eine URL und ein Schlüsselwort ein und erhalten Sie eine On-Page-SEO-Analyse und Einblicke!",
"tags": ["seo"]
}
}
7 changes: 7 additions & 0 deletions locales/seo.es-ES.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"meta": {
"title": "SEO",
"description": "¡Introduce cualquier URL y palabra clave y obtén un análisis e información de SEO On-Page!",
"tags": ["seo"]
}
}
7 changes: 7 additions & 0 deletions locales/seo.fr-FR.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"meta": {
"title": "SEO",
"description": "Entrez n'importe quelle URL et mot-clé et obtenez une analyse SEO On-Page et des insights!",
"tags": ["seo"]
}
}
7 changes: 7 additions & 0 deletions locales/seo.ja-JP.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"meta": {
"title": "SEO",
"description": "任意のURLとキーワードを入力して、オンページSEOの分析と洞察を得ることができます!",
"tags": ["seo"]
}
}
7 changes: 7 additions & 0 deletions locales/seo.ko-KR.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"meta": {
"title": "SEO",
"description": "URL 및 키워드를 입력하고 On-Page SEO 분석 및 통찰력을 얻으세요!",
"tags": ["seo"]
}
}
7 changes: 7 additions & 0 deletions locales/seo.pt-BR.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"meta": {
"title": "SEO",
"description": "Insira qualquer URL e palavra-chave e obtenha uma análise e insights de SEO On-Page!",
"tags": ["seo"]
}
}
7 changes: 7 additions & 0 deletions locales/seo.ru-RU.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"meta": {
"title": "SEO",
"description": "Введите любой URL и ключевое слово, и получите анализ и инсайты по SEO на странице!",
"tags": ["seo"]
}
}
7 changes: 7 additions & 0 deletions locales/seo.tr-TR.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"meta": {
"title": "SEO",
"description": "Herhangi bir URL'yi girin ve anahtar kelime alın ve On-Page SEO analizi ve içgörüler elde edin!",
"tags": ["seo"]
}
}
7 changes: 7 additions & 0 deletions locales/seo.zh-CN.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"meta": {
"title": "SEO",
"description": "输入任何URL和关键词,获取页面SEO分析和见解!",
"tags": ["seo"]
}
}
7 changes: 7 additions & 0 deletions locales/seo.zh-TW.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"meta": {
"title": "SEO",
"description": "輸入任何網址和關鍵字,並獲得頁面 SEO 分析和見解!",
"tags": ["seo"]
}
}
2 changes: 1 addition & 1 deletion locales/weather-gpt.zh-TW.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"meta": {
"title": "天氣 GPT",
"description": "獲取特定位置的當前天氣信息",
"description": "取得特定位置的即時天氣資訊",
"tags": ["天氣"]
}
}
14 changes: 14 additions & 0 deletions plugins/seo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"author": "Orren Prunckun",
"createdAt": "2023-12-16",
"homepage": "https://orrenprunckun.com",
"identifier": "seo",
"manifest": "https://openai-collections.chat-plugin.lobehub.com/seo/manifest.json",
"meta": {
"avatar": "https://seo-plugin.orrenprunckun.com/icon.png",
"tags": ["seo"],
"title": "SEO",
"description": "Enter any URL and keyword and get an On-Page SEO analysis & insights!"
},
"schemaVersion": 1
}
2 changes: 1 addition & 1 deletion plugins/weather-gpt.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Steven Tey",
"createdAt": "2023-12-16",
"homepage": "https://github.com/steven-tey/weathergpt",
"identifier": "weather-gpt",
"identifier": "WeatherGPT",
"manifest": "https://weathergpt.vercel.app/.well-known/ai-plugin.json",
"meta": {
"avatar": "https://weathergpt.vercel.app/logo.png",
Expand Down
2 changes: 1 addition & 1 deletion scripts/format.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const formatJSON = async (fileName, checkType) => {

if (checkType) {
plugin = formatAndCheckSchema(plugin);
plugin.identifier = kebabCase(plugin.identifier);

if (plugin?.meta?.tags?.length > 0) {
plugin.meta.tags = plugin.meta.tags.map((tag) => kebabCase(tag));
}
Expand Down

0 comments on commit 43a5b96

Please sign in to comment.