Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions data/lgtm.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
1 change: 1 addition & 0 deletions src/lib/content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export const CATEGORY_TAGLINES: Record<string, string> = {
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',
Expand Down
1 change: 1 addition & 0 deletions src/lib/lgtm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export const CATEGORY_LABELS: Record<string, string> = {
wholesome: 'Wholesome',
nerd: 'Nerd',
mateo: 'Mateo',
meijin: 'Meijin',
existential: 'Existential',
corporate: 'Corporate',
chaotic: 'Chaotic',
Expand Down