mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 21:26:45 +01:00
Merge pull request #2088 from N0tMyFaultOG/master
Minor translation and template changes
This commit is contained in:
commit
c6f8a6ddc1
@ -294,10 +294,12 @@ public class PS{
|
|||||||
copyFile("automerge.js", Settings.Paths.SCRIPTS);
|
copyFile("automerge.js", Settings.Paths.SCRIPTS);
|
||||||
copyFile("town.template", Settings.Paths.TEMPLATES);
|
copyFile("town.template", Settings.Paths.TEMPLATES);
|
||||||
copyFile("skyblock.template", Settings.Paths.TEMPLATES);
|
copyFile("skyblock.template", Settings.Paths.TEMPLATES);
|
||||||
|
copyFile("bridge.template", Settings.Paths.TEMPLATES);
|
||||||
copyFile("german.yml", Settings.Paths.TRANSLATIONS);
|
copyFile("german.yml", Settings.Paths.TRANSLATIONS);
|
||||||
copyFile("s_chinese_unescaped.yml", Settings.Paths.TRANSLATIONS);
|
copyFile("s_chinese_unescaped.yml", Settings.Paths.TRANSLATIONS);
|
||||||
copyFile("s_chinese.yml", Settings.Paths.TRANSLATIONS);
|
copyFile("s_chinese.yml", Settings.Paths.TRANSLATIONS);
|
||||||
copyFile("italian.yml", Settings.Paths.TRANSLATIONS);
|
copyFile("italian.yml", Settings.Paths.TRANSLATIONS);
|
||||||
|
copyFile("Ko-kr.yml", Settings.Paths.TRANSLATIONS);
|
||||||
showDebug();
|
showDebug();
|
||||||
} catch (Throwable e) {
|
} catch (Throwable e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
|
@ -14,10 +14,12 @@ public class Settings extends Config {
|
|||||||
NOTE: Fields are saved in declaration order, classes in reverse order
|
NOTE: Fields are saved in declaration order, classes in reverse order
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@Comment("These first 4 aren't configurable") // This is a comment
|
@Comment("These first 7 aren't configurable") // This is a comment
|
||||||
@Final // Indicates that this value isn't configurable
|
@Final // Indicates that this value isn't configurable
|
||||||
public static final String ISSUES = "https://github.com/IntellectualSites/PlotSquared/issues";
|
public static final String ISSUES = "https://github.com/IntellectualSites/PlotSquared/issues";
|
||||||
@Final
|
@Final
|
||||||
|
public static final String SUGGESTION = "https://github.com/IntellectualSites/PlotSquaredSuggestions";
|
||||||
|
@Final
|
||||||
public static final String WIKI = "https://github.com/IntellectualSites/PlotSquared/wiki";
|
public static final String WIKI = "https://github.com/IntellectualSites/PlotSquared/wiki";
|
||||||
@Final
|
@Final
|
||||||
public static String DATE; // These values are set from P2 before loading
|
public static String DATE; // These values are set from P2 before loading
|
||||||
|
BIN
Core/src/main/resources/bridge.template
Normal file
BIN
Core/src/main/resources/bridge.template
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user