Skip to content

Commit

Permalink
Update weekday.ts
Browse files Browse the repository at this point in the history
Removing wide_context as requested
  • Loading branch information
rasputino committed Aug 31, 2022
1 parent a2aa045 commit 0ea89c2
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/locales/es/date/weekday.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,6 @@ export default {
'viernes',
'sábado',
],
// Property "wide_context" is optional, if not set then "wide" will be used instead
// It is used to specify a word in context, which may differ from a stand-alone word
wide_context: [
'domingo',
'lunes',
'martes',
'miércoles',
'jueves',
'viernes',
'sábado',
],
abbr: ['dom', 'lun', 'mar', 'mié', 'jue', 'vie', 'sáb'],
// Property "abbr_context" is optional, if not set then "abbr" will be used instead
// It is used to specify a word in context, which may differ from a stand-alone word
Expand Down

0 comments on commit 0ea89c2

Please sign in to comment.