Gitter migration: Setup redirects (rollout pt. 3)
[gitter.git] / modules / translations / index.js
blob7820a11fc202a19001696c84e697fd081f334901
1 'use strict';
3 var path = require('path');
5 module.exports = {
6 getMessagesPath: function() {
7 return path.join(__dirname, 'messages');
8 },
9 getHomePagePath: function() {
10 return path.join(__dirname, 'homepage');