Skip to content

Commit a2db234

Browse files
committed
WLMAI-1653 - External Gen Ai support internalization for Prod
1 parent 2d2e871 commit a2db234

File tree

184 files changed

+5398
-6374
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

184 files changed

+5398
-6374
lines changed

AI/GenAI-ChatBot-application-sample/.env.local.sample

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
NEXT_PUBLIC_LANGUAGE=en
2+
13
NEXT_PUBLIC_LOGIN_PROVIDER=cognito
24
NEXT_PUBLIC_KNOWLEDGE_BASE_ID=YOUR_KNOWLEDGE_BASE_ID
35
NEXT_PUBLIC_AWS_USER_POOLS_ID=YOUR_AWS_USER_POOLS_ID
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
const i18nConfig = {
2+
locales: ['en', 'jp'],
3+
defaultLocale: 'en',
4+
prefixDefault: true
5+
};
6+
7+
export default i18nConfig;

0 commit comments

Comments
 (0)