Skip to content

Commit

Permalink
fix: duplicate locales in locale-provide, a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
orkhan-huseyn committed Feb 11, 2020
1 parent 70b8fb2 commit ada619f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 119 deletions.
118 changes: 2 additions & 116 deletions components/locale-provider/az_AZ.tsx
Original file line number Diff line number Diff line change
@@ -1,117 +1,3 @@
export default {
locale: 'az',
Pagination: {
// Options.jsx
items_per_page: '/ səhifə',
jump_to: 'Get',
jump_to_confirm: 'təsdiqlə',
page: '',
import locale from '../locale/az_AZ';

// Pagination.jsx
prev_page: 'Əvvəlki Səhifə',
next_page: 'Növbəti Səhifə',
prev_5: 'Əvvəlki 5 Səhifə',
next_5: 'Növbəti 5 Səhifə',
prev_3: 'Əvvəlki 3 Səhifə',
next_3: 'Növbəti 3 Səhifə',
},
DatePicker: {
lang: {
placeholder: 'Tarix seçin',
rangePlaceholder: ['Başlama tarixi', 'Bitmə tarixi'],
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',
},
timePickerLocale: {
placeholder: 'Vaxtı seç',
}
},
TimePicker: {
placeholder: 'Vaxtı seç',
},
Calendar: {
today: 'Bugün',
now: 'İndi',
backToToday: 'Bugünə qayıt',
ok: 'Bəli',
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: 'İİİİ',
dateFormat: 'gg.aa.iiii',
dayFormat: 'g',
dateTimeFormat: 'gg.aa.iiii ss:dd: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',
},
Table: {
filterTitle: 'Filter menyu',
filterConfirm: 'Axtar',
filterReset: 'Sıfırla',
emptyText: 'Məlumat yoxdur',
selectAll: 'Cari səhifəni seç',
selectInvert: 'Invert current page',
},
Modal: {
okText: 'Bəli',
cancelText: 'Ləğv et',
justOkText: 'Bəli',
},
Popconfirm: {
okText: 'Bəli',
cancelText: 'Ləğv et',
},
Transfer: {
titles: ['', ''],
notFoundContent: 'Tapılmadı',
searchPlaceholder: 'Burda axtar',
itemUnit: 'item',
itemsUnit: 'items',
},
Select: {
notFoundContent: 'Tapılmadı',
},
Upload: {
uploading: 'Yüklənir...',
removeFile: 'Faylı sil',
uploadError: 'Yükləmə xətası',
previewFile: 'Fayla önbaxış',
}
};
export default locale;
6 changes: 3 additions & 3 deletions components/locale/az_AZ.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default {
},
timePickerLocale: {
placeholder: 'Vaxtı seç',
}
},
},
TimePicker: {
placeholder: 'Vaxtı seç',
Expand Down Expand Up @@ -101,7 +101,7 @@ export default {
Transfer: {
titles: ['', ''],
notFoundContent: 'Tapılmadı',
searchPlaceholder: 'Burda axtar',
searchPlaceholder: 'Burada axtar',
itemUnit: 'item',
itemsUnit: 'items',
},
Expand All @@ -113,5 +113,5 @@ export default {
removeFile: 'Faylı sil',
uploadError: 'Yükləmə xətası',
previewFile: 'Fayla önbaxış',
}
},
};

0 comments on commit ada619f

Please sign in to comment.