mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 13:16:45 +01:00
2.1.51 - mikroskeem patch
This commit is contained in:
parent
22ef134c84
commit
c1379f7ac6
@ -4,6 +4,8 @@ Version 2.1.51
|
|||||||
Locales can now be overriden by placing a file with an appropriate name inside /plugins/mcMMO/locales/ (Thanks mikroskeem)
|
Locales can now be overriden by placing a file with an appropriate name inside /plugins/mcMMO/locales/ (Thanks mikroskeem)
|
||||||
|
|
||||||
NOTES
|
NOTES
|
||||||
|
You can find the up to date current en_US locale entries here: https://github.com/mcMMO-Dev/mcMMO/blob/master/src/main/resources/locale/locale_en_US.properties
|
||||||
|
You do NOT have to replace the whole locale, you can replace only the strings you want to!
|
||||||
Locales only support ASCII and UTF16 characters at the moment, so you'll need to run special characters through a UTF16 converter (google it) to get them to work, I'll be fixing this in the future!
|
Locales only support ASCII and UTF16 characters at the moment, so you'll need to run special characters through a UTF16 converter (google it) to get them to work, I'll be fixing this in the future!
|
||||||
The locale name must match the internal file you are overriding (ie: locale_en_US.properties)
|
The locale name must match the internal file you are overriding (ie: locale_en_US.properties)
|
||||||
Locale will first check for a users locale file, if it doesn't exist it will use internal resources (files inside the JAR)
|
Locale will first check for a users locale file, if it doesn't exist it will use internal resources (files inside the JAR)
|
||||||
|
2
pom.xml
2
pom.xml
@ -2,7 +2,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.gmail.nossr50.mcMMO</groupId>
|
<groupId>com.gmail.nossr50.mcMMO</groupId>
|
||||||
<artifactId>mcMMO</artifactId>
|
<artifactId>mcMMO</artifactId>
|
||||||
<version>2.1.51-SNAPSHOT</version>
|
<version>2.1.51</version>
|
||||||
<name>mcMMO</name>
|
<name>mcMMO</name>
|
||||||
<url>https://github.com/mcMMO-Dev/mcMMO</url>
|
<url>https://github.com/mcMMO-Dev/mcMMO</url>
|
||||||
<scm>
|
<scm>
|
||||||
|
Loading…
Reference in New Issue
Block a user