Would be nice to have support for domains. In a few languages, you can do something like:
__d('default', 'Hello World'); // (equivalent to __('Hello World')
__d('accounts', 'Billing Address');
So, something like the following would be nice, as well:
<span translate translate-domain="accounts">Billing Address</span>
Would be nice to have support for domains. In a few languages, you can do something like:
So, something like the following would be nice, as well: