Skip to content

Tutorial Text Translation

Keith Sterling edited this page Oct 3, 2017 · 9 revisions
<category>
    <pattern>HELLO *</pattern>
    <template>
        <lowercase><star /></lowercase>
    </template>
</category>
<category>
    <pattern>MY SURNAME IS *</pattern>
    <template>
        Hello Mr <uppercase><star /></uppercase>
    </template>
</category>
<category>
    <pattern>Create a sentence with the word *</pattern>
    <template>
        <sentence>HAVE you Heard ABouT <star/></sentence>
    </template>
</category>
<category>
    <pattern>MY NAME IS * * </pattern>
    <template>
        Hello Mr <formal><star /></formal> <formal><star index="2"/></formal>
    </template>
</category>

Back to Tutorial | Back - Conversations | Next - Grammar Manipulation

Clone this wiki locally