Added IBAN generator stub, Updated some strings

Update iban-generator.yml, ico-maker.yml, and 7 more files...
This commit is contained in:
2025-03-17 03:36:49 +01:00
parent c91430ef62
commit 587157a746
9 changed files with 821 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
applets:
- id: "iban-generator"
resources:
scripts:
- "applet://iban-generator.mjs"
stylesheets:
- "applet://iban-generator.css"

View File

@@ -1,3 +1,11 @@
# EN - Ico Maker
t01: ""
meta.title: "Icon Maker"
meta.description: "..."
enable.expert.mode: "Enable expert mode"
enable.binary.blobs: "Allow binary blobs"
enable.binary.blobs.subtext: "Enables upload and inclusion in final .ico file."

View File

@@ -1,3 +1,11 @@
# FR - Ico Maker
t01: ""
meta.title: "Fabricateur d'icônes"
meta.description: "..."
enable.expert.mode: "Activer le mode expert"
enable.binary.blobs: "Autoriser les blobs binaires"
enable.binary.blobs.subtext: "Active le support et l'inclusion dans le fichier .ico final."

View File

@@ -0,0 +1,31 @@
tools:
- id: "iban-generator"
applet_id: "iban-generator"
metadata:
head:
title_key: "meta.title"
description_key: "meta.description"
opengraph:
title_key: "meta.title"
description_key: "meta.description"
type: null
url: null
image_url: "/resources/NibblePoker/images/tools/iban-generator/main.png"
image_type: null
twitter:
title_key: "meta.title"
description_key: "meta.description"
index:
priority: 100
enable: true
title_key: "meta.title"
preamble_key: "meta.description"
image_url: "/resources/NibblePoker/images/tools/iban-generator/main.png"
image_alt_key: ""
general:
icon: "fa-duotone fa-solid fa-credit-card-front"
title_key: "meta.title"
subtitle_key: "article.subtitle"
tags:
- "undefined"