Created
March 5, 2018 20:32
-
-
Save milankragujevic/7ed53dc88f1666b25813604e10eb8cb8 to your computer and use it in GitHub Desktop.
Day and month names in English and Serbian (JSON)
This file contains hidden or 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
{ | |
"Mon": "Pon", | |
"Tue": "Uto", | |
"Wed": "Sre", | |
"Thu": "Čet", | |
"Fri": "Pet", | |
"Sat": "Sub", | |
"Sun": "Ned", | |
"Monday": "Ponedeljak", | |
"Tuesday": "Utorak", | |
"Wednesday": "Sreda", | |
"Thursday": "Četvrtak", | |
"Friday": "Petak", | |
"Saturday": "Subota", | |
"Sunday": "Nedelja", | |
"January": "Januar", | |
"February": "Februar", | |
"March": "Mart", | |
"April": "April", | |
"May": "Maj", | |
"June": "Jun", | |
"July": "Jul", | |
"August": "Avgust", | |
"September": "Septembar", | |
"October": "Oktobar", | |
"November": "Novembar", | |
"December": "Decembar" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment