mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-26 01:44:53 +10:00
extracted templates, extracted strings for templates
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ i18n.use(initReactI18next).init({
|
||||
fallbackLng: 'en',
|
||||
resources,
|
||||
debug: true,
|
||||
ns: ['app', 'leftSidebar'],
|
||||
ns: ['app', 'leftSidebar', 'rightSidebar'],
|
||||
defaultNS: 'app',
|
||||
});
|
||||
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
import app from './app';
|
||||
import leftSidebar from './leftSidebar';
|
||||
import rightSidebar from './rightSidebar';
|
||||
|
||||
export default {
|
||||
app,
|
||||
leftSidebar,
|
||||
rightSidebar,
|
||||
};
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
import templates from './templates.json';
|
||||
|
||||
export default {
|
||||
templates,
|
||||
};
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"title": "Templates",
|
||||
"templates": {
|
||||
"onyx": "Onyx",
|
||||
"pikachu": "Pikaaachu",
|
||||
"gengar": "Gengar",
|
||||
"castform": "Castform"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user