Commit 1cb77cb0 authored by 李维's avatar 李维

增加一些缩写通配符

parent 171ceb31
......@@ -2997,6 +2997,8 @@ export default class SceneComponent extends MyCocosSceneComponent {
"don't": "[@AC(donot)]",
"does not": "[@AC(doesnot)]",
"doesn't": "[@AC(doesnot)]",
"did not": "[@AC(didnot)]",
"didn't": "[@AC(didnot)]",
// Where What Who How Why When
"Where is": "[@AC(Whereis)]",
......@@ -3048,6 +3050,40 @@ export default class SceneComponent extends MyCocosSceneComponent {
"When're": "[@AC(Whenare)]",
"when are": "[@AC(whenare)]",
"when're": "[@AC(whenare)]",
// thoes these this that there
"Those are": "[@AC(Thoseare)]",
"Those're": "[@AC(Thoseare)]",
"those are": "[@AC(thoseare)]",
"those're": "[@AC(thoseare)]",
"These are": "[@AC(Theseare)]",
"These're": "[@AC(Theseare)]",
"these are": "[@AC(theseare)]",
"these're": "[@AC(theseare)]",
"This is": "[@AC(Thisis)]",
"This's": "[@AC(Thisis)]",
"this is": "[@AC(thisis)]",
"this's": "[@AC(thisis)]",
"That is": "[@AC(Thatis)]",
"That's": "[@AC(Thatis)]",
"that is": "[@AC(thatis)]",
"that's": "[@AC(thatis)]",
"There is": "[@AC(Thereis)]",
"There's": "[@AC(Thereis)]",
"there is": "[@AC(thereis)]",
"there's": "[@AC(thereis)]",
"There are": "[@AC(Thereare)]",
"There're": "[@AC(Thereare)]",
"there are": "[@AC(thereare)]",
"there're": "[@AC(thereare)]",
// can
"Cannot": "[@AC(Cannot)]",
"Can't": "[@AC(Cannot)]",
"Can not": "[@AC(Cannot)]",
"cannot": "[@AC(cannot)]",
"can't": "[@AC(cannot)]",
"can not": "[@AC(cannot)]"
}
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