UNPKG

ngs-plural

Version:

Angular library for handling pluralization in different languages.

53 lines (52 loc) 1.87 kB
import { RuleSlavicService } from '../rules/rule-slavic.service'; import { RuleDefaultService } from '../rules/rule-default.service'; export declare class LangRuRuleService extends RuleSlavicService { } export declare class LangEnRuleService extends RuleDefaultService { } export declare class LangItRuleService extends RuleDefaultService { } export declare class LangEsRuleService extends RuleDefaultService { } export declare class LangDeRuleService extends RuleDefaultService { } export declare class LangFrRuleService extends RuleDefaultService { } export declare class LangPtRuleService extends RuleDefaultService { } export declare class LangNlRuleService extends RuleDefaultService { } export declare class LangSvRuleService extends RuleDefaultService { } export declare class LangNoRuleService extends RuleDefaultService { } export declare class LangDaRuleService extends RuleDefaultService { } export declare class LangRoRuleService extends RuleDefaultService { } export declare class LangCaRuleService extends RuleDefaultService { } export declare class LangHuRuleService extends RuleDefaultService { } export declare class LangFiRuleService extends RuleDefaultService { } export declare class LangTrRuleService extends RuleDefaultService { } export declare class LangUkRuleService extends RuleSlavicService { } export declare class LangBeRuleService extends RuleSlavicService { } export declare class LangSrRuleService extends RuleSlavicService { } export declare class LangHrRuleService extends RuleSlavicService { } export declare class LangBgRuleService extends RuleSlavicService { } export declare class LangCsRuleService extends RuleSlavicService { } export declare class LangSkRuleService extends RuleSlavicService { } export declare class LangSlRuleService extends RuleSlavicService { } export declare class LangMkRuleService extends RuleSlavicService { }