Pickdate and some better general foundation styling
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
// Turkish
|
||||
|
||||
$pickadate_translations['tr'] = {
|
||||
monthsFull: [ 'Ocak', 'Şubat', 'Mart', 'Nisan', 'Mayıs', 'Haziran', 'Temmuz', 'Ağustos', 'Eylül', 'Ekim', 'Kasım', 'Aralık' ],
|
||||
monthsShort: [ 'Oca', 'Şub', 'Mar', 'Nis', 'May', 'Haz', 'Tem', 'Ağu', 'Eyl', 'Eki', 'Kas', 'Ara' ],
|
||||
weekdaysFull: [ 'Pazar', 'Pazartesi', 'Salı', 'Çarşamba', 'Perşembe', 'Cuma', 'Cumartesi' ],
|
||||
weekdaysShort: [ 'Pzr', 'Pzt', 'Sal', 'Çrş', 'Prş', 'Cum', 'Cmt' ],
|
||||
today: 'bugün',
|
||||
clear: 'sil',
|
||||
firstDay: 1,
|
||||
format: 'yyyy-mm-dd',
|
||||
displayFormat: 'dd mmmm yyyy dddd',
|
||||
formatSubmit: 'yyyy-mm-dd'
|
||||
};
|
||||
Reference in New Issue
Block a user