summaryrefslogtreecommitdiff
path: root/tex/context/interface/mkiv/i-translate.xml
blob: 6a033e0dc573892f5efc4a31e201f937840fab06 (plain)
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
<?xml version="1.0" encoding="UTF-8"?>

<?context-directive job ctxfile x-setups.ctx ?>

<cd:interface xmlns:cd="http://www.pragma-ade.com/commands">

    <cd:command name="translateinput" category="language" level="style" file="m-translate.mkiv">
        <cd:arguments>
            <cd:resolve name="keyword-text"/>
            <cd:resolve name="keyword-text"/>
        </cd:arguments>
    </cd:command>

    <cd:command name="resetinputtranslation" category="language" file="m-translate.mkiv"/>

    <cd:command name="enableinputtranslation" category="language" level="style" file="m-translate.mkiv"/>

    <cd:command name="disableinputtranslation" category="language" level="style" file="m-translate.mkiv"/>

    <cd:command name="readtranslatedfile" category="language" file="m-translate.mkiv">
        <cd:arguments>
            <cd:resolve name="argument-file"/>
        </cd:arguments>
    </cd:command>

</cd:interface>