trans()

in app/launch/src/helpers/Lang.js [9:11]


  trans(message, sub = {}) {
    return this._cache_data[message] || this._exec(message, sub)
  }