Skip to content

Commit a9cc14a

Browse files
Merge pull request #375 from Web3Auth/feat/add-new-language
(feat): Support Ahmaric
2 parents 451c432 + 432e106 commit a9cc14a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/utils/interfaces.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ export const LANGUAGES = {
145145
pt: "pt",
146146
nl: "nl",
147147
tr: "tr",
148+
am: "am",
148149
} as const;
149150

150151
export type LANGUAGE_TYPE = (typeof LANGUAGES)[keyof typeof LANGUAGES];
@@ -160,6 +161,7 @@ export const LANGUAGE_MAP: Record<LANGUAGE_TYPE, string> = {
160161
pt: "portuguese",
161162
nl: "dutch",
162163
tr: "turkish",
164+
am: "amharic",
163165
};
164166

165167
export const THEME_MODES = {
@@ -212,6 +214,7 @@ export type WhiteLabelData = {
212214
* pt: portuguese
213215
* nl: dutch
214216
* tr: turkish
217+
* am: Amharic
215218
*
216219
* @defaultValue en
217220
*/

0 commit comments

Comments
 (0)