Added IBAN generator stub, Updated some strings
Update iban-generator.yml, ico-maker.yml, and 7 more files...
This commit is contained in:
7
data/applets/iban-generator.yml
Normal file
7
data/applets/iban-generator.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
applets:
|
||||
- id: "iban-generator"
|
||||
resources:
|
||||
scripts:
|
||||
- "applet://iban-generator.mjs"
|
||||
stylesheets:
|
||||
- "applet://iban-generator.css"
|
@@ -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."
|
||||
|
@@ -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."
|
||||
|
31
data/tools/iban-generator.yml
Normal file
31
data/tools/iban-generator.yml
Normal 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"
|
Reference in New Issue
Block a user