From 432e106ddd6fccfa7f9cff69bd0eba2bb900dd2c Mon Sep 17 00:00:00 2001 From: Archit Date: Tue, 25 Nov 2025 11:51:42 +0530 Subject: [PATCH] (feat): support ahmaric --- src/utils/interfaces.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/utils/interfaces.ts b/src/utils/interfaces.ts index 40dae822..701a5bc5 100644 --- a/src/utils/interfaces.ts +++ b/src/utils/interfaces.ts @@ -145,6 +145,7 @@ export const LANGUAGES = { pt: "pt", nl: "nl", tr: "tr", + am: "am", } as const; export type LANGUAGE_TYPE = (typeof LANGUAGES)[keyof typeof LANGUAGES]; @@ -160,6 +161,7 @@ export const LANGUAGE_MAP: Record = { pt: "portuguese", nl: "dutch", tr: "turkish", + am: "amharic", }; export const THEME_MODES = { @@ -212,6 +214,7 @@ export type WhiteLabelData = { * pt: portuguese * nl: dutch * tr: turkish + * am: Amharic * * @defaultValue en */