repo.or.cz
/
gitter.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Gitter migration: Setup redirects (rollout pt. 3)
[gitter.git]
/
modules
/
translations
/
index.js
blob
7820a11fc202a19001696c84e697fd081f334901
1
'use strict'
;
2
3
var
path
=
require
(
'path'
);
4
5
module
.
exports
= {
6
getMessagesPath
:
function
() {
7
return
path
.
join
(
__dirname
,
'messages'
);
8
},
9
getHomePagePath
:
function
() {
10
return
path
.
join
(
__dirname
,
'homepage'
);
11
}
12
};