From 00a71784cab50ab3a3afc0299ef5f4ac399c98be Mon Sep 17 00:00:00 2001 From: "mr. m" <91018726+mauro-balades@users.noreply.github.com> Date: Sat, 17 May 2025 22:09:35 +0200 Subject: [PATCH] Added studio to the about page --- src/i18n/en/translation.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/i18n/en/translation.json b/src/i18n/en/translation.json index 07f668b..d3b7440 100644 --- a/src/i18n/en/translation.json +++ b/src/i18n/en/translation.json @@ -227,6 +227,11 @@ "name": "Jafeth Garro", "description": "Documentation writer", "link": "https://iamjafeth.com/" + }, + { + "name": "Studio Movie Girl", + "description": "Big contributor with the gradient generator and helped with macOS development on the early days", + "link": "https://github.com/neurokitti" } } }