mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-15 09:11:57 +10:00
extracted string from Colors Tab
This commit is contained in:
7
src/i18n/resources/en/rightSidebar/colors.json
Normal file
7
src/i18n/resources/en/rightSidebar/colors.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"title": "Colors",
|
||||
"colorOptions": "Color Options",
|
||||
"primaryColor": "Primary Color",
|
||||
"accentColor": "Accent Color",
|
||||
"clipboardCopyAction": "{{color}} has been copied to clipboard."
|
||||
}
|
||||
@ -1,5 +1,7 @@
|
||||
import templates from './templates.json';
|
||||
import colors from './colors.json';
|
||||
|
||||
export default {
|
||||
templates,
|
||||
colors,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user