WorldEdit/worldedit-bukkit
Matthew Miller 267fe1ffe0
feat(i18n): use a translation loader to allow CB/WG to use WorldEdit's TranslationManager (#1327)
* feat(i18n): use a translation loader to allow CB/WG to use WorldEdit's TranslationManager

* Replace the old ResourceLoader with the new one

* Make ResourceLoader per-platform

* Update worldedit-core/src/main/java/com/sk89q/worldedit/util/io/WorldEditResourceLoader.java

* Improve the impl to allow a default

* Update based on review suggestions

* Local resource should be pathName too

* Delegate to getRootResource, and prevent pathName from starting with /

* HTML

* Format javadoc a little better

Co-authored-by: Octavia Togami <octavia.togami@gmail.com>
2020-05-14 17:40:11 +10:00
..
src feat(i18n): use a translation loader to allow CB/WG to use WorldEdit's TranslationManager (#1327) 2020-05-14 17:40:11 +10:00
build.gradle.kts Only add adapters to dist jar 2020-03-22 15:00:02 -07:00