thanks: thanks new_message: "one" : "you have a message" "other" : 'you have %{count} new messages' messages: with_2_arguments: "%{attr} and %{attr2}" plural: one: "%{count} %{attr}" other: "%{count} %{attr}s" __formats__: number: decimal_separator: ',' precision_separator: '.' currency: symbol: '€' name: 'euro' format: '%{amount}€' date: formats: default: "%Y-%m-%d" long: "%A, %d of %B %Y" month_names: [January, February, March, April, May, June, July, August, September, October, November, December] abbr_month_names: [Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec] day_names: [Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday] abbr_day_names: [Mon, Tue, Wed, Thu, Fri, Sat, Sun] time: formats: default: "%I:%M:%S %p"