Skip to content

Instantly share code, notes, and snippets.

@daviwesley
Created April 21, 2019 17:25
Show Gist options
  • Save daviwesley/e5080bb4563280042c5b44161331689b to your computer and use it in GitHub Desktop.
Save daviwesley/e5080bb4563280042c5b44161331689b to your computer and use it in GitHub Desktop.
LocaleConfig.locales.fr = {
monthNames: [
"Janeiro",
"Fevereiro",
"Março",
"Abril",
"Maio",
"Junho",
"Julho",
"Agosto",
"Setembro",
"Outubro",
"Novembro",
"Dezembro"
],
monthNamesShort: [
"Jan.",
"Fev.",
"Mar",
"Abr",
"Mai",
"Jun",
"Jul.",
"Ago",
"Set.",
"Out.",
"Nov.",
"Dez."
],
dayNames: [
"Domingo",
"Segunda",
"Terça",
"Quarta",
"Quinta",
"Sexta",
"Sábado"
],
dayNamesShort: ["Dom.", "Seg.", "Ter.", "Qua.", "Qui.", "Sex.", "Sáb."]
};
LocaleConfig.defaultLocale = "fr";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment