Home | History | Annotate | Download | only in values
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <resources>
      3     <plurals name="beer">
      4         <item quantity="zero">@string/howdy</item>
      5         <item quantity="one">One beer</item>
      6         <item quantity="two">Two beers</item>
      7         <item quantity="other">%d beers, yay!</item>
      8     </plurals>
      9 </resources>