mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-16 01:32:02 +10:00
extract strings from Language Tab
This commit is contained in:
@ -5,6 +5,7 @@ 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';
|
||||
|
||||
export default {
|
||||
profile,
|
||||
@ -14,4 +15,5 @@ export default {
|
||||
awards,
|
||||
certifications,
|
||||
skills,
|
||||
languages,
|
||||
};
|
||||
|
||||
9
src/i18n/resources/en/leftSidebar/languages.json
Normal file
9
src/i18n/resources/en/leftSidebar/languages.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"key": {
|
||||
"label": "Key",
|
||||
"placeholder": "Dothraki"
|
||||
},
|
||||
"rating": {
|
||||
"label": "Rating"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user