summaryrefslogtreecommitdiffstats
path: root/tests/auto/linguist/lconvert/data/variants.ts
blob: 52bb2d49c974b250aeaaeb5c034c5deccb8a374b (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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.0" language="de">
<context>
    <name>Assistant</name>
    <message>
        <source>Source</source>
        <translation variants="yes">
            <lengthvariant>A really very long translation</lengthvariant>
            <lengthvariant>Short translation</lengthvariant>
        </translation>
    </message>
    <message numerus="yes">
        <source>%n document(s) found.</source>
        <translation>
            <numerusform>1 Dokument gefunden.</numerusform>
            <numerusform variants="yes">
                <lengthvariant>%n Dokumente gefunden.</lengthvariant>
                <lengthvariant>%n Dok. gefunden.</lengthvariant>
            </numerusform>
        </translation>
    </message>
</context>
</TS>