UNPKG

@hug/ngx-g11n

Version:

Angular helpers for internationalizing and localizing your application

5 lines (4 loc) 92 B
export interface G11nFile { locale: string; translations: Record<string, string>; }