Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wiki-js
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
wiki-js
Commits
5c9fe147
You need to sign in or sign up before continuing.
Commit
5c9fe147
authored
Apr 29, 2017
by
NGPixel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: Fixed i18n incorrect paths
parent
6339714b
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
config.docker.yml
config.docker.yml
+2
-2
config.sample.yml
config.sample.yml
+2
-2
index.js
server/index.js
+1
-1
No files found.
config.docker.yml
View file @
5c9fe147
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# Wiki.js - CONFIGURATION #
# Wiki.js - CONFIGURATION #
#######################################################################
#######################################################################
# Full explanation + examples in the documentation:
# Full explanation + examples in the documentation:
# https://
wiki.requarks.io
/install
# https://
docs.requarks.io/wiki
/install
# ---------------------------------------------------------------------
# ---------------------------------------------------------------------
# Title of this site
# Title of this site
...
@@ -43,7 +43,7 @@ uploads:
...
@@ -43,7 +43,7 @@ uploads:
# ---------------------------------------------------------------------
# ---------------------------------------------------------------------
# Site Language
# Site Language
# ---------------------------------------------------------------------
# ---------------------------------------------------------------------
# Possible values: en,
fr
# Possible values: en,
de, es, fr, ko, pt or ru
lang
:
en
lang
:
en
...
...
config.sample.yml
View file @
5c9fe147
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# Wiki.js - CONFIGURATION #
# Wiki.js - CONFIGURATION #
#######################################################################
#######################################################################
# Full explanation + examples in the documentation:
# Full explanation + examples in the documentation:
# https://
wiki.requarks.io
/install
# https://
docs.requarks.io/wiki
/install
# ---------------------------------------------------------------------
# ---------------------------------------------------------------------
# Title of this site
# Title of this site
...
@@ -43,7 +43,7 @@ uploads:
...
@@ -43,7 +43,7 @@ uploads:
# ---------------------------------------------------------------------
# ---------------------------------------------------------------------
# Site Language
# Site Language
# ---------------------------------------------------------------------
# ---------------------------------------------------------------------
# Possible values: en,
fr
# Possible values: en,
de, es, fr, ko, pt or ru
lang
:
en
lang
:
en
...
...
server/index.js
View file @
5c9fe147
...
@@ -131,7 +131,7 @@ lang
...
@@ -131,7 +131,7 @@ lang
preload
:
[
'en'
,
'fr'
],
preload
:
[
'en'
,
'fr'
],
fallbackLng
:
'en'
,
fallbackLng
:
'en'
,
backend
:
{
backend
:
{
loadPath
:
'./locales/{{lng}}/{{ns}}.json'
loadPath
:
path
.
join
(
SERVERPATH
,
'locales/{{lng}}/{{ns}}.json'
)
}
}
})
})
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment