UNPKG

remix-i18next

Version:

The easiest way to translate your Full Stack React Router apps

3 lines (2 loc) 155 B
import type { Language } from "./parser.js"; export declare function formatLanguageString(language: Pick<Language, "code" | "region" | "script">): string;