UNPKG

sodesu-comment

Version:

Comment system with SolidJS

7 lines (6 loc) 319 B
import { WalineLocale } from '../../typings/index.js'; export type Locales = Record<string, WalineLocale>; export declare const DEFAULT_LANG = "en-US"; export declare const DEFAULT_LOCALES: Locales; export declare const getLocale: (lang: string) => WalineLocale; export declare const getLang: (lang: string) => string;