mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 16:22:59 +10:00
add index.js files for every locale
This commit is contained in:
3
src/i18n/locales/af/app/index.js
Normal file
3
src/i18n/locales/af/app/index.js
Normal file
@ -0,0 +1,3 @@
|
||||
import app from './app.json';
|
||||
|
||||
export default app;
|
||||
9
src/i18n/locales/af/index.js
Normal file
9
src/i18n/locales/af/index.js
Normal file
@ -0,0 +1,9 @@
|
||||
import app from './app';
|
||||
import leftSidebar from './leftSidebar';
|
||||
import rightSidebar from './rightSidebar';
|
||||
|
||||
export default {
|
||||
app,
|
||||
leftSidebar,
|
||||
rightSidebar,
|
||||
};
|
||||
23
src/i18n/locales/af/leftSidebar/index.js
Normal file
23
src/i18n/locales/af/leftSidebar/index.js
Normal file
@ -0,0 +1,23 @@
|
||||
import profile from './profile.json';
|
||||
import objective from './objective.json';
|
||||
import work from './work.json';
|
||||
import education from './education.json';
|
||||
import awards from './awards.json';
|
||||
import certifications from './certifications.json';
|
||||
import skills from './skills.json';
|
||||
import languages from './languages.json';
|
||||
import references from './references.json';
|
||||
import extras from './extras.json';
|
||||
|
||||
export default {
|
||||
profile,
|
||||
objective,
|
||||
work,
|
||||
education,
|
||||
awards,
|
||||
certifications,
|
||||
skills,
|
||||
languages,
|
||||
references,
|
||||
extras,
|
||||
};
|
||||
15
src/i18n/locales/af/rightSidebar/index.js
Normal file
15
src/i18n/locales/af/rightSidebar/index.js
Normal file
@ -0,0 +1,15 @@
|
||||
import templates from './templates.json';
|
||||
import colors from './colors.json';
|
||||
import fonts from './fonts.json';
|
||||
import actions from './actions.json';
|
||||
import settings from './settings.json';
|
||||
import about from './about.json';
|
||||
|
||||
export default {
|
||||
templates,
|
||||
colors,
|
||||
fonts,
|
||||
actions,
|
||||
settings,
|
||||
about,
|
||||
};
|
||||
3
src/i18n/locales/ar/app/index.js
Normal file
3
src/i18n/locales/ar/app/index.js
Normal file
@ -0,0 +1,3 @@
|
||||
import app from './app.json';
|
||||
|
||||
export default app;
|
||||
9
src/i18n/locales/ar/index.js
Normal file
9
src/i18n/locales/ar/index.js
Normal file
@ -0,0 +1,9 @@
|
||||
import app from './app';
|
||||
import leftSidebar from './leftSidebar';
|
||||
import rightSidebar from './rightSidebar';
|
||||
|
||||
export default {
|
||||
app,
|
||||
leftSidebar,
|
||||
rightSidebar,
|
||||
};
|
||||
23
src/i18n/locales/ar/leftSidebar/index.js
Normal file
23
src/i18n/locales/ar/leftSidebar/index.js
Normal file
@ -0,0 +1,23 @@
|
||||
import profile from './profile.json';
|
||||
import objective from './objective.json';
|
||||
import work from './work.json';
|
||||
import education from './education.json';
|
||||
import awards from './awards.json';
|
||||
import certifications from './certifications.json';
|
||||
import skills from './skills.json';
|
||||
import languages from './languages.json';
|
||||
import references from './references.json';
|
||||
import extras from './extras.json';
|
||||
|
||||
export default {
|
||||
profile,
|
||||
objective,
|
||||
work,
|
||||
education,
|
||||
awards,
|
||||
certifications,
|
||||
skills,
|
||||
languages,
|
||||
references,
|
||||
extras,
|
||||
};
|
||||
15
src/i18n/locales/ar/rightSidebar/index.js
Normal file
15
src/i18n/locales/ar/rightSidebar/index.js
Normal file
@ -0,0 +1,15 @@
|
||||
import templates from './templates.json';
|
||||
import colors from './colors.json';
|
||||
import fonts from './fonts.json';
|
||||
import actions from './actions.json';
|
||||
import settings from './settings.json';
|
||||
import about from './about.json';
|
||||
|
||||
export default {
|
||||
templates,
|
||||
colors,
|
||||
fonts,
|
||||
actions,
|
||||
settings,
|
||||
about,
|
||||
};
|
||||
3
src/i18n/locales/as/app/index.js
Normal file
3
src/i18n/locales/as/app/index.js
Normal file
@ -0,0 +1,3 @@
|
||||
import app from './app.json';
|
||||
|
||||
export default app;
|
||||
9
src/i18n/locales/as/index.js
Normal file
9
src/i18n/locales/as/index.js
Normal file
@ -0,0 +1,9 @@
|
||||
import app from './app';
|
||||
import leftSidebar from './leftSidebar';
|
||||
import rightSidebar from './rightSidebar';
|
||||
|
||||
export default {
|
||||
app,
|
||||
leftSidebar,
|
||||
rightSidebar,
|
||||
};
|
||||
23
src/i18n/locales/as/leftSidebar/index.js
Normal file
23
src/i18n/locales/as/leftSidebar/index.js
Normal file
@ -0,0 +1,23 @@
|
||||
import profile from './profile.json';
|
||||
import objective from './objective.json';
|
||||
import work from './work.json';
|
||||
import education from './education.json';
|
||||
import awards from './awards.json';
|
||||
import certifications from './certifications.json';
|
||||
import skills from './skills.json';
|
||||
import languages from './languages.json';
|
||||
import references from './references.json';
|
||||
import extras from './extras.json';
|
||||
|
||||
export default {
|
||||
profile,
|
||||
objective,
|
||||
work,
|
||||
education,
|
||||
awards,
|
||||
certifications,
|
||||
skills,
|
||||
languages,
|
||||
references,
|
||||
extras,
|
||||
};
|
||||
15
src/i18n/locales/as/rightSidebar/index.js
Normal file
15
src/i18n/locales/as/rightSidebar/index.js
Normal file
@ -0,0 +1,15 @@
|
||||
import templates from './templates.json';
|
||||
import colors from './colors.json';
|
||||
import fonts from './fonts.json';
|
||||
import actions from './actions.json';
|
||||
import settings from './settings.json';
|
||||
import about from './about.json';
|
||||
|
||||
export default {
|
||||
templates,
|
||||
colors,
|
||||
fonts,
|
||||
actions,
|
||||
settings,
|
||||
about,
|
||||
};
|
||||
3
src/i18n/locales/ca/app/index.js
Normal file
3
src/i18n/locales/ca/app/index.js
Normal file
@ -0,0 +1,3 @@
|
||||
import app from './app.json';
|
||||
|
||||
export default app;
|
||||
9
src/i18n/locales/ca/index.js
Normal file
9
src/i18n/locales/ca/index.js
Normal file
@ -0,0 +1,9 @@
|
||||
import app from './app';
|
||||
import leftSidebar from './leftSidebar';
|
||||
import rightSidebar from './rightSidebar';
|
||||
|
||||
export default {
|
||||
app,
|
||||
leftSidebar,
|
||||
rightSidebar,
|
||||
};
|
||||
23
src/i18n/locales/ca/leftSidebar/index.js
Normal file
23
src/i18n/locales/ca/leftSidebar/index.js
Normal file
@ -0,0 +1,23 @@
|
||||
import profile from './profile.json';
|
||||
import objective from './objective.json';
|
||||
import work from './work.json';
|
||||
import education from './education.json';
|
||||
import awards from './awards.json';
|
||||
import certifications from './certifications.json';
|
||||
import skills from './skills.json';
|
||||
import languages from './languages.json';
|
||||
import references from './references.json';
|
||||
import extras from './extras.json';
|
||||
|
||||
export default {
|
||||
profile,
|
||||
objective,
|
||||
work,
|
||||
education,
|
||||
awards,
|
||||
certifications,
|
||||
skills,
|
||||
languages,
|
||||
references,
|
||||
extras,
|
||||
};
|
||||
15
src/i18n/locales/ca/rightSidebar/index.js
Normal file
15
src/i18n/locales/ca/rightSidebar/index.js
Normal file
@ -0,0 +1,15 @@
|
||||
import templates from './templates.json';
|
||||
import colors from './colors.json';
|
||||
import fonts from './fonts.json';
|
||||
import actions from './actions.json';
|
||||
import settings from './settings.json';
|
||||
import about from './about.json';
|
||||
|
||||
export default {
|
||||
templates,
|
||||
colors,
|
||||
fonts,
|
||||
actions,
|
||||
settings,
|
||||
about,
|
||||
};
|
||||
3
src/i18n/locales/cs/app/index.js
Normal file
3
src/i18n/locales/cs/app/index.js
Normal file
@ -0,0 +1,3 @@
|
||||
import app from './app.json';
|
||||
|
||||
export default app;
|
||||
9
src/i18n/locales/cs/index.js
Normal file
9
src/i18n/locales/cs/index.js
Normal file
@ -0,0 +1,9 @@
|
||||
import app from './app';
|
||||
import leftSidebar from './leftSidebar';
|
||||
import rightSidebar from './rightSidebar';
|
||||
|
||||
export default {
|
||||
app,
|
||||
leftSidebar,
|
||||
rightSidebar,
|
||||
};
|
||||
23
src/i18n/locales/cs/leftSidebar/index.js
Normal file
23
src/i18n/locales/cs/leftSidebar/index.js
Normal file
@ -0,0 +1,23 @@
|
||||
import profile from './profile.json';
|
||||
import objective from './objective.json';
|
||||
import work from './work.json';
|
||||
import education from './education.json';
|
||||
import awards from './awards.json';
|
||||
import certifications from './certifications.json';
|
||||
import skills from './skills.json';
|
||||
import languages from './languages.json';
|
||||
import references from './references.json';
|
||||
import extras from './extras.json';
|
||||
|
||||
export default {
|
||||
profile,
|
||||
objective,
|
||||
work,
|
||||
education,
|
||||
awards,
|
||||
certifications,
|
||||
skills,
|
||||
languages,
|
||||
references,
|
||||
extras,
|
||||
};
|
||||
15
src/i18n/locales/cs/rightSidebar/index.js
Normal file
15
src/i18n/locales/cs/rightSidebar/index.js
Normal file
@ -0,0 +1,15 @@
|
||||
import templates from './templates.json';
|
||||
import colors from './colors.json';
|
||||
import fonts from './fonts.json';
|
||||
import actions from './actions.json';
|
||||
import settings from './settings.json';
|
||||
import about from './about.json';
|
||||
|
||||
export default {
|
||||
templates,
|
||||
colors,
|
||||
fonts,
|
||||
actions,
|
||||
settings,
|
||||
about,
|
||||
};
|
||||
3
src/i18n/locales/da/app/index.js
Normal file
3
src/i18n/locales/da/app/index.js
Normal file
@ -0,0 +1,3 @@
|
||||
import app from './app.json';
|
||||
|
||||
export default app;
|
||||
9
src/i18n/locales/da/index.js
Normal file
9
src/i18n/locales/da/index.js
Normal file
@ -0,0 +1,9 @@
|
||||
import app from './app';
|
||||
import leftSidebar from './leftSidebar';
|
||||
import rightSidebar from './rightSidebar';
|
||||
|
||||
export default {
|
||||
app,
|
||||
leftSidebar,
|
||||
rightSidebar,
|
||||
};
|
||||
23
src/i18n/locales/da/leftSidebar/index.js
Normal file
23
src/i18n/locales/da/leftSidebar/index.js
Normal file
@ -0,0 +1,23 @@
|
||||
import profile from './profile.json';
|
||||
import objective from './objective.json';
|
||||
import work from './work.json';
|
||||
import education from './education.json';
|
||||
import awards from './awards.json';
|
||||
import certifications from './certifications.json';
|
||||
import skills from './skills.json';
|
||||
import languages from './languages.json';
|
||||
import references from './references.json';
|
||||
import extras from './extras.json';
|
||||
|
||||
export default {
|
||||
profile,
|
||||
objective,
|
||||
work,
|
||||
education,
|
||||
awards,
|
||||
certifications,
|
||||
skills,
|
||||
languages,
|
||||
references,
|
||||
extras,
|
||||
};
|
||||
15
src/i18n/locales/da/rightSidebar/index.js
Normal file
15
src/i18n/locales/da/rightSidebar/index.js
Normal file
@ -0,0 +1,15 @@
|
||||
import templates from './templates.json';
|
||||
import colors from './colors.json';
|
||||
import fonts from './fonts.json';
|
||||
import actions from './actions.json';
|
||||
import settings from './settings.json';
|
||||
import about from './about.json';
|
||||
|
||||
export default {
|
||||
templates,
|
||||
colors,
|
||||
fonts,
|
||||
actions,
|
||||
settings,
|
||||
about,
|
||||
};
|
||||
3
src/i18n/locales/de/app/index.js
Normal file
3
src/i18n/locales/de/app/index.js
Normal file
@ -0,0 +1,3 @@
|
||||
import app from './app.json';
|
||||
|
||||
export default app;
|
||||
9
src/i18n/locales/de/index.js
Normal file
9
src/i18n/locales/de/index.js
Normal file
@ -0,0 +1,9 @@
|
||||
import app from './app';
|
||||
import leftSidebar from './leftSidebar';
|
||||
import rightSidebar from './rightSidebar';
|
||||
|
||||
export default {
|
||||
app,
|
||||
leftSidebar,
|
||||
rightSidebar,
|
||||
};
|
||||
23
src/i18n/locales/de/leftSidebar/index.js
Normal file
23
src/i18n/locales/de/leftSidebar/index.js
Normal file
@ -0,0 +1,23 @@
|
||||
import profile from './profile.json';
|
||||
import objective from './objective.json';
|
||||
import work from './work.json';
|
||||
import education from './education.json';
|
||||
import awards from './awards.json';
|
||||
import certifications from './certifications.json';
|
||||
import skills from './skills.json';
|
||||
import languages from './languages.json';
|
||||
import references from './references.json';
|
||||
import extras from './extras.json';
|
||||
|
||||
export default {
|
||||
profile,
|
||||
objective,
|
||||
work,
|
||||
education,
|
||||
awards,
|
||||
certifications,
|
||||
skills,
|
||||
languages,
|
||||
references,
|
||||
extras,
|
||||
};
|
||||
15
src/i18n/locales/de/rightSidebar/index.js
Normal file
15
src/i18n/locales/de/rightSidebar/index.js
Normal file
@ -0,0 +1,15 @@
|
||||
import templates from './templates.json';
|
||||
import colors from './colors.json';
|
||||
import fonts from './fonts.json';
|
||||
import actions from './actions.json';
|
||||
import settings from './settings.json';
|
||||
import about from './about.json';
|
||||
|
||||
export default {
|
||||
templates,
|
||||
colors,
|
||||
fonts,
|
||||
actions,
|
||||
settings,
|
||||
about,
|
||||
};
|
||||
3
src/i18n/locales/el/app/index.js
Normal file
3
src/i18n/locales/el/app/index.js
Normal file
@ -0,0 +1,3 @@
|
||||
import app from './app.json';
|
||||
|
||||
export default app;
|
||||
9
src/i18n/locales/el/index.js
Normal file
9
src/i18n/locales/el/index.js
Normal file
@ -0,0 +1,9 @@
|
||||
import app from './app';
|
||||
import leftSidebar from './leftSidebar';
|
||||
import rightSidebar from './rightSidebar';
|
||||
|
||||
export default {
|
||||
app,
|
||||
leftSidebar,
|
||||
rightSidebar,
|
||||
};
|
||||
23
src/i18n/locales/el/leftSidebar/index.js
Normal file
23
src/i18n/locales/el/leftSidebar/index.js
Normal file
@ -0,0 +1,23 @@
|
||||
import profile from './profile.json';
|
||||
import objective from './objective.json';
|
||||
import work from './work.json';
|
||||
import education from './education.json';
|
||||
import awards from './awards.json';
|
||||
import certifications from './certifications.json';
|
||||
import skills from './skills.json';
|
||||
import languages from './languages.json';
|
||||
import references from './references.json';
|
||||
import extras from './extras.json';
|
||||
|
||||
export default {
|
||||
profile,
|
||||
objective,
|
||||
work,
|
||||
education,
|
||||
awards,
|
||||
certifications,
|
||||
skills,
|
||||
languages,
|
||||
references,
|
||||
extras,
|
||||
};
|
||||
15
src/i18n/locales/el/rightSidebar/index.js
Normal file
15
src/i18n/locales/el/rightSidebar/index.js
Normal file
@ -0,0 +1,15 @@
|
||||
import templates from './templates.json';
|
||||
import colors from './colors.json';
|
||||
import fonts from './fonts.json';
|
||||
import actions from './actions.json';
|
||||
import settings from './settings.json';
|
||||
import about from './about.json';
|
||||
|
||||
export default {
|
||||
templates,
|
||||
colors,
|
||||
fonts,
|
||||
actions,
|
||||
settings,
|
||||
about,
|
||||
};
|
||||
3
src/i18n/locales/es/app/index.js
Normal file
3
src/i18n/locales/es/app/index.js
Normal file
@ -0,0 +1,3 @@
|
||||
import app from './app.json';
|
||||
|
||||
export default app;
|
||||
9
src/i18n/locales/es/index.js
Normal file
9
src/i18n/locales/es/index.js
Normal file
@ -0,0 +1,9 @@
|
||||
import app from './app';
|
||||
import leftSidebar from './leftSidebar';
|
||||
import rightSidebar from './rightSidebar';
|
||||
|
||||
export default {
|
||||
app,
|
||||
leftSidebar,
|
||||
rightSidebar,
|
||||
};
|
||||
23
src/i18n/locales/es/leftSidebar/index.js
Normal file
23
src/i18n/locales/es/leftSidebar/index.js
Normal file
@ -0,0 +1,23 @@
|
||||
import profile from './profile.json';
|
||||
import objective from './objective.json';
|
||||
import work from './work.json';
|
||||
import education from './education.json';
|
||||
import awards from './awards.json';
|
||||
import certifications from './certifications.json';
|
||||
import skills from './skills.json';
|
||||
import languages from './languages.json';
|
||||
import references from './references.json';
|
||||
import extras from './extras.json';
|
||||
|
||||
export default {
|
||||
profile,
|
||||
objective,
|
||||
work,
|
||||
education,
|
||||
awards,
|
||||
certifications,
|
||||
skills,
|
||||
languages,
|
||||
references,
|
||||
extras,
|
||||
};
|
||||
15
src/i18n/locales/es/rightSidebar/index.js
Normal file
15
src/i18n/locales/es/rightSidebar/index.js
Normal file
@ -0,0 +1,15 @@
|
||||
import templates from './templates.json';
|
||||
import colors from './colors.json';
|
||||
import fonts from './fonts.json';
|
||||
import actions from './actions.json';
|
||||
import settings from './settings.json';
|
||||
import about from './about.json';
|
||||
|
||||
export default {
|
||||
templates,
|
||||
colors,
|
||||
fonts,
|
||||
actions,
|
||||
settings,
|
||||
about,
|
||||
};
|
||||
3
src/i18n/locales/fi/app/index.js
Normal file
3
src/i18n/locales/fi/app/index.js
Normal file
@ -0,0 +1,3 @@
|
||||
import app from './app.json';
|
||||
|
||||
export default app;
|
||||
9
src/i18n/locales/fi/index.js
Normal file
9
src/i18n/locales/fi/index.js
Normal file
@ -0,0 +1,9 @@
|
||||
import app from './app';
|
||||
import leftSidebar from './leftSidebar';
|
||||
import rightSidebar from './rightSidebar';
|
||||
|
||||
export default {
|
||||
app,
|
||||
leftSidebar,
|
||||
rightSidebar,
|
||||
};
|
||||
23
src/i18n/locales/fi/leftSidebar/index.js
Normal file
23
src/i18n/locales/fi/leftSidebar/index.js
Normal file
@ -0,0 +1,23 @@
|
||||
import profile from './profile.json';
|
||||
import objective from './objective.json';
|
||||
import work from './work.json';
|
||||
import education from './education.json';
|
||||
import awards from './awards.json';
|
||||
import certifications from './certifications.json';
|
||||
import skills from './skills.json';
|
||||
import languages from './languages.json';
|
||||
import references from './references.json';
|
||||
import extras from './extras.json';
|
||||
|
||||
export default {
|
||||
profile,
|
||||
objective,
|
||||
work,
|
||||
education,
|
||||
awards,
|
||||
certifications,
|
||||
skills,
|
||||
languages,
|
||||
references,
|
||||
extras,
|
||||
};
|
||||
15
src/i18n/locales/fi/rightSidebar/index.js
Normal file
15
src/i18n/locales/fi/rightSidebar/index.js
Normal file
@ -0,0 +1,15 @@
|
||||
import templates from './templates.json';
|
||||
import colors from './colors.json';
|
||||
import fonts from './fonts.json';
|
||||
import actions from './actions.json';
|
||||
import settings from './settings.json';
|
||||
import about from './about.json';
|
||||
|
||||
export default {
|
||||
templates,
|
||||
colors,
|
||||
fonts,
|
||||
actions,
|
||||
settings,
|
||||
about,
|
||||
};
|
||||
3
src/i18n/locales/fr/app/index.js
Normal file
3
src/i18n/locales/fr/app/index.js
Normal file
@ -0,0 +1,3 @@
|
||||
import app from './app.json';
|
||||
|
||||
export default app;
|
||||
9
src/i18n/locales/fr/index.js
Normal file
9
src/i18n/locales/fr/index.js
Normal file
@ -0,0 +1,9 @@
|
||||
import app from './app';
|
||||
import leftSidebar from './leftSidebar';
|
||||
import rightSidebar from './rightSidebar';
|
||||
|
||||
export default {
|
||||
app,
|
||||
leftSidebar,
|
||||
rightSidebar,
|
||||
};
|
||||
23
src/i18n/locales/fr/leftSidebar/index.js
Normal file
23
src/i18n/locales/fr/leftSidebar/index.js
Normal file
@ -0,0 +1,23 @@
|
||||
import profile from './profile.json';
|
||||
import objective from './objective.json';
|
||||
import work from './work.json';
|
||||
import education from './education.json';
|
||||
import awards from './awards.json';
|
||||
import certifications from './certifications.json';
|
||||
import skills from './skills.json';
|
||||
import languages from './languages.json';
|
||||
import references from './references.json';
|
||||
import extras from './extras.json';
|
||||
|
||||
export default {
|
||||
profile,
|
||||
objective,
|
||||
work,
|
||||
education,
|
||||
awards,
|
||||
certifications,
|
||||
skills,
|
||||
languages,
|
||||
references,
|
||||
extras,
|
||||
};
|
||||
15
src/i18n/locales/fr/rightSidebar/index.js
Normal file
15
src/i18n/locales/fr/rightSidebar/index.js
Normal file
@ -0,0 +1,15 @@
|
||||
import templates from './templates.json';
|
||||
import colors from './colors.json';
|
||||
import fonts from './fonts.json';
|
||||
import actions from './actions.json';
|
||||
import settings from './settings.json';
|
||||
import about from './about.json';
|
||||
|
||||
export default {
|
||||
templates,
|
||||
colors,
|
||||
fonts,
|
||||
actions,
|
||||
settings,
|
||||
about,
|
||||
};
|
||||
3
src/i18n/locales/he/app/index.js
Normal file
3
src/i18n/locales/he/app/index.js
Normal file
@ -0,0 +1,3 @@
|
||||
import app from './app.json';
|
||||
|
||||
export default app;
|
||||
9
src/i18n/locales/he/index.js
Normal file
9
src/i18n/locales/he/index.js
Normal file
@ -0,0 +1,9 @@
|
||||
import app from './app';
|
||||
import leftSidebar from './leftSidebar';
|
||||
import rightSidebar from './rightSidebar';
|
||||
|
||||
export default {
|
||||
app,
|
||||
leftSidebar,
|
||||
rightSidebar,
|
||||
};
|
||||
23
src/i18n/locales/he/leftSidebar/index.js
Normal file
23
src/i18n/locales/he/leftSidebar/index.js
Normal file
@ -0,0 +1,23 @@
|
||||
import profile from './profile.json';
|
||||
import objective from './objective.json';
|
||||
import work from './work.json';
|
||||
import education from './education.json';
|
||||
import awards from './awards.json';
|
||||
import certifications from './certifications.json';
|
||||
import skills from './skills.json';
|
||||
import languages from './languages.json';
|
||||
import references from './references.json';
|
||||
import extras from './extras.json';
|
||||
|
||||
export default {
|
||||
profile,
|
||||
objective,
|
||||
work,
|
||||
education,
|
||||
awards,
|
||||
certifications,
|
||||
skills,
|
||||
languages,
|
||||
references,
|
||||
extras,
|
||||
};
|
||||
15
src/i18n/locales/he/rightSidebar/index.js
Normal file
15
src/i18n/locales/he/rightSidebar/index.js
Normal file
@ -0,0 +1,15 @@
|
||||
import templates from './templates.json';
|
||||
import colors from './colors.json';
|
||||
import fonts from './fonts.json';
|
||||
import actions from './actions.json';
|
||||
import settings from './settings.json';
|
||||
import about from './about.json';
|
||||
|
||||
export default {
|
||||
templates,
|
||||
colors,
|
||||
fonts,
|
||||
actions,
|
||||
settings,
|
||||
about,
|
||||
};
|
||||
3
src/i18n/locales/hi/app/index.js
Normal file
3
src/i18n/locales/hi/app/index.js
Normal file
@ -0,0 +1,3 @@
|
||||
import app from './app.json';
|
||||
|
||||
export default app;
|
||||
9
src/i18n/locales/hi/index.js
Normal file
9
src/i18n/locales/hi/index.js
Normal file
@ -0,0 +1,9 @@
|
||||
import app from './app';
|
||||
import leftSidebar from './leftSidebar';
|
||||
import rightSidebar from './rightSidebar';
|
||||
|
||||
export default {
|
||||
app,
|
||||
leftSidebar,
|
||||
rightSidebar,
|
||||
};
|
||||
23
src/i18n/locales/hi/leftSidebar/index.js
Normal file
23
src/i18n/locales/hi/leftSidebar/index.js
Normal file
@ -0,0 +1,23 @@
|
||||
import profile from './profile.json';
|
||||
import objective from './objective.json';
|
||||
import work from './work.json';
|
||||
import education from './education.json';
|
||||
import awards from './awards.json';
|
||||
import certifications from './certifications.json';
|
||||
import skills from './skills.json';
|
||||
import languages from './languages.json';
|
||||
import references from './references.json';
|
||||
import extras from './extras.json';
|
||||
|
||||
export default {
|
||||
profile,
|
||||
objective,
|
||||
work,
|
||||
education,
|
||||
awards,
|
||||
certifications,
|
||||
skills,
|
||||
languages,
|
||||
references,
|
||||
extras,
|
||||
};
|
||||
15
src/i18n/locales/hi/rightSidebar/index.js
Normal file
15
src/i18n/locales/hi/rightSidebar/index.js
Normal file
@ -0,0 +1,15 @@
|
||||
import templates from './templates.json';
|
||||
import colors from './colors.json';
|
||||
import fonts from './fonts.json';
|
||||
import actions from './actions.json';
|
||||
import settings from './settings.json';
|
||||
import about from './about.json';
|
||||
|
||||
export default {
|
||||
templates,
|
||||
colors,
|
||||
fonts,
|
||||
actions,
|
||||
settings,
|
||||
about,
|
||||
};
|
||||
3
src/i18n/locales/hu/app/index.js
Normal file
3
src/i18n/locales/hu/app/index.js
Normal file
@ -0,0 +1,3 @@
|
||||
import app from './app.json';
|
||||
|
||||
export default app;
|
||||
9
src/i18n/locales/hu/index.js
Normal file
9
src/i18n/locales/hu/index.js
Normal file
@ -0,0 +1,9 @@
|
||||
import app from './app';
|
||||
import leftSidebar from './leftSidebar';
|
||||
import rightSidebar from './rightSidebar';
|
||||
|
||||
export default {
|
||||
app,
|
||||
leftSidebar,
|
||||
rightSidebar,
|
||||
};
|
||||
23
src/i18n/locales/hu/leftSidebar/index.js
Normal file
23
src/i18n/locales/hu/leftSidebar/index.js
Normal file
@ -0,0 +1,23 @@
|
||||
import profile from './profile.json';
|
||||
import objective from './objective.json';
|
||||
import work from './work.json';
|
||||
import education from './education.json';
|
||||
import awards from './awards.json';
|
||||
import certifications from './certifications.json';
|
||||
import skills from './skills.json';
|
||||
import languages from './languages.json';
|
||||
import references from './references.json';
|
||||
import extras from './extras.json';
|
||||
|
||||
export default {
|
||||
profile,
|
||||
objective,
|
||||
work,
|
||||
education,
|
||||
awards,
|
||||
certifications,
|
||||
skills,
|
||||
languages,
|
||||
references,
|
||||
extras,
|
||||
};
|
||||
15
src/i18n/locales/hu/rightSidebar/index.js
Normal file
15
src/i18n/locales/hu/rightSidebar/index.js
Normal file
@ -0,0 +1,15 @@
|
||||
import templates from './templates.json';
|
||||
import colors from './colors.json';
|
||||
import fonts from './fonts.json';
|
||||
import actions from './actions.json';
|
||||
import settings from './settings.json';
|
||||
import about from './about.json';
|
||||
|
||||
export default {
|
||||
templates,
|
||||
colors,
|
||||
fonts,
|
||||
actions,
|
||||
settings,
|
||||
about,
|
||||
};
|
||||
@ -1,5 +1,71 @@
|
||||
import af from './af';
|
||||
import ar from './ar';
|
||||
import as from './as';
|
||||
import ca from './ca';
|
||||
import cs from './cs';
|
||||
import da from './da';
|
||||
import de from './de';
|
||||
import el from './el';
|
||||
import en from './en';
|
||||
import es from './es';
|
||||
import fi from './fi';
|
||||
import fr from './fr';
|
||||
import he from './he';
|
||||
import hi from './hi';
|
||||
import hu from './hu';
|
||||
import it from './it';
|
||||
import ja from './ja';
|
||||
import kn from './kn';
|
||||
import ko from './ko';
|
||||
import ml from './ml';
|
||||
import mr from './mr';
|
||||
import nl from './nl';
|
||||
import no from './no';
|
||||
import pa from './pa';
|
||||
import pl from './pl';
|
||||
import pt from './pt';
|
||||
import ro from './ro';
|
||||
import ru from './ru';
|
||||
import sv from './sv';
|
||||
import ta from './ta';
|
||||
import tr from './tr';
|
||||
import uk from './uk';
|
||||
import vi from './vi';
|
||||
import zh from './zh';
|
||||
|
||||
export default {
|
||||
af,
|
||||
ar,
|
||||
as,
|
||||
ca,
|
||||
cs,
|
||||
da,
|
||||
de,
|
||||
el,
|
||||
en,
|
||||
es,
|
||||
fi,
|
||||
fr,
|
||||
he,
|
||||
hi,
|
||||
hu,
|
||||
it,
|
||||
ja,
|
||||
kn,
|
||||
ko,
|
||||
ml,
|
||||
mr,
|
||||
nl,
|
||||
no,
|
||||
pa,
|
||||
pl,
|
||||
pt,
|
||||
ro,
|
||||
ru,
|
||||
sv,
|
||||
ta,
|
||||
tr,
|
||||
uk,
|
||||
vi,
|
||||
zh,
|
||||
};
|
||||
|
||||
3
src/i18n/locales/it/app/index.js
Normal file
3
src/i18n/locales/it/app/index.js
Normal file
@ -0,0 +1,3 @@
|
||||
import app from './app.json';
|
||||
|
||||
export default app;
|
||||
9
src/i18n/locales/it/index.js
Normal file
9
src/i18n/locales/it/index.js
Normal file
@ -0,0 +1,9 @@
|
||||
import app from './app';
|
||||
import leftSidebar from './leftSidebar';
|
||||
import rightSidebar from './rightSidebar';
|
||||
|
||||
export default {
|
||||
app,
|
||||
leftSidebar,
|
||||
rightSidebar,
|
||||
};
|
||||
23
src/i18n/locales/it/leftSidebar/index.js
Normal file
23
src/i18n/locales/it/leftSidebar/index.js
Normal file
@ -0,0 +1,23 @@
|
||||
import profile from './profile.json';
|
||||
import objective from './objective.json';
|
||||
import work from './work.json';
|
||||
import education from './education.json';
|
||||
import awards from './awards.json';
|
||||
import certifications from './certifications.json';
|
||||
import skills from './skills.json';
|
||||
import languages from './languages.json';
|
||||
import references from './references.json';
|
||||
import extras from './extras.json';
|
||||
|
||||
export default {
|
||||
profile,
|
||||
objective,
|
||||
work,
|
||||
education,
|
||||
awards,
|
||||
certifications,
|
||||
skills,
|
||||
languages,
|
||||
references,
|
||||
extras,
|
||||
};
|
||||
15
src/i18n/locales/it/rightSidebar/index.js
Normal file
15
src/i18n/locales/it/rightSidebar/index.js
Normal file
@ -0,0 +1,15 @@
|
||||
import templates from './templates.json';
|
||||
import colors from './colors.json';
|
||||
import fonts from './fonts.json';
|
||||
import actions from './actions.json';
|
||||
import settings from './settings.json';
|
||||
import about from './about.json';
|
||||
|
||||
export default {
|
||||
templates,
|
||||
colors,
|
||||
fonts,
|
||||
actions,
|
||||
settings,
|
||||
about,
|
||||
};
|
||||
3
src/i18n/locales/ja/app/index.js
Normal file
3
src/i18n/locales/ja/app/index.js
Normal file
@ -0,0 +1,3 @@
|
||||
import app from './app.json';
|
||||
|
||||
export default app;
|
||||
9
src/i18n/locales/ja/index.js
Normal file
9
src/i18n/locales/ja/index.js
Normal file
@ -0,0 +1,9 @@
|
||||
import app from './app';
|
||||
import leftSidebar from './leftSidebar';
|
||||
import rightSidebar from './rightSidebar';
|
||||
|
||||
export default {
|
||||
app,
|
||||
leftSidebar,
|
||||
rightSidebar,
|
||||
};
|
||||
23
src/i18n/locales/ja/leftSidebar/index.js
Normal file
23
src/i18n/locales/ja/leftSidebar/index.js
Normal file
@ -0,0 +1,23 @@
|
||||
import profile from './profile.json';
|
||||
import objective from './objective.json';
|
||||
import work from './work.json';
|
||||
import education from './education.json';
|
||||
import awards from './awards.json';
|
||||
import certifications from './certifications.json';
|
||||
import skills from './skills.json';
|
||||
import languages from './languages.json';
|
||||
import references from './references.json';
|
||||
import extras from './extras.json';
|
||||
|
||||
export default {
|
||||
profile,
|
||||
objective,
|
||||
work,
|
||||
education,
|
||||
awards,
|
||||
certifications,
|
||||
skills,
|
||||
languages,
|
||||
references,
|
||||
extras,
|
||||
};
|
||||
15
src/i18n/locales/ja/rightSidebar/index.js
Normal file
15
src/i18n/locales/ja/rightSidebar/index.js
Normal file
@ -0,0 +1,15 @@
|
||||
import templates from './templates.json';
|
||||
import colors from './colors.json';
|
||||
import fonts from './fonts.json';
|
||||
import actions from './actions.json';
|
||||
import settings from './settings.json';
|
||||
import about from './about.json';
|
||||
|
||||
export default {
|
||||
templates,
|
||||
colors,
|
||||
fonts,
|
||||
actions,
|
||||
settings,
|
||||
about,
|
||||
};
|
||||
3
src/i18n/locales/kn/app/index.js
Normal file
3
src/i18n/locales/kn/app/index.js
Normal file
@ -0,0 +1,3 @@
|
||||
import app from './app.json';
|
||||
|
||||
export default app;
|
||||
9
src/i18n/locales/kn/index.js
Normal file
9
src/i18n/locales/kn/index.js
Normal file
@ -0,0 +1,9 @@
|
||||
import app from './app';
|
||||
import leftSidebar from './leftSidebar';
|
||||
import rightSidebar from './rightSidebar';
|
||||
|
||||
export default {
|
||||
app,
|
||||
leftSidebar,
|
||||
rightSidebar,
|
||||
};
|
||||
23
src/i18n/locales/kn/leftSidebar/index.js
Normal file
23
src/i18n/locales/kn/leftSidebar/index.js
Normal file
@ -0,0 +1,23 @@
|
||||
import profile from './profile.json';
|
||||
import objective from './objective.json';
|
||||
import work from './work.json';
|
||||
import education from './education.json';
|
||||
import awards from './awards.json';
|
||||
import certifications from './certifications.json';
|
||||
import skills from './skills.json';
|
||||
import languages from './languages.json';
|
||||
import references from './references.json';
|
||||
import extras from './extras.json';
|
||||
|
||||
export default {
|
||||
profile,
|
||||
objective,
|
||||
work,
|
||||
education,
|
||||
awards,
|
||||
certifications,
|
||||
skills,
|
||||
languages,
|
||||
references,
|
||||
extras,
|
||||
};
|
||||
15
src/i18n/locales/kn/rightSidebar/index.js
Normal file
15
src/i18n/locales/kn/rightSidebar/index.js
Normal file
@ -0,0 +1,15 @@
|
||||
import templates from './templates.json';
|
||||
import colors from './colors.json';
|
||||
import fonts from './fonts.json';
|
||||
import actions from './actions.json';
|
||||
import settings from './settings.json';
|
||||
import about from './about.json';
|
||||
|
||||
export default {
|
||||
templates,
|
||||
colors,
|
||||
fonts,
|
||||
actions,
|
||||
settings,
|
||||
about,
|
||||
};
|
||||
3
src/i18n/locales/ko/app/index.js
Normal file
3
src/i18n/locales/ko/app/index.js
Normal file
@ -0,0 +1,3 @@
|
||||
import app from './app.json';
|
||||
|
||||
export default app;
|
||||
9
src/i18n/locales/ko/index.js
Normal file
9
src/i18n/locales/ko/index.js
Normal file
@ -0,0 +1,9 @@
|
||||
import app from './app';
|
||||
import leftSidebar from './leftSidebar';
|
||||
import rightSidebar from './rightSidebar';
|
||||
|
||||
export default {
|
||||
app,
|
||||
leftSidebar,
|
||||
rightSidebar,
|
||||
};
|
||||
23
src/i18n/locales/ko/leftSidebar/index.js
Normal file
23
src/i18n/locales/ko/leftSidebar/index.js
Normal file
@ -0,0 +1,23 @@
|
||||
import profile from './profile.json';
|
||||
import objective from './objective.json';
|
||||
import work from './work.json';
|
||||
import education from './education.json';
|
||||
import awards from './awards.json';
|
||||
import certifications from './certifications.json';
|
||||
import skills from './skills.json';
|
||||
import languages from './languages.json';
|
||||
import references from './references.json';
|
||||
import extras from './extras.json';
|
||||
|
||||
export default {
|
||||
profile,
|
||||
objective,
|
||||
work,
|
||||
education,
|
||||
awards,
|
||||
certifications,
|
||||
skills,
|
||||
languages,
|
||||
references,
|
||||
extras,
|
||||
};
|
||||
15
src/i18n/locales/ko/rightSidebar/index.js
Normal file
15
src/i18n/locales/ko/rightSidebar/index.js
Normal file
@ -0,0 +1,15 @@
|
||||
import templates from './templates.json';
|
||||
import colors from './colors.json';
|
||||
import fonts from './fonts.json';
|
||||
import actions from './actions.json';
|
||||
import settings from './settings.json';
|
||||
import about from './about.json';
|
||||
|
||||
export default {
|
||||
templates,
|
||||
colors,
|
||||
fonts,
|
||||
actions,
|
||||
settings,
|
||||
about,
|
||||
};
|
||||
3
src/i18n/locales/ml/app/index.js
Normal file
3
src/i18n/locales/ml/app/index.js
Normal file
@ -0,0 +1,3 @@
|
||||
import app from './app.json';
|
||||
|
||||
export default app;
|
||||
9
src/i18n/locales/ml/index.js
Normal file
9
src/i18n/locales/ml/index.js
Normal file
@ -0,0 +1,9 @@
|
||||
import app from './app';
|
||||
import leftSidebar from './leftSidebar';
|
||||
import rightSidebar from './rightSidebar';
|
||||
|
||||
export default {
|
||||
app,
|
||||
leftSidebar,
|
||||
rightSidebar,
|
||||
};
|
||||
23
src/i18n/locales/ml/leftSidebar/index.js
Normal file
23
src/i18n/locales/ml/leftSidebar/index.js
Normal file
@ -0,0 +1,23 @@
|
||||
import profile from './profile.json';
|
||||
import objective from './objective.json';
|
||||
import work from './work.json';
|
||||
import education from './education.json';
|
||||
import awards from './awards.json';
|
||||
import certifications from './certifications.json';
|
||||
import skills from './skills.json';
|
||||
import languages from './languages.json';
|
||||
import references from './references.json';
|
||||
import extras from './extras.json';
|
||||
|
||||
export default {
|
||||
profile,
|
||||
objective,
|
||||
work,
|
||||
education,
|
||||
awards,
|
||||
certifications,
|
||||
skills,
|
||||
languages,
|
||||
references,
|
||||
extras,
|
||||
};
|
||||
15
src/i18n/locales/ml/rightSidebar/index.js
Normal file
15
src/i18n/locales/ml/rightSidebar/index.js
Normal file
@ -0,0 +1,15 @@
|
||||
import templates from './templates.json';
|
||||
import colors from './colors.json';
|
||||
import fonts from './fonts.json';
|
||||
import actions from './actions.json';
|
||||
import settings from './settings.json';
|
||||
import about from './about.json';
|
||||
|
||||
export default {
|
||||
templates,
|
||||
colors,
|
||||
fonts,
|
||||
actions,
|
||||
settings,
|
||||
about,
|
||||
};
|
||||
3
src/i18n/locales/mr/app/index.js
Normal file
3
src/i18n/locales/mr/app/index.js
Normal file
@ -0,0 +1,3 @@
|
||||
import app from './app.json';
|
||||
|
||||
export default app;
|
||||
9
src/i18n/locales/mr/index.js
Normal file
9
src/i18n/locales/mr/index.js
Normal file
@ -0,0 +1,9 @@
|
||||
import app from './app';
|
||||
import leftSidebar from './leftSidebar';
|
||||
import rightSidebar from './rightSidebar';
|
||||
|
||||
export default {
|
||||
app,
|
||||
leftSidebar,
|
||||
rightSidebar,
|
||||
};
|
||||
23
src/i18n/locales/mr/leftSidebar/index.js
Normal file
23
src/i18n/locales/mr/leftSidebar/index.js
Normal file
@ -0,0 +1,23 @@
|
||||
import profile from './profile.json';
|
||||
import objective from './objective.json';
|
||||
import work from './work.json';
|
||||
import education from './education.json';
|
||||
import awards from './awards.json';
|
||||
import certifications from './certifications.json';
|
||||
import skills from './skills.json';
|
||||
import languages from './languages.json';
|
||||
import references from './references.json';
|
||||
import extras from './extras.json';
|
||||
|
||||
export default {
|
||||
profile,
|
||||
objective,
|
||||
work,
|
||||
education,
|
||||
awards,
|
||||
certifications,
|
||||
skills,
|
||||
languages,
|
||||
references,
|
||||
extras,
|
||||
};
|
||||
15
src/i18n/locales/mr/rightSidebar/index.js
Normal file
15
src/i18n/locales/mr/rightSidebar/index.js
Normal file
@ -0,0 +1,15 @@
|
||||
import templates from './templates.json';
|
||||
import colors from './colors.json';
|
||||
import fonts from './fonts.json';
|
||||
import actions from './actions.json';
|
||||
import settings from './settings.json';
|
||||
import about from './about.json';
|
||||
|
||||
export default {
|
||||
templates,
|
||||
colors,
|
||||
fonts,
|
||||
actions,
|
||||
settings,
|
||||
about,
|
||||
};
|
||||
3
src/i18n/locales/nl/app/index.js
Normal file
3
src/i18n/locales/nl/app/index.js
Normal file
@ -0,0 +1,3 @@
|
||||
import app from './app.json';
|
||||
|
||||
export default app;
|
||||
9
src/i18n/locales/nl/index.js
Normal file
9
src/i18n/locales/nl/index.js
Normal file
@ -0,0 +1,9 @@
|
||||
import app from './app';
|
||||
import leftSidebar from './leftSidebar';
|
||||
import rightSidebar from './rightSidebar';
|
||||
|
||||
export default {
|
||||
app,
|
||||
leftSidebar,
|
||||
rightSidebar,
|
||||
};
|
||||
23
src/i18n/locales/nl/leftSidebar/index.js
Normal file
23
src/i18n/locales/nl/leftSidebar/index.js
Normal file
@ -0,0 +1,23 @@
|
||||
import profile from './profile.json';
|
||||
import objective from './objective.json';
|
||||
import work from './work.json';
|
||||
import education from './education.json';
|
||||
import awards from './awards.json';
|
||||
import certifications from './certifications.json';
|
||||
import skills from './skills.json';
|
||||
import languages from './languages.json';
|
||||
import references from './references.json';
|
||||
import extras from './extras.json';
|
||||
|
||||
export default {
|
||||
profile,
|
||||
objective,
|
||||
work,
|
||||
education,
|
||||
awards,
|
||||
certifications,
|
||||
skills,
|
||||
languages,
|
||||
references,
|
||||
extras,
|
||||
};
|
||||
15
src/i18n/locales/nl/rightSidebar/index.js
Normal file
15
src/i18n/locales/nl/rightSidebar/index.js
Normal file
@ -0,0 +1,15 @@
|
||||
import templates from './templates.json';
|
||||
import colors from './colors.json';
|
||||
import fonts from './fonts.json';
|
||||
import actions from './actions.json';
|
||||
import settings from './settings.json';
|
||||
import about from './about.json';
|
||||
|
||||
export default {
|
||||
templates,
|
||||
colors,
|
||||
fonts,
|
||||
actions,
|
||||
settings,
|
||||
about,
|
||||
};
|
||||
3
src/i18n/locales/no/app/index.js
Normal file
3
src/i18n/locales/no/app/index.js
Normal file
@ -0,0 +1,3 @@
|
||||
import app from './app.json';
|
||||
|
||||
export default app;
|
||||
9
src/i18n/locales/no/index.js
Normal file
9
src/i18n/locales/no/index.js
Normal file
@ -0,0 +1,9 @@
|
||||
import app from './app';
|
||||
import leftSidebar from './leftSidebar';
|
||||
import rightSidebar from './rightSidebar';
|
||||
|
||||
export default {
|
||||
app,
|
||||
leftSidebar,
|
||||
rightSidebar,
|
||||
};
|
||||
23
src/i18n/locales/no/leftSidebar/index.js
Normal file
23
src/i18n/locales/no/leftSidebar/index.js
Normal file
@ -0,0 +1,23 @@
|
||||
import profile from './profile.json';
|
||||
import objective from './objective.json';
|
||||
import work from './work.json';
|
||||
import education from './education.json';
|
||||
import awards from './awards.json';
|
||||
import certifications from './certifications.json';
|
||||
import skills from './skills.json';
|
||||
import languages from './languages.json';
|
||||
import references from './references.json';
|
||||
import extras from './extras.json';
|
||||
|
||||
export default {
|
||||
profile,
|
||||
objective,
|
||||
work,
|
||||
education,
|
||||
awards,
|
||||
certifications,
|
||||
skills,
|
||||
languages,
|
||||
references,
|
||||
extras,
|
||||
};
|
||||
15
src/i18n/locales/no/rightSidebar/index.js
Normal file
15
src/i18n/locales/no/rightSidebar/index.js
Normal file
@ -0,0 +1,15 @@
|
||||
import templates from './templates.json';
|
||||
import colors from './colors.json';
|
||||
import fonts from './fonts.json';
|
||||
import actions from './actions.json';
|
||||
import settings from './settings.json';
|
||||
import about from './about.json';
|
||||
|
||||
export default {
|
||||
templates,
|
||||
colors,
|
||||
fonts,
|
||||
actions,
|
||||
settings,
|
||||
about,
|
||||
};
|
||||
3
src/i18n/locales/pa/app/index.js
Normal file
3
src/i18n/locales/pa/app/index.js
Normal file
@ -0,0 +1,3 @@
|
||||
import app from './app.json';
|
||||
|
||||
export default app;
|
||||
9
src/i18n/locales/pa/index.js
Normal file
9
src/i18n/locales/pa/index.js
Normal file
@ -0,0 +1,9 @@
|
||||
import app from './app';
|
||||
import leftSidebar from './leftSidebar';
|
||||
import rightSidebar from './rightSidebar';
|
||||
|
||||
export default {
|
||||
app,
|
||||
leftSidebar,
|
||||
rightSidebar,
|
||||
};
|
||||
23
src/i18n/locales/pa/leftSidebar/index.js
Normal file
23
src/i18n/locales/pa/leftSidebar/index.js
Normal file
@ -0,0 +1,23 @@
|
||||
import profile from './profile.json';
|
||||
import objective from './objective.json';
|
||||
import work from './work.json';
|
||||
import education from './education.json';
|
||||
import awards from './awards.json';
|
||||
import certifications from './certifications.json';
|
||||
import skills from './skills.json';
|
||||
import languages from './languages.json';
|
||||
import references from './references.json';
|
||||
import extras from './extras.json';
|
||||
|
||||
export default {
|
||||
profile,
|
||||
objective,
|
||||
work,
|
||||
education,
|
||||
awards,
|
||||
certifications,
|
||||
skills,
|
||||
languages,
|
||||
references,
|
||||
extras,
|
||||
};
|
||||
15
src/i18n/locales/pa/rightSidebar/index.js
Normal file
15
src/i18n/locales/pa/rightSidebar/index.js
Normal file
@ -0,0 +1,15 @@
|
||||
import templates from './templates.json';
|
||||
import colors from './colors.json';
|
||||
import fonts from './fonts.json';
|
||||
import actions from './actions.json';
|
||||
import settings from './settings.json';
|
||||
import about from './about.json';
|
||||
|
||||
export default {
|
||||
templates,
|
||||
colors,
|
||||
fonts,
|
||||
actions,
|
||||
settings,
|
||||
about,
|
||||
};
|
||||
3
src/i18n/locales/pl/app/index.js
Normal file
3
src/i18n/locales/pl/app/index.js
Normal file
@ -0,0 +1,3 @@
|
||||
import app from './app.json';
|
||||
|
||||
export default app;
|
||||
9
src/i18n/locales/pl/index.js
Normal file
9
src/i18n/locales/pl/index.js
Normal file
@ -0,0 +1,9 @@
|
||||
import app from './app';
|
||||
import leftSidebar from './leftSidebar';
|
||||
import rightSidebar from './rightSidebar';
|
||||
|
||||
export default {
|
||||
app,
|
||||
leftSidebar,
|
||||
rightSidebar,
|
||||
};
|
||||
23
src/i18n/locales/pl/leftSidebar/index.js
Normal file
23
src/i18n/locales/pl/leftSidebar/index.js
Normal file
@ -0,0 +1,23 @@
|
||||
import profile from './profile.json';
|
||||
import objective from './objective.json';
|
||||
import work from './work.json';
|
||||
import education from './education.json';
|
||||
import awards from './awards.json';
|
||||
import certifications from './certifications.json';
|
||||
import skills from './skills.json';
|
||||
import languages from './languages.json';
|
||||
import references from './references.json';
|
||||
import extras from './extras.json';
|
||||
|
||||
export default {
|
||||
profile,
|
||||
objective,
|
||||
work,
|
||||
education,
|
||||
awards,
|
||||
certifications,
|
||||
skills,
|
||||
languages,
|
||||
references,
|
||||
extras,
|
||||
};
|
||||
15
src/i18n/locales/pl/rightSidebar/index.js
Normal file
15
src/i18n/locales/pl/rightSidebar/index.js
Normal file
@ -0,0 +1,15 @@
|
||||
import templates from './templates.json';
|
||||
import colors from './colors.json';
|
||||
import fonts from './fonts.json';
|
||||
import actions from './actions.json';
|
||||
import settings from './settings.json';
|
||||
import about from './about.json';
|
||||
|
||||
export default {
|
||||
templates,
|
||||
colors,
|
||||
fonts,
|
||||
actions,
|
||||
settings,
|
||||
about,
|
||||
};
|
||||
3
src/i18n/locales/pt/app/index.js
Normal file
3
src/i18n/locales/pt/app/index.js
Normal file
@ -0,0 +1,3 @@
|
||||
import app from './app.json';
|
||||
|
||||
export default app;
|
||||
9
src/i18n/locales/pt/index.js
Normal file
9
src/i18n/locales/pt/index.js
Normal file
@ -0,0 +1,9 @@
|
||||
import app from './app';
|
||||
import leftSidebar from './leftSidebar';
|
||||
import rightSidebar from './rightSidebar';
|
||||
|
||||
export default {
|
||||
app,
|
||||
leftSidebar,
|
||||
rightSidebar,
|
||||
};
|
||||
23
src/i18n/locales/pt/leftSidebar/index.js
Normal file
23
src/i18n/locales/pt/leftSidebar/index.js
Normal file
@ -0,0 +1,23 @@
|
||||
import profile from './profile.json';
|
||||
import objective from './objective.json';
|
||||
import work from './work.json';
|
||||
import education from './education.json';
|
||||
import awards from './awards.json';
|
||||
import certifications from './certifications.json';
|
||||
import skills from './skills.json';
|
||||
import languages from './languages.json';
|
||||
import references from './references.json';
|
||||
import extras from './extras.json';
|
||||
|
||||
export default {
|
||||
profile,
|
||||
objective,
|
||||
work,
|
||||
education,
|
||||
awards,
|
||||
certifications,
|
||||
skills,
|
||||
languages,
|
||||
references,
|
||||
extras,
|
||||
};
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user