Skip to content
Success

Changes

Summary

  1. Try to load locale from plugin data folder first (commit: c2d4aea) (details)
  2. Fall back to locale loaded from JAR when filesystem one doesn't have (commit: 0f2e1ea) (details)
  3. Dedicated directory for locales (commit: 1ca4805) (details)
  4. Cache raw messages from resource bundles (commit: ec574a6) (details)
  5. Note user that locale is loaded from locales directory (commit: 5dc9c3f) (details)
Commit c2d4aeaf8509fa06e3c9101fee28e71136b2b027 by mikroskeem
Try to load locale from plugin data folder first
(commit: c2d4aea)
The file was modified src/main/java/com/gmail/nossr50/locale/LocaleLoader.java (diff)
Commit 0f2e1ea74084ce49eeb10a0447696179e375aaf4 by mikroskeem
Fall back to locale loaded from JAR when filesystem one doesn't have
requested key
(commit: 0f2e1ea)
The file was modified src/main/java/com/gmail/nossr50/locale/LocaleLoader.java (diff)
Commit 1ca48051add5f289ff79bc7584ee083a6b1a53f9 by mikroskeem
Dedicated directory for locales
(commit: 1ca4805)
The file was modified src/main/java/com/gmail/nossr50/mcMMO.java (diff)
The file was modified src/main/java/com/gmail/nossr50/locale/LocaleLoader.java (diff)
Commit ec574a6b63874d18ecd397b6b36cba1ebbd64788 by mikroskeem
Cache raw messages from resource bundles
Should speed things up a bit as next message lookups are from single
hashmap instead
(commit: ec574a6)
The file was modified src/main/java/com/gmail/nossr50/locale/LocaleLoader.java (diff)
Commit 5dc9c3f732a38fe01255cba96989f8fa15d22f73 by mikroskeem
Note user that locale is loaded from locales directory
(commit: 5dc9c3f)
The file was modified src/main/java/com/gmail/nossr50/locale/LocaleLoader.java (diff)