mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 00:03:27 +10:00
fix(client): exported pdf did not contain "Present" keyword with translations
This commit is contained in:
@ -133,6 +133,7 @@ const defaultState: Partial<Resume> = {
|
||||
background: '#ffffff',
|
||||
primary: '#f44336',
|
||||
},
|
||||
locale: 'en',
|
||||
date: {
|
||||
format: 'MMMM DD, YYYY',
|
||||
},
|
||||
|
||||
@ -421,6 +421,7 @@ const sampleData: Partial<Resume> = {
|
||||
value: '/* Enter custom CSS here */\n\n* {\n outline: 1px solid #000;\n}',
|
||||
visible: false,
|
||||
},
|
||||
locale: 'en',
|
||||
date: {
|
||||
format: 'MMMM DD, YYYY',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user