summaryrefslogtreecommitdiffstats
path: root/tools/aapt/tests/plurals/res/values/strings.xml
blob: 1c1fc19ebf95fa5e94ebc46f407f49af31fe2d65 (plain)
1
2
3
4
5
6
7
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <string name="ok">OK</string>
    <plurals name="a_plural">
        <item quantity="one">A dog</item>
        <item quantity="other">Some dogs</item>
    </plurals>
</resources>