From 926fecd125f1e2513c9684687857737b093bf87d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Tue, 11 Aug 2026 07:25:55 +0400 Subject: [PATCH] feat: add ayisyen --- src/components/trad/traductions.json | 3 +++ types/generated/components.d.ts | 1 + 2 files changed, 4 insertions(+) diff --git a/src/components/trad/traductions.json b/src/components/trad/traductions.json index 0d06224..c891ccd 100644 --- a/src/components/trad/traductions.json +++ b/src/components/trad/traductions.json @@ -7,6 +7,9 @@ }, "options": {}, "attributes": { + "ayisyen": { + "type": "richtext" + }, "francais": { "type": "richtext" }, diff --git a/types/generated/components.d.ts b/types/generated/components.d.ts index 8bcd2de..fed8d69 100644 --- a/types/generated/components.d.ts +++ b/types/generated/components.d.ts @@ -110,6 +110,7 @@ export interface TradTraductions extends Struct.ComponentSchema { allemand: Schema.Attribute.RichText; anglais: Schema.Attribute.RichText; arabe: Schema.Attribute.RichText; + ayisyen: Schema.Attribute.RichText; coreen: Schema.Attribute.RichText; espagnol: Schema.Attribute.RichText; francais: Schema.Attribute.RichText;