webL10n icon indicating copy to clipboard operation
webL10n copied to clipboard

resolve-nested-args

Open SunboX opened this issue 10 years ago • 0 comments

Resolve nested arguments like this:

shopAddress = You are here: <br><br> {{ shop.name }} <br> {{ shop.street }}
<div data-l10n-id="shopAddress" data-l10n-args='{ "shop": { "name": "Teststore", "street": "John Doe St." } }'>Loading...</div>

SunboX avatar Oct 26 '15 14:10 SunboX