Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
library:lang:start [2020/09/14 23:14] – Add link to github repository phoenix616library:lang:start [2020/10/16 19:38] (current) – [Maven Info] phoenix616
Line 4: Line 4:
 Has the ability to select the correct locale depending on the user. Has the ability to select the correct locale depending on the user.
  
-[Github Repository](https://github.com/Phoenix616/lang)+[GiHub repository](https://github.com/Phoenix616/lang)
  
 ## Maven Info ## Maven Info
  
-```xml+<code xml>
 <repository> <repository>
     <id>minebench-repo</id>     <id>minebench-repo</id>
Line 20: Line 20:
     <scope>compile</scope>     <scope>compile</scope>
 </dependency> </dependency>
-```+</code>
  
 ## Usage ## Usage