Skip to content

Instantly share code, notes, and snippets.

@milankragujevic
Created March 5, 2018 20:32
Show Gist options
  • Save milankragujevic/7ed53dc88f1666b25813604e10eb8cb8 to your computer and use it in GitHub Desktop.
Save milankragujevic/7ed53dc88f1666b25813604e10eb8cb8 to your computer and use it in GitHub Desktop.
Day and month names in English and Serbian (JSON)
{
"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