Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(wrong-month-abbreviation): use month full names instead #2373

Merged
merged 1 commit into from
Aug 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions config/locales/de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ de:
- Fr
- Sa
abbr_month_names:
-
- Jan
- Feb
- Mär
Expand All @@ -32,9 +31,8 @@ de:
- Freitag
- Samstag
formats:
default: "%d. %b. %Y"
default: "%d. %B %Y"
month_names:
-
- Januar
- Februar
- März
Expand Down
2 changes: 1 addition & 1 deletion config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ en:
value_already_exist: value_already_exist
date:
formats:
default: "%b %d, %Y"
default: "%B %d, %Y"
money:
decimal_mark: "."
format: "%u%n"
Expand Down
28 changes: 13 additions & 15 deletions config/locales/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,18 @@ es:
- Vie
- Sáb
abbr_month_names:
-
- Ene
- Feb
- Mar
- Abr
- May
- Jun
- Jul
- Ago
- Sep
- Oct
- Nov
- Dic
- ene.
- feb.
- mar.
- abr.
- may.
- jun.
- jul.
- ago.
- sep.
- oct.
- nov.
- dic.
day_names:
- Domingo
- Lunes
Expand All @@ -32,9 +31,8 @@ es:
- Viernes
- Sábado
formats:
default: "%d de %b. de %Y"
default: "%d de %B de %Y"
month_names:
-
- Enero
- Febrero
- Marzo
Expand Down
28 changes: 13 additions & 15 deletions config/locales/fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,18 @@ fr:
- Ven
- Sam
abbr_month_names:
ancorcruz marked this conversation as resolved.
Show resolved Hide resolved
-
- Jan
- Fév
- Mar
- Avr
- Mai
- Juin
- Jui
- Aoû
- Sep
- Oct
- Nov
- Déc
- janv.
- févr.
- mars
- avr.
- mai
- juin
- juill.
- août
- sept.
- oct.
- nov.
- déc.
day_names:
- Dimanche
- Lundi
Expand All @@ -32,9 +31,8 @@ fr:
- Vendredi
- Samedi
formats:
default: "%d %b %Y"
default: "%d %B %Y"
month_names:
-
- Janvier
- Février
- Mars
Expand Down
28 changes: 13 additions & 15 deletions config/locales/it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,18 @@ it:
- Ven
- Sab
abbr_month_names:
-
- Gen
- Feb
- Mar
- Apr
- Mag
- Giu
- Lug
- Ago
- Set
- Ott
- Nov
- Dic
- gen
- feb
- mar
- apr
- mag
- giu
- lug
- ago
- set
- ott
- nov
- dic
day_names:
- Domenica
- Lunedì
Expand All @@ -32,9 +31,8 @@ it:
- Venerdì
- Sabato
formats:
default: "%d %b. %Y"
default: "%d %B %Y"
month_names:
-
- Gennaio
- Febbraio
- Marzo
Expand Down
28 changes: 13 additions & 15 deletions config/locales/nb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,18 @@ nb:
- Fre
- Lør
abbr_month_names:
-
- Jan
- Feb
- Mar
- Apr
- Mai
- Jun
- Jul
- Aug
- Sep
- Okt
- Nov
- Des
- jan.
- feb.
- mars
- apr.
- mai
- juni
- juli
- aug.
- sep.
- okt.
- nov.
- des.
day_names:
- Søndag
- Mandag
Expand All @@ -32,9 +31,8 @@ nb:
- Fredag
- Lørdag
formats:
default: "%d %b, %Y"
default: "%d. %B %Y"
month_names:
-
- Januar
- Februar
- Mars
Expand Down
20 changes: 9 additions & 11 deletions config/locales/sv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,18 @@
sv:
date:
abbr_day_names:
- sön.
- mån.
- tis.
- ons.
- tor.
- fre.
- lör.
- sön
- mån
- tis
- ons
- tor
- fre
- lör
abbr_month_names:
-
- jan.
- feb.
- mars
- april
- apr.
- maj
- juni
- juli
Expand All @@ -32,9 +31,8 @@ sv:
- fredag
- lördag
formats:
default: "%d %b. %Y"
default: "%d %B %Y"
month_names:
-
- januari
- februari
- mars
Expand Down