Skip to content

Commit

Permalink
feat: add urdu locale (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammadAnas190 authored Jun 18, 2021
1 parent 13bc085 commit bc845e3
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions src/locale/ur_PK.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
import type { Locale } from '../interface';

const locale: Locale = {
locale: 'ur_PK',
today: 'آج',
now: 'ابھی',
backToToday: 'آج واپس',
ok: 'ٹھیک ہے',
clear: 'صاف',
month: 'مہینہ',
year: 'سال',
timeSelect: 'وقت منتخب کریں',
dateSelect: 'تاریخ منتخب کریں',
weekSelect: 'ایک ہفتہ کا انتخاب کریں',
monthSelect: 'ایک مہینہ کا انتخاب کریں',
yearSelect: 'ایک سال کا انتخاب کریں',
decadeSelect: 'ایک دہائی کا انتخاب کریں',
yearFormat: 'YYYY',
dateFormat: 'M/D/YYYY',
dayFormat: 'D',
dateTimeFormat: 'M/D/YYYY HH:mm:ss',
monthBeforeYear: true,
previousMonth: 'پچھلے مہینے (PageUp)',
nextMonth: 'اگلے مہینے (PageDown)',
previousYear: 'گزشتہ سال (Control + left)',
nextYear: 'اگلے سال (Control + right)',
previousDecade: 'پچھلی دہائی',
nextDecade: 'اگلی دہائی',
previousCentury: 'پچھلی صدی',
nextCentury: 'اگلی صدی',
};

export default locale;

1 comment on commit bc845e3

@vercel
Copy link

@vercel vercel bot commented on bc845e3 Jun 18, 2021

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.