Skip to content

Commit

Permalink
add: az_AZ locale
Browse files Browse the repository at this point in the history
  • Loading branch information
orkhan-huseyn committed Feb 11, 2020
1 parent 401ae47 commit 3b2fe1e
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions src/locale/az_AZ.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
import { Locale } from '../interface';

const locale: Locale = {
locale: 'az_AZ',
today: 'Bugün',
now: 'İndi',
backToToday: 'Bugünə qayıt',
ok: 'Təsdiq',
clear: 'Təmizlə',
month: 'Ay',
year: 'İl',
timeSelect: 'vaxtı seç',
dateSelect: 'tarixi seç',
weekSelect: 'Həftə seç',
monthSelect: 'Ay seç',
yearSelect: 'il seç',
decadeSelect: 'Onillik seçin',
yearFormat: 'YYYY',
dateFormat: 'D.M.YYYY',
dayFormat: 'D',
dateTimeFormat: 'D.M.YYYY HH:mm:ss',
monthBeforeYear: true,
previousMonth: 'Əvvəlki ay (PageUp)',
nextMonth: 'Növbəti ay (PageDown)',
previousYear: 'Sonuncu il (Control + left)',
nextYear: 'Növbəti il (Control + right)',
previousDecade: 'Sonuncu onillik',
nextDecade: 'Növbəti onillik',
previousCentury: 'Sonuncu əsr',
nextCentury: 'Növbəti əsr',
};

export default locale;

0 comments on commit 3b2fe1e

Please sign in to comment.