mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-25 06:01:29 +10:00
- make dates follow internationalization standard
This commit is contained in:
@ -1,15 +1,15 @@
|
||||
import en from './en.json';
|
||||
import kn from './kn.json';
|
||||
import es from './es.json';
|
||||
import ptBr from './pt-br.json';
|
||||
import fi from './fi.json';
|
||||
import fr from './fr.json';
|
||||
import kn from './kn.json';
|
||||
import ptBr from './pt-br.json';
|
||||
|
||||
export default {
|
||||
en: { translation: en },
|
||||
kn: { translation: kn },
|
||||
es: { translation: es },
|
||||
ptBr: { translation: ptBr },
|
||||
fi: { translation: fi },
|
||||
fr: { translation: fr },
|
||||
kn: { translation: kn },
|
||||
ptBr: { translation: ptBr },
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user