UNPKG

@neiderruiz/translate-files

Version:

Internationalize and manage your website easily with (CSV or JSON to i18n)

3 lines (2 loc) 157 B
import { TranslationsOrder, TypeSimpleJson } from "../types/types"; export declare const sortByLanguage: (jsonObj: TypeSimpleJson[]) => TranslationsOrder[];