Add a translation key
To add a new translation key, just easily call this in your code:
translate('businessDomain.key.subKey');
translate
is a marker used for translation extracting. businessDomain
is any business names that may appear in your business: post
, order
, product
, customer
, …