Skip to content

Commit c3141a0

Browse files
committed
adds ahmaric support in demo app
1 parent b41287f commit c3141a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/vue-example/src/App.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -596,6 +596,7 @@ const languages: { name: string; value: LANGUAGE_TYPE }[] = [
596596
{ name: "Portuguese", value: LANGUAGES.pt },
597597
{ name: "Dutch", value: LANGUAGES.nl },
598598
{ name: "Turkish", value: LANGUAGES.tr },
599+
{ name: "Amharic", value: LANGUAGES.am },
599600
];
600601
601602
const EMAIL_FLOW = {

0 commit comments

Comments
 (0)