From 3ab1fc7315af53055a9d11d0c8e2a0c43a9ef24b Mon Sep 17 00:00:00 2001 From: Kristian Lentino <60007558+KristianLentino99@users.noreply.github.com> Date: Thu, 30 Jul 2026 13:49:40 +0200 Subject: [PATCH 1/2] feat: add gayjin mateo and meijin lgtm entries --- data/lgtm.json | 18 ++++++++++++++++++ src/lib/lgtm.ts | 1 + 2 files changed, 19 insertions(+) diff --git a/data/lgtm.json b/data/lgtm.json index c758636..c399485 100644 --- a/data/lgtm.json +++ b/data/lgtm.json @@ -2338,5 +2338,23 @@ "tags": ["mateo", "golombian", "no-context", "classic-mateo"], "created_at": "2026-04-06", "rarity": "legendary" + }, + { + "id": 261, + "meaning": "Looks Gayjin to Mateo", + "category": "mateo", + "description": "Foreign and fabulous. Mateo stamped it before anyone could ask questions.", + "tags": ["mateo", "humor", "classic-mateo"], + "created_at": "2026-07-30", + "rarity": "epic" + }, + { + "id": 262, + "meaning": "Looks Good to Meijin", + "category": "meijin", + "description": "A meijin is a true master. When the master approves, the review is over.", + "tags": ["meijin", "master", "approval"], + "created_at": "2026-07-30", + "rarity": "legendary" } ] diff --git a/src/lib/lgtm.ts b/src/lib/lgtm.ts index 76ec8fc..3da6bed 100644 --- a/src/lib/lgtm.ts +++ b/src/lib/lgtm.ts @@ -34,6 +34,7 @@ export const CATEGORY_LABELS: Record = { wholesome: 'Wholesome', nerd: 'Nerd', mateo: 'Mateo', + meijin: 'Meijin', existential: 'Existential', corporate: 'Corporate', chaotic: 'Chaotic', From 7e2567b426170a64b2210b3e1333a33e3ef71af4 Mon Sep 17 00:00:00 2001 From: Francesco Sardone Date: Thu, 30 Jul 2026 17:51:17 +0200 Subject: [PATCH 2/2] fix: add missing tagline --- src/lib/content.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/content.ts b/src/lib/content.ts index d890bd9..ff86fb3 100644 --- a/src/lib/content.ts +++ b/src/lib/content.ts @@ -4,6 +4,7 @@ export const CATEGORY_TAGLINES: Record = { funny: 'make them laugh', nerd: 'for the nerds', mateo: 'only mateo knows', + meijin: 'master-level approval', chaotic: 'expect the unexpected', wholesome: 'spread the love', sarcastic: 'say it with sarcasm',