mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-15 17:21:35 +10:00
extracted strings from skills tab
This commit is contained in:
@ -4,6 +4,7 @@ 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';
|
||||
|
||||
export default {
|
||||
profile,
|
||||
@ -12,4 +13,5 @@ export default {
|
||||
education,
|
||||
awards,
|
||||
certifications,
|
||||
skills,
|
||||
};
|
||||
|
||||
5
src/i18n/resources/en/leftSidebar/skills.json
Normal file
5
src/i18n/resources/en/leftSidebar/skills.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"item": {
|
||||
"placeholder": "Cooking"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user