i18n

Intro

This file contains the languages configuration for the application.Here you can set the the language you want to set by default In the file @config/i18n.ts you can set the config of the i18n

Example

The next example is the default configuration

export default {
    locale: 'en'
}

Usage

Table of Contents