i18n.js 128 B

1234
  1. export function translateTitle(title) {
  2. if (this.$te(`vabI18n.${title}`)) return this.$t(`vabI18n.${title}`)
  3. return title
  4. }