translation: Previous Topic

NAML documentation   Watch a video
   Usages of this macro
The source code below doesn't have navigation links because no usage has been compiled yet. Navigation links depend on how and where the macro is used, so first you may try finding all usages of "translation: Previous Topic".
... in translation.naml
11
12
13
14
15
16
17
18
19
<translation>
    <from>Previous Topic</from>
    <to>
        <n.if.equal value1="[n.page_node.get_app_node.type/]" value2='gallery'>
            <then>Previous Image</then>
            <else>Previous Topic</else>
        </n.if.equal>
    </to>
</translation>