src/app/legacy/psammead/psammead-locales/moment/uz.js

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
const moment = require('moment');
require('moment/locale/uz');

moment.updateLocale('uz', {
  relativeTime: {
    // these keys have been overridden with our translations
    // some other keys have been left as set upstream
    // see https://github.com/moment/moment/blob/develop/src/locale/yo.js
    past: '%s аввал',
    m: '1 дақиқа',
    mm: '%d дақиқалар',
    h: '1 cоат',
    hh: '%d соатлар',
  },
});