📄 sl-SI.cjs
/home/palash/git/site/node_modules/react-aria/dist/private/intl/toast/sl-SI.cjs
Language: cjs • Lines: 12
module.exports = {
    "close": `Zapri`,
    "notifications": (args, formatter)=>`${formatter.plural(args.count, {
            one: ()=>`${formatter.number(args.count)} obvestilo`,
            two: ()=>`${formatter.number(args.count)} obvestili`,
            few: ()=>`${formatter.number(args.count)} obvestila`,
            other: ()=>`${formatter.number(args.count)} obvestil`
        })}.`
};


//# sourceMappingURL=sl-SI.cjs.map