Files
Foundry-VTT-Docker/resources/app/node_modules/intl-messageformat/dist/locale-data/ga.js

3 lines
314 B
JavaScript
Raw Normal View History

2025-01-04 00:34:03 +01:00
IntlMessageFormat.__addLocaleData({"locale":"ga","pluralRuleFunction":function (n,ord){var s=String(n).split("."),t0=Number(s[0])==n;if(ord)return"other";return n==1?"one":n==2?"two":t0&&n>=3&&n<=6?"few":t0&&n>=7&&n<=10?"many":"other"}});
IntlMessageFormat.__addLocaleData({"locale":"ga-IE","parentLocale":"ga"});