diff options
author | Go MAEDA <maeda@farend.jp> | 2019-09-25 16:24:08 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-09-25 16:24:08 +0000 |
commit | b3baa5c1ce159610c4976429824755beae575719 (patch) | |
tree | b622a8e3183b53dfd0e89388744ec94c128f8186 /config/locales | |
parent | 7349477b1a7ee94c0ce490ab33c4eb96e52aa180 (diff) | |
download | redmine-b3baa5c1ce159610c4976429824755beae575719.tar.gz redmine-b3baa5c1ce159610c4976429824755beae575719.zip |
"starts with" and "ends with" filter operators for string values (#31879).
Patch by Yuichi HARADA.
git-svn-id: http://svn.redmine.org/redmine/trunk@18534 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/en.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index d0c72ef69..8fcc2262a 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -771,6 +771,8 @@ en: label_ago: days ago label_contains: contains label_not_contains: doesn't contain + label_starts_with: starts with + label_ends_with: ends with label_any_issues_in_project: any issues in project label_any_issues_not_in_project: any issues not in project label_no_issues_in_project: no issues in project |