Class YmlLoader

java.lang.Object
one.tranic.t.i18n.loader.YmlLoader
All Implemented Interfaces:
I18n

public class YmlLoader extends Object implements I18n
Example Yaml:

 goldpiglin.test1: Goldpiglin test
 goldpiglin.boost: boost test
 goldpiglin
      boost:
          xyz: Goldpiglin xyzzz
 
  • Constructor Details

    • YmlLoader

      public YmlLoader()
  • Method Details