summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2018-01-31 18:34:51 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2018-01-31 18:34:51 +0000
commitd298328fb40d840944e25aa12da42f9d4b2fe107 (patch)
tree34cbb6e94516f0c84624beaaf63fbac89dfb9278
parentd105365e06eddfdd66406c56b5f45dba2fda6769 (diff)
Merged r17188 from trunk to 3.4-stable (#28109)
fix interpolation in Swedish locale. Contributed by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@17190 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--config/locales/sv.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/sv.yml b/config/locales/sv.yml
index b6907bdde..27abe1667 100644
--- a/config/locales/sv.yml
+++ b/config/locales/sv.yml
@@ -134,7 +134,7 @@ sv:
not_same_project: "tillhör inte samma projekt"
circular_dependency: "Denna relation skulle skapa ett cirkulärt beroende"
cant_link_an_issue_with_a_descendant: "Ett ärende kan inte länkas till ett av dess underärenden"
- earlier_than_minimum_start_date: "kan inte vara tidigare än% {datum} på grund av föregående ärenden"
+ earlier_than_minimum_start_date: "kan inte vara tidigare än %{date} på grund av föregående ärenden"
not_a_regexp: "is not a valid regular expression"
open_issue_with_closed_parent: "An open issue cannot be attached to a closed parent task"