add other langs files BZ OC 👽

This commit is contained in:
tykayn 2020-12-17 12:06:47 +01:00
parent be7cfff8d9
commit 00f2692918
5 changed files with 17 additions and 5 deletions

View File

@ -1,8 +1,10 @@
import en from './locales/en.json'
import bz from './locales/bz.json'
import fr from './locales/fr.json'
import oc from './locales/oc.json'
export default {
locale: 'en',
fallbackLocale: 'en',
messages: { en, fr },
locale: 'fr',
fallbackLocale: 'fr',
messages: { bz, en, fr, oc },
}

4
config/locales/bz.json Normal file
View File

@ -0,0 +1,4 @@
{
"locale_descritption": "Brezhoneg",
"message": "Bonjour en Breton!"
}

View File

@ -1,3 +1,4 @@
{
"message": "hello!"
"locale_descritption": "English",
"message": "Hello in English!"
}

View File

@ -1,3 +1,4 @@
{
"message": "bonjour!"
"locale_descritption": "Français",
"message": "Bonjour en Français!"
}

4
config/locales/oc.json Normal file
View File

@ -0,0 +1,4 @@
{
"locale_descritption": "Occitan",
"message": "bonjour en occitan!"
}