Skip to content

Commit 2e036e6

Browse files
committed
add translator & fix ext tags
1 parent 41948d5 commit 2e036e6

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

src/lib/libraries/extensions/index.jsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,7 @@ const menuItems = [
540540
{
541541
name: 'Odd Messages',
542542
extensionId: 'oddMessage',
543+
tags: ['penguinmod'],
543544
iconURL: silvxrcatOddMessagesExtensionIcon,
544545
description: 'For logging and variable utilization.',
545546
featured: true,
@@ -640,7 +641,7 @@ const menuItems = [
640641
},
641642
{
642643
name: 'Printing',
643-
tags: ['penguinmod'],
644+
tags: ['penguinmod', 'hardware'],
644645
extensionId: 'sharkpoolPrinting',
645646
iconURL: sharkpoolPrintingIcon,
646647
description: 'Allows you to show a dialog for printing text, images, and custom HTML to a printer.',
@@ -1037,7 +1038,7 @@ if (IsLocal || IsLiveTests) {
10371038
name: 'Easy Save',
10381039
extensionId: 'jgEasySave',
10391040
iconURL: defaultExtensionIcon,
1040-
tags: ['penguinmod'],
1041+
tags: ['penguinmod', 'datamgmt'],
10411042
description: 'Save variables, lists and extra info to a file, then load those things back in.',
10421043
featured: true
10431044
},

src/playground/credits/users.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,11 @@ const pmTranslators = [
325325
image: `https://trampoline.turbowarp.org/avatars/by-username/lem0n0fficial`,
326326
href: "https://penguinmod.com/profile?user=lem0n0fficial",
327327
},
328+
{
329+
text: 'Oldcoinmania',
330+
image: `https://trampoline.turbowarp.org/avatars/by-username/Oldcoinmania`,
331+
href: "https://penguinmod.com/profile?user=Oldcoinmania",
332+
},
328333
];
329334

330335
const logoArtists = Promise.all([

0 commit comments

Comments
 (0)