diff options
Diffstat (limited to 'config/locales/no.yml')
-rw-r--r-- | config/locales/no.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/locales/no.yml b/config/locales/no.yml index 273de20a9..b5f065919 100644 --- a/config/locales/no.yml +++ b/config/locales/no.yml @@ -13,7 +13,10 @@ abbr_day_names: [søn, man, tir, ons, tor, fre, lør] month_names: [~, januar, februar, mars, april, mai, juni, juli, august, september, oktober, november, desember] abbr_month_names: [~, jan, feb, mar, apr, mai, jun, jul, aug, sep, okt, nov, des] - order: [:day, :month, :year] + order: + - :day + - :month + - :year time: formats: default: "%A, %e. %B %Y, %H:%M" |