From 2eec97ec3adfa405b961c0b7ce55034ce5330a73 Mon Sep 17 00:00:00 2001 From: Thijmen Dam Date: Tue, 3 Jan 2023 16:20:11 +0100 Subject: [PATCH 1/4] Updated `applications.json` to include BarTranslate. --- applications.json | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/applications.json b/applications.json index 0a29163c..0f719b09 100644 --- a/applications.json +++ b/applications.json @@ -1,6 +1,23 @@ { "applications": [ - { + { + "short_description": "A handy menubar translator app using Google Translate.", + "categories": [ + "menubar" + ], + "repo_url": "https://github.com/ThijmenDam/BarTranslate", + "title": "BarTranslate", + "icon_url": "https://github.com/ThijmenDam/BarTranslate/raw/master/assets/BarTranslateIcon%402x.png", + "screenshots": [ + "https://thijmendam.github.io/BarTranslate/assets/images/interface-snapshot.png", + "https://thijmendam.github.io/BarTranslate/assets/images/interface-snapshot.png" + ], + "official_site": "https://thijmendam.github.io/BarTranslate/", + "languages": [ + "typescript" + ] + }, + { "short_description": "Keka is a full featured file archiver, as easy as it can be.", "categories": [ "utilities" @@ -9493,7 +9510,7 @@ "languages": [ "javascript" ] - }, + }, { "short_description": "Modern open-source code editor for HTML, CSS and JavaScript that's built in HTML, CSS and JavaScript.", "categories": [ @@ -9608,7 +9625,7 @@ "languages": [ "rust" ] - }, + }, { "short_description": "Widelands is a free, open source real-time strategy game with singleplayer campaigns and a multiplayer mode. The game was inspired by Settlers II™ (© Bluebyte) but has significantly more variety and depth to it.", "categories": [ From e5eb1cf8e758dd014db7ccd5f467d998679dd96e Mon Sep 17 00:00:00 2001 From: thijmendam Date: Sun, 12 Mar 2023 23:21:54 +0100 Subject: [PATCH 2/4] Updated BarTranslate description --- applications.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications.json b/applications.json index 0f719b09..12341d55 100644 --- a/applications.json +++ b/applications.json @@ -1,7 +1,7 @@ { "applications": [ { - "short_description": "A handy menubar translator app using Google Translate.", + "short_description": "A handy menu bar translator app that supports DeepL and Google Translate.", "categories": [ "menubar" ], From 76daffb4d5aed77e016027628f1452675153c53c Mon Sep 17 00:00:00 2001 From: thijmendam Date: Sun, 12 Mar 2023 23:23:28 +0100 Subject: [PATCH 3/4] Updated BarTranslate screenshot --- applications.json | 1 - 1 file changed, 1 deletion(-) diff --git a/applications.json b/applications.json index 12341d55..c951058b 100644 --- a/applications.json +++ b/applications.json @@ -9,7 +9,6 @@ "title": "BarTranslate", "icon_url": "https://github.com/ThijmenDam/BarTranslate/raw/master/assets/BarTranslateIcon%402x.png", "screenshots": [ - "https://thijmendam.github.io/BarTranslate/assets/images/interface-snapshot.png", "https://thijmendam.github.io/BarTranslate/assets/images/interface-snapshot.png" ], "official_site": "https://thijmendam.github.io/BarTranslate/", From 71d2a0f595bedbd64445b082b694ccd4973500d8 Mon Sep 17 00:00:00 2001 From: thijmendam Date: Sun, 12 Mar 2023 23:30:52 +0100 Subject: [PATCH 4/4] Updated BarTranslate icon --- applications.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications.json b/applications.json index c951058b..09351260 100644 --- a/applications.json +++ b/applications.json @@ -7,7 +7,7 @@ ], "repo_url": "https://github.com/ThijmenDam/BarTranslate", "title": "BarTranslate", - "icon_url": "https://github.com/ThijmenDam/BarTranslate/raw/master/assets/BarTranslateIcon%402x.png", + "icon_url": "https://raw.githubusercontent.com/ThijmenDam/BarTranslate/master/assets/BarTranslateIcon.png", "screenshots": [ "https://thijmendam.github.io/BarTranslate/assets/images/interface-snapshot.png" ],