mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-02 19:52:05 +00:00
Add in i18n defaults
This commit is contained in:
parent
2730a2e73c
commit
5ec1c59a31
1 changed files with 4 additions and 2 deletions
|
@ -105,7 +105,7 @@ module.exports =
|
||||||
|
|
||||||
# Where your instance of ShareLaTeX can be found publically. Used in emails
|
# Where your instance of ShareLaTeX can be found publically. Used in emails
|
||||||
# that are sent out, generated links, etc.
|
# that are sent out, generated links, etc.
|
||||||
siteUrl : 'http://localhost:3000'
|
siteUrl : siteUrl = 'http://localhost:3000'
|
||||||
|
|
||||||
# cooke domain
|
# cooke domain
|
||||||
# use full domain for cookies to only be accesabble from that domain,
|
# use full domain for cookies to only be accesabble from that domain,
|
||||||
|
@ -144,7 +144,9 @@ module.exports =
|
||||||
# ------
|
# ------
|
||||||
#
|
#
|
||||||
i18n:
|
i18n:
|
||||||
defaultLng:"en-US"
|
subdomainLang:
|
||||||
|
www: {lngCode:"en", url: siteUrl}
|
||||||
|
defaultLng: "en"
|
||||||
|
|
||||||
# Spelling languages
|
# Spelling languages
|
||||||
# ------------------
|
# ------------------
|
||||||
|
|
Loading…
Reference in a new issue