From 4639a002f28946228c241dd6cf0adfd66aea5e05 Mon Sep 17 00:00:00 2001 From: Ahmed Ejaz Date: Mon, 9 Oct 2023 15:09:49 +0500 Subject: [PATCH] #11606, adds date locales for Nederlands (Belgium) --- config/locales/nl_BE.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/locales/nl_BE.yml b/config/locales/nl_BE.yml index fc39d0b6d2..e24eb20bf3 100644 --- a/config/locales/nl_BE.yml +++ b/config/locales/nl_BE.yml @@ -1,5 +1,10 @@ nl_BE: language_name: "Nederlands" + date: + day_names: [zondag, maandag, dinsdag, woensdag, donderdag, vrijdag, zaterdag] + abbr_day_names: [zo, ma, di, wo, do, vr, za] + month_names: [~, januari, februari, maart, april, mei, juni, juli, augustus, september, oktober, november, december] + abbr_month_names: [~, jan, feb, mrt, apr, mei, jun, jul, aug, sep, okt, nov, dec] activerecord: models: spree/product: Product