Skip to content

Internationalization

Varo primitives do not ship fixed copy. Let your application i18n system decide the final labels.

ts
import { createI18n } from 'vue-i18n'

Recommendations

  • keep business copy out of primitives
  • compose wrappers with your own translation layer
  • reuse the same strategy for H5 and mini-program apps