Loom Engine - v3.1.1
    Preparing search index...

    Interface PluralForms

    interface PluralForms {
        zero?: string;
        one?: string;
        two?: string;
        few?: string;
        many?: string;
        other: string;
    }
    Index

    Properties

    zero?: string
    one?: string
    two?: string
    few?: string
    many?: string
    other: string