Files
cm-app-crawlspider/node_modules/relative-time-format/locale/ga/quantify.js

1 line
151 B
JavaScript

module.exports=function(n){var r=String(n).split("."),t=Number(r[0])==n;return 1==n?"one":2==n?"two":t&&3<=n&&n<=6?"few":t&&7<=n&&n<=10?"many":"other"}