git ssb

30+

cel / git-ssb-web



Commit b8aa0f8352d62cc90e2ab57a3b56f4925e06ed9b

Fix duplicate key in string

Charles Lehner committed on 4/21/2016, 8:33:24 PM
Parent: 51e9718cb367cc06af5a19f5ebafb0887420e957

Files changed

index.jschanged
locale/en.jsonchanged
locale/eo.jsonchanged
index.jsView
@@ -2329,9 +2329,9 @@
23292329 case 'issue-edit':
23302330 return '<section class="collapse">' +
23312331 (msg.key == postId ? '<div class="highlight">' : '') +
23322332 (c.title == null ? '' : req._t('issue.Renamed', {
2333- name: authorLink,
2333 + author: authorLink,
23342334 type: type,
23352335 name: '<q>' + escapeHTML(c.title) + '</q>'
23362336 })) + ' &middot; ' + msgTimeLink +
23372337 (msg.key == postId ? '</div>' : '') +
locale/en.jsonView
@@ -118,9 +118,9 @@
118118 "Reopened": "%{name} reopened this %{type}",
119119 "Closed": "%{name} closed this %{type}",
120120 "Mentioned": "%{name} mentioned this %{type}",
121121 "MentionedIn": "%{name} mentioned this %{type} in %{post}",
122- "Renamed": "%{name} renamed this %{type} to %{name}",
122 + "Renamed": "%{author} renamed this %{type} to %{name}",
123123 "Comment": "Comment",
124124 "Close": "Close %{type}",
125125 "Reopen": "Reopen %{type}"
126126 },
locale/eo.jsonView
@@ -118,9 +118,9 @@
118118 "Reopened": "%{name} remalfermis tiun %{type}",
119119 "Closed": "%{name} fermis tiun %{type}",
120120 "Mentioned": "%{name} menciis tiun %{type}",
121121 "MentionedIn": "%{name} menciis tiun %{type} en %{post}",
122- "Renamed": "%{name} renomiĝis tiun %{type} al %{name}",
122 + "Renamed": "%{author} renomiĝis tiun %{type} al %{name}",
123123 "Comment": "Komenti",
124124 "Close": "Fermi %{type}",
125125 "Reopen": "Remalfermi %{type}"
126126 },

Built with git-ssb-web