Internationalization for your open.DASH Instance

You can customize the language of your instance by using the instance.i18n() method.

Docs will follow soon.

Example

// app.js
instance.i18n({
  // Language will be auto detected based on the browser language by default
  language: 'en', // Set a value to force a language
  translations: {
    'en': { // Language
      // Overwrite or add language strings:
      'od.dashboard.empty': 'Sadly there are no widgets in your dashboard :(',
    },
  },
});

results matching ""

    No results matching ""