Commit be9b35ce authored by 李维's avatar 李维

更新缩写词语

parent cb55a5a2
......@@ -3164,12 +3164,20 @@ export default class SceneComponent extends MyCocosSceneComponent {
"they were": "[@AC(theywere)]",
// is not
"Is not": "[@AC(Isnot)]",
"Isn't": "[@AC(Isnot)]",
"is not": "[@AC(isnot)]",
"isn't": "[@AC(isnot)]",
"Are not": "[@AC(Arenot)]",
"Aren't": "[@AC(Arenot)]",
"are not": "[@AC(arenot)]",
"aren't": "[@AC(arenot)]",
"Was not": "[@AC(Wasnot)]",
"Wasn't": "[@AC(Wasnot)]",
"was not": "[@AC(wasnot)]",
"wasn't": "[@AC(wasnot)]",
"Were not": "[@AC(Werenot)]",
"Weren't": "[@AC(Werenot)]",
"were not": "[@AC(werenot)]",
"weren't": "[@AC(werenot)]",
......@@ -3264,7 +3272,100 @@ export default class SceneComponent extends MyCocosSceneComponent {
"Can not": "[@AC(Cannot)]",
"cannot": "[@AC(cannot)]",
"can't": "[@AC(cannot)]",
"can not": "[@AC(cannot)]"
"can not": "[@AC(cannot)]",
// have not, has not
"Has not": "[@AC(Hasnot)]",
"Hasn't": "[@AC(Hasnot)]",
"has not": "[@AC(hasnot)]",
"hasn't": "[@AC(hasnot)]",
"Have not": "[@AC(Havenot)]",
"Haven't": "[@AC(Havenot)]",
"have not": "[@AC(havenot)]",
"haven't": "[@AC(havenot)]",
"Should not": "[@AC(Shouldnot)]",
"Shouldn't": "[@AC(Shouldnot)]",
"should not": "[@AC(shouldnot)]",
"shouldn't": "[@AC(shouldnot)]",
// will not
"Will not": "[@AC(Willnot)]",
"Won't": "[@AC(Willnot)]",
"will not": "[@AC(willnot)]",
"won't": "[@AC(willnot)]",
"I will": "[@AC(Iwill)]",
"I'll": "[@AC(Iwill)]",
"i will": "[@AC(iwill)]",
"i'll": "[@AC(iwill)]",
"You will": "[@AC(Youwill)]",
"You'll": "[@AC(Youwill)]",
"you will": "[@AC(youwill)]",
"you'll": "[@AC(youwill)]",
"It will": "[@AC(Itwill)]",
"It'll": "[@AC(Itwill)]",
"it will": "[@AC(itwill)]",
"it'll": "[@AC(itwill)]",
"She will": "[@AC(Shewill)]",
"She'll": "[@AC(Shewill)]",
"she will": "[@AC(shewill)]",
"she'll": "[@AC(shewill)]",
"He will": "[@AC(Hewill)]",
"He'll": "[@AC(Hewill)]",
"he will": "[@AC(hewill)]",
"he'll": "[@AC(hewill)]",
"They will": "[@AC(Theywill)]",
"They'll": "[@AC(Theywill)]",
"they will": "[@AC(theywill)]",
"they'll": "[@AC(theywill)]",
"Who will": "[@AC(Whowill)]",
"Who'll": "[@AC(Whowill)]",
"who will": "[@AC(whowill)]",
"who'll": "[@AC(whowill)]",
// would
"I would": "[@AC(Iwould)]",
"I'd": "[@AC(Iwould)]",
"i would": "[@AC(iwould)]",
"i'd": "[@AC(iwould)]",
"You would": "[@AC(Youwould)]",
"You'd": "[@AC(Youwould)]",
"you would": "[@AC(youwould)]",
"you'd": "[@AC(youwould)]",
"It would": "[@AC(Itwould)]",
"It'd": "[@AC(Itwould)]",
"it would": "[@AC(itwould)]",
"it'd": "[@AC(itwould)]",
"She would": "[@AC(Shewould)]",
"She'd": "[@AC(Shewould)]",
"she would": "[@AC(shewould)]",
"she'd": "[@AC(shewould)]",
"He would": "[@AC(Hewould)]",
"He'd": "[@AC(Hewould)]",
"he would": "[@AC(hewould)]",
"he'd": "[@AC(hewould)]",
"They would": "[@AC(Theywould)]",
"They'd": "[@AC(Theywould)]",
"they would": "[@AC(theywould)]",
"they'd": "[@AC(theywould)]",
// let everyone name must
"Let us": "[@AC(Letus)]",
"Let's": "[@AC(Letus)]",
"let us": "[@AC(letus)]",
"let's": "[@AC(letus)]",
"Everyone is": "[@AC(Everyoneis)]",
"Everyone's": "[@AC(Everyoneis)]",
"everyone is": "[@AC(everyoneis)]",
"everyone's": "[@AC(everyoneis)]",
"Name is": "[@AC(Nameis)]",
"Name's": "[@AC(Nameis)]",
"name is": "[@AC(nameis)]",
"name's": "[@AC(nameis)]",
"Must not": "[@AC(Mustnot)]",
"Mustn't": "[@AC(Mustnot)]",
"must not": "[@AC(mustnot)]",
"mustn't": "[@AC(mustnot)]",
}
for(let contraction in contractionTemplate) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment