Make the default locale en_US instead of en_IE

en_US is way more common and usual for most people than the weird
European en_IE (I do like it but that's just me)
This commit is contained in:
daudix
2024-06-30 21:02:01 +03:00
parent 592ff9ea94
commit 6f9c51fa5d
6 changed files with 10 additions and 10 deletions

View File

@ -4,8 +4,8 @@ language_name = "English"
# (post publication date, tag posts list...).
# Not used in comments, "date_locale" is used instead.
# See https://docs.rs/chrono/0.4.31/chrono/format/strftime/index.html
date_format = "%d %B %Y"
date_locale = "en_IE"
date_format = "%B %d, %Y"
date_locale = "en_US"
# Menu items.
# Should match the names in config.extra.nav.links and config.extra.footer.links.