<?xml version="1.0" encoding="utf-8"?>
<resources>
  <plurals name="beer">
    <!--
    In us-en locale, only one and other plurals are used because there are only two possible
    variants: singular vs plural tense.
    -->
    <item quantity="one">a beer</item>
    <item quantity="other">some beers</item>
  </plurals>
  <plurals name="minute">
    <item quantity="one">@string/minute_singular</item>
    <item quantity="other">@string/minute_plural</item>
  </plurals>
</resources>