In my locales/en.yml, I have the following:
en:
activerecord:
attributes:
ticket:
customer_name: "Customer Name"
inventory:
quantity: 'Quantity'
resources:
quantity: 'Quantity'
hours:
quantity: 'Quantity'
Is there a way for me to define the string 'Quantity' as a string constant so I can re-use the constant in my en.yml?