-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplates.js
29 lines (27 loc) · 1.3 KB
/
templates.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// TEMPLATE CONTENT
// key:
// nf - forename, primary name
// ps/ey - subject
// po/em - object
// pa/eir - possessive adj
// pp/eirs - possessive pronoun
// pr/emself - reflexive
const exportTemplates = [ // eslint-disable-line
'What do you think a %tc% like %nf;c% would like for %pa% birthday?',
'I\'m trying to find %nf;c%, do you know where %ps% $p;is,are$?',
'Hey, where is %nf;c%? I can\'t find %po% anywhere!',
'%ps;c% said %ps% $p;was,were$ going to get %pr% to the store today, but %pa% car is still on the driveway.',
'%nf;c% looks great in %pa% new outfit!',
'%nf;c% told me to meet at %pa% house.',
'Have you seen %nf;c%? %ps;c% said %ps% would be here.',
'%nf;c%? Yeah, I think I saw %po% out back.',
'I know this really cool %tc% called %nf;c%!!',
'%ps;c%\'$p;s,re$ super awesome and I\'m really happy to be around %po%.',
'%pa;c% personality is super unique, and I really love that!!',
'%ps;c% deserve$p;s,$ so much love, and I hope %ps% continue$p;s,$ to practice self care and love %pr%.',
'Hey, look! It\'s %nf;c%!',
'I wonder what %ps%$p;\'s,\'re$ up to, and I hope %pa% day\'s going okay.',
'Do you happen to know a %tn% by the name of "%nf;c% %ns;c%"?',
'I\'d like to introduce you to my %tf% called %nf;c%! %ps;c%\'$p;s,re$ pretty cool!',
'Hey, %nf;c%, how are you?'
]