mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-11-04 03:03:43 +01:00 
			
		
		
		
	Merge pull request #2088 from N0tMyFaultOG/master
Minor translation and template changes
This commit is contained in:
		@@ -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.
										
									
								
							
		Reference in New Issue
	
	Block a user