UNPKG

@gobistories/gobi-web-integration

Version:

This library will let you put your Gobi stories on your site.

6 lines (5 loc) 261 B
import { en } from './en'; export declare type Phrases = typeof en; export declare type PhraseLanguage = 'en' | 'no' | 'nn'; export declare const phrases: Record<PhraseLanguage, Phrases>; export declare function resolveLanguage(bcp47?: string): PhraseLanguage;