add country

This commit is contained in:
Josh Harvey 2016-12-20 21:11:42 +02:00
parent cd1716290c
commit d4035de4d6
4 changed files with 97 additions and 18 deletions

View file

@ -46,7 +46,8 @@ function poll (req, res, next) {
fiatCode: config.fiatCurrency,
localeInfo: {
primaryLocale: langs[0],
primaryLocales: langs
primaryLocales: langs,
country: config.country
}
}