use github translate-sharelatex module

This commit is contained in:
Henry Oswald 2014-03-26 17:30:25 +00:00
parent ebacf86485
commit c718535068
3 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@ sessionStore = new RedisStore(host:Settings.redis.web.host, port:Settings.redis.
cookieParser = express.cookieParser(Settings.security.sessionSecret)
oneDayInMilliseconds = 86400000
ReferalConnect = require('../Features/Referal/ReferalConnect')
translations = require "translations"
translations = require "translations-sharelatex"
Monitor = require "./Monitor"

View file

@ -87,7 +87,7 @@ block content
a.normalText.menu-indent(href="/templates/thesis") Thesis
li
a.normalText.menu-indent(href="/templates/bibliographies") Bibliographies
h1 #{translate("projects")} translate
h1 #{translate("projects")}
- if (projects.length > 0)
.row-fluid
.span9

View file

@ -28,7 +28,7 @@
"mixpanel": "0.0.18",
"settings-sharelatex": "git+https://github.com/sharelatex/settings-sharelatex.git#master",
"logger-sharelatex": "git+https://github.com/sharelatex/logger-sharelatex.git#master",
"translations-sharelatex": "git+https://henryoswald@bitbucket.org/henryoswald/translations-sharelatex.git#master",
"translations-sharelatex": "git+https://github.com/sharelatex/translations-sharelatex.git#master",
"soa-req-id": "git+https://github.com/sharelatex/soa-req-id.git#master",
"fairy": "0.0.2",
"node-uuid": "1.4.0",