diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-10-29 14:01:41 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-10-29 14:01:41 +0000 |
commit | 088cab5a148d99aa82e395c4a74aa1c1dad48843 (patch) | |
tree | 28da0991a9c950641f2ab1045b45fc77666248df /config/locales/en.yml | |
parent | 1919f7233f2d43527c3038553268805c36896123 (diff) | |
download | redmine-088cab5a148d99aa82e395c4a74aa1c1dad48843.tar.gz redmine-088cab5a148d99aa82e395c4a74aa1c1dad48843.zip |
Adds translation string for hours with symbol (#21069).
git-svn-id: http://svn.redmine.org/redmine/trunk@14759 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r-- | config/locales/en.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index a84c971ab..b2dda77b4 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -757,6 +757,7 @@ en: label_overall_spent_time: Overall spent time label_f_hour: "%{value} hour" label_f_hour_plural: "%{value} hours" + label_f_hour_short: "%{value} h" label_time_tracking: Time tracking label_change_plural: Changes label_statistics: Statistics |