Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
tidied some stuff up
Browse files Browse the repository at this point in the history
  • Loading branch information
dangerousbeans authored and gmarcos87 committed Sep 29, 2017
1 parent 1a1dfa9 commit b3f266f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/i18n.js
Expand Up @@ -7,6 +7,6 @@ i18n.configure({
directory: appRoot + '/locales'
});

// i18n.setLocale('ki')
i18n.setLocale('ki')

exports.i18n = i18n;
4 changes: 3 additions & 1 deletion locales/en.json
Expand Up @@ -29,5 +29,7 @@
" followed ": " followed ",
" subscribed to ": " subscribed to ",
"likes": "likes",
" others": " others"
" others": " others",
"Write a private reply": "Write a private reply",
"Write a public reply": "Write a public reply"
}
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ssb-patchwork",
"productName": "patchwork",
"productName": "Patchwork",
"repository": "git@github.com:ssbc/patchwork.git",
"version": "3.6.6",
"description": "A decentralized messaging and sharing app built on top of Secure Scuttlebutt (SSB).",
Expand Down
2 changes: 0 additions & 2 deletions server-process.js
@@ -1,5 +1,3 @@
global.i18n = require('./lib/i18n').i18n

var serveBlobs = require('./lib/serve-blobs')
var fs = require('fs')
var Path = require('path')
Expand Down

0 comments on commit b3f266f

Please sign in to comment.