@@ -5,6 +5,7 @@ import { initReactI18next } from 'react-i18next';
55import translationEN from './en.json' ;
66import translationFR from './fr.json' ;
77import translationES from './es.json' ;
8+ import translationCA from './ca.json' ;
89import translationDE from './de.json' ;
910import translationPT from './pt.json' ;
1011import translationJA from './ja.json' ;
@@ -20,6 +21,7 @@ export const LANGUAGES = [
2021 { code : 'en' , name : 'English' , flag : '🇬🇧' } ,
2122 { code : 'fr' , name : 'Français' , flag : '🇫🇷' } ,
2223 { code : 'es' , name : 'Español' , flag : '🇪🇸' } ,
24+ { code : 'ca' , name : 'Catala' , flag : '🇦🇩' } ,
2325 { code : 'de' , name : 'Deutsch' , flag : '🇩🇪' } ,
2426 { code : 'nl' , name : 'Nederlands' , flag : '🇳🇱' } ,
2527 { code : 'pt' , name : 'Português' , flag : '🇧🇷' } ,
@@ -36,6 +38,7 @@ export const resources = {
3638 en : { translation : translationEN } ,
3739 fr : { translation : translationFR } ,
3840 es : { translation : translationES } ,
41+ ca : { translation : translationCA } ,
3942 de : { translation : translationDE } ,
4043 nl : { translation : translationNL } ,
4144 pt : { translation : translationPT } ,
0 commit comments