some.words = one equals one
# Right:
n.month1 = {MONTHS, plural, one{1 month} other{\# months}}
# Wrong: next key has missed "," after the "plural" key
n.month2 = {MONTHS, plural one{1 month} other{\# months}}
