mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-15 17:21:35 +10:00
extract strings for extars tab
This commit is contained in:
10
src/i18n/resources/en/leftSidebar/extras.json
Normal file
10
src/i18n/resources/en/leftSidebar/extras.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"key": {
|
||||
"label": "Key",
|
||||
"placeholder": "Date of Birth"
|
||||
},
|
||||
"value": {
|
||||
"label": "Value",
|
||||
"placeholder": "6th August 1995"
|
||||
}
|
||||
}
|
||||
@ -7,6 +7,7 @@ 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,
|
||||
@ -18,4 +19,5 @@ export default {
|
||||
skills,
|
||||
languages,
|
||||
references,
|
||||
extras,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user