Skip to content

Commit 85ef120

Browse files
authored
Merge pull request #225 from NetApp/feature/WLMAI-1653---External-Gen-Ai-support-internalization-for-Prod
Feature/wlmai 1653 external gen ai support internalization for prod
2 parents 2d2e871 + 0002347 commit 85ef120

File tree

188 files changed

+8028
-5454
lines changed

Some content is hidden

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

188 files changed

+8028
-5454
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)