Skip to content

Instantly share code, notes, and snippets.

@uokesita
Created September 30, 2017 15:05
Show Gist options
  • Save uokesita/431c4b93788321be800502f7c1828ca3 to your computer and use it in GitHub Desktop.
Save uokesita/431c4b93788321be800502f7c1828ca3 to your computer and use it in GitHub Desktop.
React Native Calendars LocaleConfig ES
LocaleConfig.locales['es'] = {
monthNames: ['Enero','Febrero','Marzo','Abril','Mayo','Junio','Julio','Agosto','Septiembre','Octubre','Noviembre','Diciembre'],
monthNamesShort: ['Ene.','Feb.','Mar','Abr','Mayo','Jun','Jul','Ago','Sep','Oct','Nov','Dic'],
dayNames: ['Domingo','Lunes','Martes','Miércoles','Jueves','Viernes','Sábado'],
dayNamesShort: ['D','L','M','M','J','V','S']
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment