Skip to content

i18n / Localisation

No i18n is implemented. Same as admin_console_R. Same rationale: internal staff tool, presumed English-speaking.

If i18n is ever added:

  • For Vue 2 + Nuxt 2: @nuxtjs/i18n (Nuxt-specific) or vue-i18n@8 (Vue 2 compatible)
  • Setup is ~3-4 hours for the scaffolding; the long tail is finding and replacing all hardcoded strings across 73 pages

When the eventual migration to Vue 3 / Nuxt 3 happens, switch to vue-i18n@9 + @nuxtjs/i18n (Nuxt 3 version).

No RTL support. Not currently needed.