Created
August 17, 2022 22:54
-
-
Save yusufusta/d8752469aeabf41657a498c62f4e5ed0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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