Skip to main content
Glama
kibela
by kibela
intl.ts426 B
import { I18n } from "i18n"; import en from "../locales/en.json" with { type: "json" }; import ja from "../locales/ja.json" with { type: "json" }; import { kibela } from "./kibela.ts"; declare global { var intl: typeof i18n; } const i18n = new I18n({ locales: ["en", "ja"], staticCatalog: { en, ja }, }); global.intl = i18n const data = await kibela.GetCurrentUser() global.intl.setLocale(data.currentUser.locale);

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kibela/kibela-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server