extracted string from Colors Tab

This commit is contained in:
Amruth Pillai
2020-03-30 11:08:04 +05:30
parent a0e17396ac
commit a30c9ffd4b
4 changed files with 19 additions and 23 deletions

View File

@ -0,0 +1,7 @@
{
"title": "Colors",
"colorOptions": "Color Options",
"primaryColor": "Primary Color",
"accentColor": "Accent Color",
"clipboardCopyAction": "{{color}} has been copied to clipboard."
}

View File

@ -1,5 +1,7 @@
import templates from './templates.json';
import colors from './colors.json';
export default {
templates,
colors,
};