Remove useless backslashes from the whitelist dictionary
For some reason, these are necessary for resources, but XML standard does not require them. Change-Id: I7cdaecb6815aa4020e0d453e33be38ff2968df50main
parent
814510305c
commit
c278142745
|
@ -19,13 +19,13 @@
|
||||||
-->
|
-->
|
||||||
<shortcuts>
|
<shortcuts>
|
||||||
<entry shortcut="ill">
|
<entry shortcut="ill">
|
||||||
<target replacement="I\'ll" priority="whitelist" />
|
<target replacement="I'll" priority="whitelist" />
|
||||||
</entry>
|
</entry>
|
||||||
<entry shortcut="acomodate">
|
<entry shortcut="acomodate">
|
||||||
<target replacement="accommodate" priority="whitelist" />
|
<target replacement="accommodate" priority="whitelist" />
|
||||||
</entry>
|
</entry>
|
||||||
<entry shortcut="aint">
|
<entry shortcut="aint">
|
||||||
<target replacement="ain\'t" priority="whitelist" />
|
<target replacement="ain't" priority="whitelist" />
|
||||||
</entry>
|
</entry>
|
||||||
<entry shortcut="alot">
|
<entry shortcut="alot">
|
||||||
<target replacement="a lot" priority="whitelist" />
|
<target replacement="a lot" priority="whitelist" />
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
<target replacement="and the" priority="whitelist" />
|
<target replacement="and the" priority="whitelist" />
|
||||||
</entry>
|
</entry>
|
||||||
<entry shortcut="arent">
|
<entry shortcut="arent">
|
||||||
<target replacement="aren\'t" priority="whitelist" />
|
<target replacement="aren't" priority="whitelist" />
|
||||||
</entry>
|
</entry>
|
||||||
<entry shortcut="bern">
|
<entry shortcut="bern">
|
||||||
<target replacement="been" priority="whitelist" />
|
<target replacement="been" priority="whitelist" />
|
||||||
|
@ -49,13 +49,13 @@
|
||||||
<target replacement="can" priority="whitelist" />
|
<target replacement="can" priority="whitelist" />
|
||||||
</entry>
|
</entry>
|
||||||
<entry shortcut="cant">
|
<entry shortcut="cant">
|
||||||
<target replacement="can\'t" priority="whitelist" />
|
<target replacement="can't" priority="whitelist" />
|
||||||
</entry>
|
</entry>
|
||||||
<entry shortcut="dame">
|
<entry shortcut="dame">
|
||||||
<target replacement="same" priority="whitelist" />
|
<target replacement="same" priority="whitelist" />
|
||||||
</entry>
|
</entry>
|
||||||
<entry shortcut="didint">
|
<entry shortcut="didint">
|
||||||
<target replacement="didn\'t" priority="whitelist" />
|
<target replacement="didn't" priority="whitelist" />
|
||||||
</entry>
|
</entry>
|
||||||
<entry shortcut="dormer">
|
<entry shortcut="dormer">
|
||||||
<target replacement="former" priority="whitelist" />
|
<target replacement="former" priority="whitelist" />
|
||||||
|
@ -82,13 +82,13 @@
|
||||||
<target replacement="too" priority="whitelist" />
|
<target replacement="too" priority="whitelist" />
|
||||||
</entry>
|
</entry>
|
||||||
<entry shortcut="hed">
|
<entry shortcut="hed">
|
||||||
<target replacement="he\'d" priority="whitelist" />
|
<target replacement="he'd" priority="whitelist" />
|
||||||
</entry>
|
</entry>
|
||||||
<entry shortcut="hel">
|
<entry shortcut="hel">
|
||||||
<target replacement="he\'ll" priority="whitelist" />
|
<target replacement="he'll" priority="whitelist" />
|
||||||
</entry>
|
</entry>
|
||||||
<entry shortcut="heres">
|
<entry shortcut="heres">
|
||||||
<target replacement="here\'s" priority="whitelist" />
|
<target replacement="here's" priority="whitelist" />
|
||||||
</entry>
|
</entry>
|
||||||
<entry shortcut="hew">
|
<entry shortcut="hew">
|
||||||
<target replacement="new" priority="whitelist" />
|
<target replacement="new" priority="whitelist" />
|
||||||
|
@ -97,19 +97,19 @@
|
||||||
<target replacement="how" priority="whitelist" />
|
<target replacement="how" priority="whitelist" />
|
||||||
</entry>
|
</entry>
|
||||||
<entry shortcut="hoes">
|
<entry shortcut="hoes">
|
||||||
<target replacement="how\'s" priority="whitelist" />
|
<target replacement="how's" priority="whitelist" />
|
||||||
</entry>
|
</entry>
|
||||||
<entry shortcut="howd">
|
<entry shortcut="howd">
|
||||||
<target replacement="how\'d" priority="whitelist" />
|
<target replacement="how'd" priority="whitelist" />
|
||||||
</entry>
|
</entry>
|
||||||
<entry shortcut="howll">
|
<entry shortcut="howll">
|
||||||
<target replacement="how\'ll" priority="whitelist" />
|
<target replacement="how'll" priority="whitelist" />
|
||||||
</entry>
|
</entry>
|
||||||
<entry shortcut="hows">
|
<entry shortcut="hows">
|
||||||
<target replacement="how\'s" priority="whitelist" />
|
<target replacement="how's" priority="whitelist" />
|
||||||
</entry>
|
</entry>
|
||||||
<entry shortcut="howve">
|
<entry shortcut="howve">
|
||||||
<target replacement="how\'ve" priority="whitelist" />
|
<target replacement="how've" priority="whitelist" />
|
||||||
</entry>
|
</entry>
|
||||||
<entry shortcut="hum">
|
<entry shortcut="hum">
|
||||||
<target replacement="him" priority="whitelist" />
|
<target replacement="him" priority="whitelist" />
|
||||||
|
@ -121,25 +121,25 @@
|
||||||
<target replacement="its" priority="whitelist" />
|
<target replacement="its" priority="whitelist" />
|
||||||
</entry>
|
</entry>
|
||||||
<entry shortcut="il">
|
<entry shortcut="il">
|
||||||
<target replacement="I\'ll" priority="whitelist" />
|
<target replacement="I'll" priority="whitelist" />
|
||||||
</entry>
|
</entry>
|
||||||
<entry shortcut="im">
|
<entry shortcut="im">
|
||||||
<target replacement="I\'m" priority="whitelist" />
|
<target replacement="I'm" priority="whitelist" />
|
||||||
</entry>
|
</entry>
|
||||||
<entry shortcut="inteh">
|
<entry shortcut="inteh">
|
||||||
<target replacement="in the" priority="whitelist" />
|
<target replacement="in the" priority="whitelist" />
|
||||||
</entry>
|
</entry>
|
||||||
<entry shortcut="itd">
|
<entry shortcut="itd">
|
||||||
<target replacement="it\'d" priority="whitelist" />
|
<target replacement="it'd" priority="whitelist" />
|
||||||
</entry>
|
</entry>
|
||||||
<entry shortcut="itsa">
|
<entry shortcut="itsa">
|
||||||
<target replacement="it\'s a" priority="whitelist" />
|
<target replacement="it's a" priority="whitelist" />
|
||||||
</entry>
|
</entry>
|
||||||
<entry shortcut="lets">
|
<entry shortcut="lets">
|
||||||
<target replacement="let\'s" priority="whitelist" />
|
<target replacement="let's" priority="whitelist" />
|
||||||
</entry>
|
</entry>
|
||||||
<entry shortcut="maam">
|
<entry shortcut="maam">
|
||||||
<target replacement="ma\'am" priority="whitelist" />
|
<target replacement="ma'am" priority="whitelist" />
|
||||||
</entry>
|
</entry>
|
||||||
<entry shortcut="manu">
|
<entry shortcut="manu">
|
||||||
<target replacement="many" priority="whitelist" />
|
<target replacement="many" priority="whitelist" />
|
||||||
|
@ -196,10 +196,10 @@
|
||||||
<target replacement="took" priority="whitelist" />
|
<target replacement="took" priority="whitelist" />
|
||||||
</entry>
|
</entry>
|
||||||
<entry shortcut="shel">
|
<entry shortcut="shel">
|
||||||
<target replacement="she\'ll" priority="whitelist" />
|
<target replacement="she'll" priority="whitelist" />
|
||||||
</entry>
|
</entry>
|
||||||
<entry shortcut="shouldent">
|
<entry shortcut="shouldent">
|
||||||
<target replacement="shouldn\'t" priority="whitelist" />
|
<target replacement="shouldn't" priority="whitelist" />
|
||||||
</entry>
|
</entry>
|
||||||
<entry shortcut="sill">
|
<entry shortcut="sill">
|
||||||
<target replacement="will" priority="whitelist" />
|
<target replacement="will" priority="whitelist" />
|
||||||
|
@ -208,7 +208,7 @@
|
||||||
<target replacement="down" priority="whitelist" />
|
<target replacement="down" priority="whitelist" />
|
||||||
</entry>
|
</entry>
|
||||||
<entry shortcut="thatd">
|
<entry shortcut="thatd">
|
||||||
<target replacement="that\'d" priority="whitelist" />
|
<target replacement="that'd" priority="whitelist" />
|
||||||
</entry>
|
</entry>
|
||||||
<entry shortcut="tine">
|
<entry shortcut="tine">
|
||||||
<target replacement="time" priority="whitelist" />
|
<target replacement="time" priority="whitelist" />
|
||||||
|
@ -238,60 +238,60 @@
|
||||||
<target replacement="weird" priority="whitelist" />
|
<target replacement="weird" priority="whitelist" />
|
||||||
</entry>
|
</entry>
|
||||||
<entry shortcut="wel">
|
<entry shortcut="wel">
|
||||||
<target replacement="we\'ll" priority="whitelist" />
|
<target replacement="we'll" priority="whitelist" />
|
||||||
</entry>
|
</entry>
|
||||||
<entry shortcut="wer">
|
<entry shortcut="wer">
|
||||||
<target replacement="we\'re" priority="whitelist" />
|
<target replacement="we're" priority="whitelist" />
|
||||||
</entry>
|
</entry>
|
||||||
<entry shortcut="whatd">
|
<entry shortcut="whatd">
|
||||||
<target replacement="what\'d" priority="whitelist" />
|
<target replacement="what'd" priority="whitelist" />
|
||||||
</entry>
|
</entry>
|
||||||
<entry shortcut="whatm">
|
<entry shortcut="whatm">
|
||||||
<target replacement="what\'m" priority="whitelist" />
|
<target replacement="what'm" priority="whitelist" />
|
||||||
</entry>
|
</entry>
|
||||||
<entry shortcut="whatre">
|
<entry shortcut="whatre">
|
||||||
<target replacement="what\'re" priority="whitelist" />
|
<target replacement="what're" priority="whitelist" />
|
||||||
</entry>
|
</entry>
|
||||||
<entry shortcut="whats">
|
<entry shortcut="whats">
|
||||||
<target replacement="what\'s" priority="whitelist" />
|
<target replacement="what's" priority="whitelist" />
|
||||||
</entry>
|
</entry>
|
||||||
<entry shortcut="whens">
|
<entry shortcut="whens">
|
||||||
<target replacement="when\'s" priority="whitelist" />
|
<target replacement="when's" priority="whitelist" />
|
||||||
</entry>
|
</entry>
|
||||||
<entry shortcut="whered">
|
<entry shortcut="whered">
|
||||||
<target replacement="where\'d" priority="whitelist" />
|
<target replacement="where'd" priority="whitelist" />
|
||||||
</entry>
|
</entry>
|
||||||
<entry shortcut="wherell">
|
<entry shortcut="wherell">
|
||||||
<target replacement="where\'ll" priority="whitelist" />
|
<target replacement="where'll" priority="whitelist" />
|
||||||
</entry>
|
</entry>
|
||||||
<entry shortcut="wheres">
|
<entry shortcut="wheres">
|
||||||
<target replacement="where\'s" priority="whitelist" />
|
<target replacement="where's" priority="whitelist" />
|
||||||
</entry>
|
</entry>
|
||||||
<entry shortcut="wholl">
|
<entry shortcut="wholl">
|
||||||
<target replacement="who\'ll" priority="whitelist" />
|
<target replacement="who'll" priority="whitelist" />
|
||||||
</entry>
|
</entry>
|
||||||
<entry shortcut="whove">
|
<entry shortcut="whove">
|
||||||
<target replacement="who\'ve" priority="whitelist" />
|
<target replacement="who've" priority="whitelist" />
|
||||||
</entry>
|
</entry>
|
||||||
<entry shortcut="whyd">
|
<entry shortcut="whyd">
|
||||||
<target replacement="why\'d" priority="whitelist" />
|
<target replacement="why'd" priority="whitelist" />
|
||||||
</entry>
|
</entry>
|
||||||
<entry shortcut="whyll">
|
<entry shortcut="whyll">
|
||||||
<target replacement="why\'ll" priority="whitelist" />
|
<target replacement="why'll" priority="whitelist" />
|
||||||
</entry>
|
</entry>
|
||||||
<entry shortcut="whys">
|
<entry shortcut="whys">
|
||||||
<target replacement="why\'s" priority="whitelist" />
|
<target replacement="why's" priority="whitelist" />
|
||||||
</entry>
|
</entry>
|
||||||
<entry shortcut="whyve">
|
<entry shortcut="whyve">
|
||||||
<target replacement="why\'ve" priority="whitelist" />
|
<target replacement="why've" priority="whitelist" />
|
||||||
</entry>
|
</entry>
|
||||||
<entry shortcut="wont">
|
<entry shortcut="wont">
|
||||||
<target replacement="won\'t" priority="whitelist" />
|
<target replacement="won't" priority="whitelist" />
|
||||||
</entry>
|
</entry>
|
||||||
<entry shortcut="yall">
|
<entry shortcut="yall">
|
||||||
<target replacement="y\'all" priority="whitelist" />
|
<target replacement="y'all" priority="whitelist" />
|
||||||
</entry>
|
</entry>
|
||||||
<entry shortcut="youd">
|
<entry shortcut="youd">
|
||||||
<target replacement="you\'d" priority="whitelist" />
|
<target replacement="you'd" priority="whitelist" />
|
||||||
</entry>
|
</entry>
|
||||||
</shortcuts>
|
</shortcuts>
|
||||||
|
|
Loading…
Reference in New Issue