extract strings from Language Tab

This commit is contained in:
Amruth Pillai
2020-03-30 02:31:55 +05:30
parent fe6df1b9b3
commit a373c463b4
4 changed files with 54 additions and 67 deletions

View File

@ -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,
};

View File

@ -0,0 +1,9 @@
{
"key": {
"label": "Key",
"placeholder": "Dothraki"
},
"rating": {
"label": "Rating"
}
}