git ssb

10+

Matt McKegg / patchwork



Commit b3f266f00eac02d07994bab481cbe258401541f8

tidied some stuff up

Joran authored on 4/28/2017, 12:21:01 AM
Marcos Gutierrez committed on 9/29/2017, 12:59:36 PM
Parent: 1a1dfa987b784a002e626f97e18aeaf2164d1299

Files changed

lib/i18n.jschanged
locales/en.jsonchanged
package.jsonchanged
server-process.jschanged
lib/i18n.jsView
@@ -6,7 +6,7 @@
66 locales:['en','ki'],
77 directory: appRoot + '/locales'
88 });
99
10-// i18n.setLocale('ki')
10+i18n.setLocale('ki')
1111
1212 exports.i18n = i18n;
locales/en.jsonView
@@ -28,6 +28,8 @@
2828 " and ": " and ",
2929 " followed ": " followed ",
3030 " subscribed to ": " subscribed to ",
3131 "likes": "likes",
32- " others": " others"
32+ " others": " others",
33+ "Write a private reply": "Write a private reply",
34+ "Write a public reply": "Write a public reply"
3335 }
package.jsonView
@@ -1,7 +1,7 @@
11 {
22 "name": "ssb-patchwork",
3- "productName": "patchwork",
3+ "productName": "Patchwork",
44 "repository": "git@github.com:ssbc/patchwork.git",
55 "version": "3.6.6",
66 "description": "A decentralized messaging and sharing app built on top of Secure Scuttlebutt (SSB).",
77 "main": "index.js",
server-process.jsView
@@ -1,6 +1,4 @@
1-global.i18n = require('./lib/i18n').i18n
2-
31 var serveBlobs = require('./lib/serve-blobs')
42 var fs = require('fs')
53 var Path = require('path')
64 var electron = require('electron')

Built with git-ssb-web