Skip to content

Commit af1d0ee

Browse files
committed
feat: add UNDERSTAND_LANGUAGES constant to support multilingual functionality
1 parent 781da43 commit af1d0ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/consts.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
const BRIDGE_LOCATION = './lib';
22
const BRIDGE_TTL = 5000;
33
const AUTOMATION_NAMES = ['cmoon', 'c-moon', 'see moon'];
4+
const UNDERSTAND_LANGUAGES = ['english', 'japanese', 'portuguese'];
45

5-
export { BRIDGE_LOCATION, BRIDGE_TTL, AUTOMATION_NAMES };
6+
export { BRIDGE_LOCATION, BRIDGE_TTL, AUTOMATION_NAMES, UNDERSTAND_LANGUAGES };

0 commit comments

Comments
 (0)