mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-17 01:04:36 +00:00
Make message transformer async, expose i18n.
This commit is contained in:
parent
f7878c3c71
commit
a8159f504f
3 changed files with 5 additions and 5 deletions
|
|
@ -78,4 +78,4 @@ export type { Attachment } from "./utils/attachment-utils.js";
|
|||
export { loadAttachment } from "./utils/attachment-utils.js";
|
||||
export { clearAuthToken, getAuthToken } from "./utils/auth-token.js";
|
||||
export { formatCost, formatModelCost, formatTokenCount, formatUsage } from "./utils/format.js";
|
||||
export { i18n, setLanguage } from "./utils/i18n.js";
|
||||
export { i18n, setLanguage, translations } from "./utils/i18n.js";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue