From 591decb0d97b635e86250eecc83b500cafd910f3 Mon Sep 17 00:00:00 2001 From: RgnDunes Date: Fri, 4 Oct 2024 13:18:53 +0530 Subject: [PATCH 1/2] add i18nify in repos json --- src/repos.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/repos.json b/src/repos.json index 2d8cf25..2592ff6 100644 --- a/src/repos.json +++ b/src/repos.json @@ -467,6 +467,15 @@ "forks": 0, "description": "Sync secrets from Credstash table to Kubernetes secret", "language": "Python" + }, + { + "html_url": "https://github.com/razorpay/i18nify", + "name": "i18nify", + "categories": ["SDKs"], + "stargazers_count": 15, + "forks": 3, + "description": "🌐 One stop javascript solution for all your internationalisation needs.", + "language": "JavaScript" } ] } From 89b466a1eb1b462eb1e66efd104bfc6b6924b9e1 Mon Sep 17 00:00:00 2001 From: RgnDunes Date: Fri, 4 Oct 2024 13:21:20 +0530 Subject: [PATCH 2/2] modify categories key --- src/repos.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/repos.json b/src/repos.json index 2592ff6..37b9511 100644 --- a/src/repos.json +++ b/src/repos.json @@ -471,7 +471,7 @@ { "html_url": "https://github.com/razorpay/i18nify", "name": "i18nify", - "categories": ["SDKs"], + "categories": ["Hacktoberfest"], "stargazers_count": 15, "forks": 3, "description": "🌐 One stop javascript solution for all your internationalisation needs.",