Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo-1
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
solo-1
Commits
5b41a272
Unverified
Commit
5b41a272
authored
Mar 29, 2019
by
Liang Ding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
♻
#12726
parent
34fa0626
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
src/main/java/org/b3log/solo/processor/console/PreferenceConsole.java
...a/org/b3log/solo/processor/console/PreferenceConsole.java
+0
-2
src/main/java/org/b3log/solo/util/Skins.java
src/main/java/org/b3log/solo/util/Skins.java
+1
-1
No files found.
src/main/java/org/b3log/solo/processor/console/PreferenceConsole.java
View file @
5b41a272
...
@@ -145,10 +145,8 @@ public class PreferenceConsole {
...
@@ -145,10 +145,8 @@ public class PreferenceConsole {
* "blogSubtitle": "",
* "blogSubtitle": "",
* "localeString": "",
* "localeString": "",
* "timeZoneId": "",
* "timeZoneId": "",
* "skinName": "",
* "skinDirName": "",
* "skinDirName": "",
* "skins": "[{
* "skins": "[{
* "skinName": "",
* "skinDirName": ""
* "skinDirName": ""
* }, ....]",
* }, ....]",
* "noticeBoard": "",
* "noticeBoard": "",
...
...
src/main/java/org/b3log/solo/util/Skins.java
View file @
5b41a272
...
@@ -120,7 +120,7 @@ public final class Skins {
...
@@ -120,7 +120,7 @@ public final class Skins {
}
}
/**
/**
* Fills the specified data model with the current skin
k's (WebRoot/skins/${skin
Name}/lang/lang_xx_XX.properties)
* Fills the specified data model with the current skin
's (WebRoot/skins/${skinDir
Name}/lang/lang_xx_XX.properties)
* and core language (WebRoot/WEB-INF/classes/lang_xx_XX.properties) configurations.
* and core language (WebRoot/WEB-INF/classes/lang_xx_XX.properties) configurations.
*
*
* @param localeString the specified locale string
* @param localeString the specified locale string
...
...
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