Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Conversations content with actual conversations from phone service #2

Merged
merged 2 commits into from
Feb 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bibletalkai/language-content",
"version": "1.0.0",
"version": "1.1.0",
"description": "Language content for BibleTalkAI.com",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { locales } from './locales'
import { content as Assistants } from './language/Assistants'
import { content as CallToAction } from './language/CallToAction'
import { content as Conversations } from './language/Conversations'
import { content as FAQ } from './language/FAQ'
import { content as Footer } from './language/Footer'
import { content as Header } from './language/Header'
Expand All @@ -16,6 +17,7 @@ export {
locales,
Assistants,
CallToAction,
Conversations,
FAQ,
Footer,
Header,
Expand Down
Loading