Skip to content

Commit

Permalink
Fix future date issue (#1646)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethherr authored Jun 24, 2020
1 parent b3a2dd2 commit 546db95
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ GEM
public_suffix (>= 2.0.2, < 5.0)
api-pagination (4.8.2)
arel (9.0.0)
ast (2.4.0)
ast (2.4.1)
autoprefixer-rails (9.7.3)
execjs
awesome_print (1.8.0)
Expand Down Expand Up @@ -261,14 +261,14 @@ GEM
http_parser.rb (0.6.0)
httparty (0.16.2)
multi_xml (>= 0.5.2)
i18n (1.8.2)
i18n (1.8.3)
concurrent-ruby (~> 1.0)
i18n-country-translations (1.4.1)
i18n (>= 0.9.3, < 2)
railties (>= 5.0)
i18n-js (3.5.0)
i18n (>= 0.6.6)
i18n-tasks (0.9.29)
i18n-tasks (0.9.31)
activesupport (>= 4.0.2)
ast (>= 2.1.0)
erubi
Expand Down Expand Up @@ -323,7 +323,7 @@ GEM
railties (>= 4)
request_store (~> 1.0)
logstash-event (1.2.02)
loofah (2.5.0)
loofah (2.6.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
lumberjack (1.0.13)
Expand Down Expand Up @@ -636,7 +636,7 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.7.6)
unicode-display_width (1.6.0)
unicode-display_width (1.6.1)
unicode_utils (1.4.0)
uniform_notifier (1.13.0)
user_agent_parser (2.5.2)
Expand Down
4 changes: 4 additions & 0 deletions config/locales/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Do not trim trailing whitespace for translation files, because it breaks normalization
root = true

trim_trailing_whitespace = false
2 changes: 1 addition & 1 deletion config/locales/.translation_io
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
timestamp: 1593012881
timestamp: 1593015278
2 changes: 2 additions & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2099,6 +2099,7 @@ en:
- Fri
- Sat
abbr_month_names:
-
- Jan
- Feb
- Mar
Expand All @@ -2124,6 +2125,7 @@ en:
long: "%B %d, %Y"
short: "%b %d"
month_names:
-
- January
- February
- March
Expand Down
6 changes: 4 additions & 2 deletions config/locales/translation.nl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ nl:
- vr
- za
month_names:
- Januari
-
- januari
- februari
- maart
Expand All @@ -43,8 +43,9 @@ nl:
- september
- oktober
- november
- december
abbr_month_names:
- Jan
-
- jan
- feb
- mrt
Expand All @@ -56,6 +57,7 @@ nl:
- sep
- okt
- nov
- dec
time:
am: "'s ochtends"
pm: "'s middags"
Expand Down

0 comments on commit 546db95

Please sign in to comment.