UNPKG
portal-www
Version:
beta (1.74.0)
latest (1.74.0)
1.74.0
Nova Portal Website. Based on Next starter by Ueno
portal-www
/
next-i18next.config.js
10 lines
(9 loc)
•
190 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
module
.
exports
= { i18n: { defaultLocale:
'is-IS'
, locales: [
'is-IS'
,
'en'
], }, localePath:
'./locales'
, browserLanguageDetection:
false
, serverLanguageDetection:
false
, }