diff options
author | Go MAEDA <maeda@farend.jp> | 2019-01-19 07:42:26 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-01-19 07:42:26 +0000 |
commit | 04ac58b3c52479e0deb937a9a7063df3fbd84b95 (patch) | |
tree | 1ed11eb6d99adae31876592ef6f5941ca7ddc304 /config/locales/en.yml | |
parent | a8d24ab4b8bc7e5a5df812790581420bdbf7b37a (diff) | |
download | redmine-04ac58b3c52479e0deb937a9a7063df3fbd84b95.tar.gz redmine-04ac58b3c52479e0deb937a9a7063df3fbd84b95.zip |
New date filter operators: tomorrow, next week, next month (#4502).
Patch by Mizuki ISHIKAWA.
git-svn-id: http://svn.redmine.org/redmine/trunk@17811 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r-- | config/locales/en.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index cdc79640b..fa2ff56f2 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -743,12 +743,15 @@ en: label_today: today label_all_time: all time label_yesterday: yesterday + label_tomorrow: tomorrow label_this_week: this week label_last_week: last week + label_next_week: next week label_last_n_weeks: "last %{count} weeks" label_last_n_days: "last %{count} days" label_this_month: this month label_last_month: last month + label_next_month: next month label_this_year: this year label_date_range: Date range label_less_than_ago: less than days ago |