mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-22 12:41:31 +10:00
create glalie template
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import i18n from 'i18next';
|
||||
import { initReactI18next } from 'react-i18next';
|
||||
|
||||
import resources from './locales';
|
||||
import resources from './source';
|
||||
|
||||
const languages = [
|
||||
{
|
||||
|
||||
@ -3,7 +3,9 @@ import leftSidebar from './leftSidebar';
|
||||
import rightSidebar from './rightSidebar';
|
||||
|
||||
export default {
|
||||
app,
|
||||
leftSidebar,
|
||||
rightSidebar,
|
||||
en: {
|
||||
app,
|
||||
leftSidebar,
|
||||
rightSidebar,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user