export interface I18nPluralObject {
    one?: string;
    other?: string;
    zero?: string;
}
