UNPKG

remix-i18next

Version:

The easiest way to translate your Full Stack React Router apps

6 lines (5 loc) 224 B
import type { Language } from "./parser.js"; /** * Format a language object into an IETF-like locale string. */ export declare function formatLanguageString(language: Pick<Language, "code" | "region" | "script">): string;