git ssb

10+

Matt McKegg / patchwork



Commit 2e2e0a092b955da7781f9a2347257017d8854de5

Fix formatting.

Gordon Martin committed on 2/14/2018, 9:26:55 PM
Parent: 1b50f4bc87538743de7931301f3b00f1ff1466d1

Files changed

locales/en.jsonchanged
modules/feed/html/follow-warning.jschanged
locales/en.jsonView
@@ -112,6 +112,34 @@
112112 "unsubscribed from ": "unsubscribed from ",
113113 "mentioned in your network": "mentioned in your network",
114114 "on ": "on ",
115115 "assigned a display image to ": "assigned a display image to ",
116- "Close": "Close"
116+ "Close": "Close",
117+ "Write a public message": "Write a public message",
118+ "Missing message": "Missing message",
119+ " via ": " via ",
120+ "The author of this message could be outside of your follow range or they may be blocked.": "The author of this message could be outside of your follow range or they may be blocked.",
121+ "New Message": "New Message",
122+ "Write a private reply": "Write a private reply",
123+ "Write a public reply": "Write a public reply",
124+ "Confirm": "Confirm",
125+ "Cancel": "Cancel",
126+ "self assigned a description": "self assigned a description",
127+ "self assigned a display image": "self assigned a display image",
128+ "unfollowed ": "unfollowed ",
129+ "Click to unsubscribe": "Click to unsubscribe",
130+ "Subscribed": "Subscribed",
131+ "Subscribe": "Subscribe",
132+ "You follow %s people that subscribe to this channel.": {
133+ "one": "You follow %s people that subscribe to this channel.",
134+ "other": "You follow %s people that subscribe to this channel."
135+ },
136+ "Write a message in this channel": "Write a message in this channel",
137+ "You may not be able to see new channel content until you follow some users or pubs.": "You may not be able to see new channel content until you follow some users or pubs.",
138+ "mentioned this channel": "mentioned this channel",
139+ " forked this discussion:": " forked this discussion:",
140+ "self identifies as ": "self identifies as ",
141+ "%s people from your network replied to this message on ": {
142+ "one": "%s people from your network replied to this message on ",
143+ "other": "%s people from your network replied to this message on "
144+ }
117145 }
modules/feed/html/follow-warning.jsView
@@ -1,9 +1,6 @@
11 var nest = require('depnest')
2-var {
3- when,
4- h
5-} = require('mutant')
2+var { when, h } = require('mutant')
63
74 exports.needs = nest({
85 'intl.sync.i18n': 'first'
96 })

Built with git-ssb-web