UNPKG

translation-io-sync

Version:

This Typescript implementation acts as a `translation.io` client

9 lines (8 loc) 149 B
export interface Translation { locale: string; content: string; } export interface TranslationFile { locale: string; path: string; }