Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cari file ini:
- .../wp-includes/class-wp-locale.php
- cari 148
- $this->weekday[0] = /* translators: Weekday. */ __( 'Minggu' );
- $this->weekday[1] = /* translators: Weekday. */ __( 'Senin' );
- $this->weekday[2] = /* translators: Weekday. */ __( 'Selasa' );
- $this->weekday[3] = /* translators: Weekday. */ __( 'Rabu' );
- $this->weekday[4] = /* translators: Weekday. */ __( 'Kamis' );
- $this->weekday[5] = /* translators: Weekday. */ __( 'Jumat' );
- $this->weekday[6] = /* translators: Weekday. */ __( 'Sabtu' );
- Cari mulai baris 174:
- $this->month['01'] = /* translators: month name */ __( 'Januari' );
- $this->month['02'] = /* translators: month name */ __( 'Februari' );
- $this->month['03'] = /* translators: month name */ __( 'Maret' );
- $this->month['04'] = /* translators: month name */ __( 'April' );
- $this->month['05'] = /* translators: month name */ __( 'Mei' );
- $this->month['06'] = /* translators: month name */ __( 'Juni' );
- $this->month['07'] = /* translators: month name */ __( 'Juli' );
- $this->month['08'] = /* translators: month name */ __( 'Agustus' );
- $this->month['09'] = /* translators: month name */ __( 'September' );
- $this->month['10'] = /* translators: month name */ __( 'Oktober' );
- $this->month['11'] = /* translators: month name */ __( 'November' );
- $this->month['12'] = /* translators: month name */ __( 'Desember' );
Advertisement
Add Comment
Please, Sign In to add comment