Is it possible to make a plural form of hour and hours through momentjs? Or maybe something native from Intl.
I looking for something like this, because I need localization as well.
moment.specialFunction({hours: 1}); // 1 hour
moment.specialFunction({hours: 2}); // 2 hours
moment.locale("ru").specialFunction({hours: 1}); // 1 час