UNPKG

@softkit/i18n

Version:

This library is a simple wrapper based on [nestjs-i18n](https://nestjs-i18n.com/)

9 lines (8 loc) 150 B
export interface I18nPluralObject { zero?: string; one?: string; two?: string; few?: string; many?: string; other?: string; }