git ssb

0+

alanz / patchwork



forked from Matt McKegg / patchwork

Commit 105aa7594db658635444cb37cc121c3952b8216b

Update codebase

Marcos Gutierrez committed on 9/29/2017, 12:59:36 PM
Parent: b3f266f00eac02d07994bab481cbe258401541f8

Files changed

locales/ki.jsonchanged
modules/page/html/render/message.jschanged
locales/ki.jsonView
@@ -31,6 +31,7 @@
3131 "likes": "پسند کرتا ہے",
3232 "Write a private reply": "نجی جواب",
3333 "Write a public reply": "پبلک جواب",
3434 "Publishing...": "پبلشنگ ...",
35- "Publish": "شائع"
36-}
35+ "Publish": "شائع",
36+ "More Channels...": "More Channels..."
37+}
modules/page/html/render/message.jsView
@@ -39,17 +39,13 @@
3939 placeholder: when(meta.recps, i18n.__('Write a private reply'), i18n.__('Write a public reply'))
4040 })
4141
4242 api.sbot.async.get(id, (err, value) => {
43-<<<<<<< 7cd7a533a0573f32dd6e18be5e921a99e2c161af
4443 if (err) {
4544 return result.set(h('PageHeading', [
46- h('h1', 'Cannot load thread. Root message missing.')
45+ h('h1', i18n.__('Cannot load thead'))
4746 ]))
4847 }
49-=======
50- if (err) return result.set(h('div', {className: 'Error'}, [i18n.__('Cannot load thead')]))
51->>>>>>> more translations
5248
5349 if (typeof value.content === 'string') {
5450 value = api.message.sync.unbox(value)
5551 }

Built with git-ssb-web