Ben bu Gün ay yıl saat saniye kısımlarını bir türlü Türkçe yapamadım.
O kısımlarda Türkçe olursa gerçeken çok güzel olacak.
Alıntı
js/jquery.countdown.js
bu dosyayı açın
function Countdown() {
this.regional = []; // Available regional settings, indexed by language code
this.regional[''] = { // Default regional settings
// The display texts for the counters
labels: ['Years', 'Months', 'Weeks', 'Days', 'Hours', 'Minutes', 'Seconds'],
// The display texts for the counters if only one
labels1: ['Year', 'Month', 'Week', 'Day', 'Hour', 'Minute', 'Second'],
compactLabels: ['y', 'm', 'w', 'd'], // The compact texts for the counters
timeSeparator: ':', // Separator for time periods
isRTL: false // True for right-to-left languages, false for left-to-right
şu satırda bulabilirsiniz )
buradaki ingilzcieleri türkçe yapın olacaktır.
Bunu yapınca hiçbirşey değişmedi..