Guest User

Untitled

a guest
Sep 25th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. public boolean function onApplicationStart(){
  2. var config = {
  3. rbPath = "/myapp/includes/i18n/",
  4. rb = "en_us"
  5. };
  6. application.hyrule = new hyrule.system.core.Hyrule(config);
  7. return true;
  8. }
Add Comment
Please, Sign In to add comment