Commit b3f266f00eac02d07994bab481cbe258401541f8
tidied some stuff up
Joran authored on 4/28/2017, 12:21:01 AMMarcos Gutierrez committed on 9/29/2017, 12:59:36 PM
Parent: 1a1dfa987b784a002e626f97e18aeaf2164d1299
Files changed
lib/i18n.js | changed |
locales/en.json | changed |
package.json | changed |
server-process.js | changed |
lib/i18n.js | ||
---|---|---|
@@ -6,7 +6,7 @@ | ||
6 | 6 | locales:['en','ki'], |
7 | 7 | directory: appRoot + '/locales' |
8 | 8 | }); |
9 | 9 | |
10 | -// i18n.setLocale('ki') | |
10 | +i18n.setLocale('ki') | |
11 | 11 | |
12 | 12 | exports.i18n = i18n; |
locales/en.json | ||
---|---|---|
@@ -28,6 +28,8 @@ | ||
28 | 28 | " and ": " and ", |
29 | 29 | " followed ": " followed ", |
30 | 30 | " subscribed to ": " subscribed to ", |
31 | 31 | "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" | |
33 | 35 | } |
package.json | ||
---|---|---|
@@ -1,7 +1,7 @@ | ||
1 | 1 | { |
2 | 2 | "name": "ssb-patchwork", |
3 | - "productName": "patchwork", | |
3 | + "productName": "Patchwork", | |
4 | 4 | "repository": "git@github.com:ssbc/patchwork.git", |
5 | 5 | "version": "3.6.6", |
6 | 6 | "description": "A decentralized messaging and sharing app built on top of Secure Scuttlebutt (SSB).", |
7 | 7 | "main": "index.js", |
Built with git-ssb-web