Skip to content

Commit

Permalink
feat: add Uzbek language (uz_UZ) (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
nodkz authored Jul 28, 2022
1 parent 1a882c4 commit 7d937d2
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions src/locale/uz_UZ.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
import type { Locale } from '../interface';

const locale: Locale = {
locale: 'uz_UZ',
today: 'Bugun',
now: 'Hozir',
backToToday: 'Bugunga qaytish',
ok: 'OK',
clear: 'Toza',
month: 'Oy',
year: 'Yil',
timeSelect: 'vaqtni tanlang',
dateSelect: 'sanani tanlang',
weekSelect: 'Haftani tanlang',
monthSelect: 'Oyni tanlang',
yearSelect: 'Yilni tanlang',
decadeSelect: 'O\'n yilni tanlang',
yearFormat: 'YYYY',
dateFormat: 'M/D/YYYY',
dayFormat: 'D',
dateTimeFormat: 'M/D/YYYY HH:mm:ss',
monthBeforeYear: true,
previousMonth: 'Oldingi oy (PageUp)',
nextMonth: 'Keyingi oy (PageDown)',
previousYear: 'O\'tgan yili (Control + left)',
nextYear: 'Keyingi yil (Control + right)',
previousDecade: 'Oxirgi o\'n yil',
nextDecade: 'Keyingi o\'n yil',
previousCentury: 'O\'tgan asr',
nextCentury: 'Keyingi asr',
};

export default locale;

1 comment on commit 7d937d2

@vercel
Copy link

@vercel vercel bot commented on 7d937d2 Jul 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.