Skip to content

Instantly share code, notes, and snippets.

@yusufusta
Created August 17, 2022 22:54
Show Gist options
  • Save yusufusta/d8752469aeabf41657a498c62f4e5ed0 to your computer and use it in GitHub Desktop.
Save yusufusta/d8752469aeabf41657a498c62f4e5ed0 to your computer and use it in GitHub Desktop.
LocaleConfig.locales['tr'] = {
monthNames: [
'Ocak',
'Şubat',
'Mart',
'Nisan',
'Mayıs',
'Haziran',
'Temmuz',
'Ağustos',
'Eylül',
'Ekim',
'Kasım',
'Aralık'
],
monthNamesShort: [
'Oca',
'Şub',
'Mar',
'Nis',
'May',
'Haz',
'Tem',
'Ağu',
'Eyl',
'Eki',
'Kas',
'Ara'
],
dayNames: [
'Pazar',
'Pazartesi',
'Salı',
'Çarşamba',
'Perşembe',
'Cuma',
'Cumartesi'
],
dayNamesShort: [
'Paz',
'Pzt',
'Sal',
'Çar',
'Per',
'Cum',
'Cmt'
],
today: "Bugün"
};
LocaleConfig.defaultLocale = 'tr';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment