Thomas Steiner :chrome: on Nostr: Interesting DOM localization proposal by Mozilla: . In your HTML: `<link ...
Interesting DOM localization proposal by Mozilla:
https://github.com/mozilla/explainers/blob/main/dom-localization.md.
In your HTML:
`<link rel="localization" src="resource.mf" />`
In the `resource.mf` file:
`greeting = Welcome, {$userName}.`
In your: HTML:
`<h1 l10n-id="greeting" l10n-args="userName: John"></h1>`
Rendered DOM:
`<h1 l10n-id="greeting" l10n-args="userName: John">Welcome, John</h1>`
Published at
2025-10-21 21:48:43 UTCEvent JSON
{
"id": "26688b50d5dab43f3acc15f3d36b3ed2aec5a67307ba576fdc43ac28e39201b6",
"pubkey": "c2d7f88c20db9780660f0b2f5c3ea0b2fdb35258739d33bf2f5bfb60690f95ff",
"created_at": 1761083323,
"kind": 1,
"tags": [
[
"proxy",
"https://toot.cafe/@tomayac/115414356658372470",
"web"
],
[
"proxy",
"https://toot.cafe/users/tomayac/statuses/115414356658372470",
"activitypub"
],
[
"L",
"pink.momostr"
],
[
"l",
"pink.momostr.activitypub:https://toot.cafe/users/tomayac/statuses/115414356658372470",
"pink.momostr"
],
[
"-"
]
],
"content": "Interesting DOM localization proposal by Mozilla: https://github.com/mozilla/explainers/blob/main/dom-localization.md.\n\nIn your HTML:\n\n`\u003clink rel=\"localization\" src=\"resource.mf\" /\u003e`\n\nIn the `resource.mf` file:\n\n`greeting = Welcome, {$userName}.`\n\nIn your: HTML:\n\n`\u003ch1 l10n-id=\"greeting\" l10n-args=\"userName: John\"\u003e\u003c/h1\u003e`\n\nRendered DOM:\n\n`\u003ch1 l10n-id=\"greeting\" l10n-args=\"userName: John\"\u003eWelcome, John\u003c/h1\u003e`",
"sig": "1fbddde7f33ac8fae530b5199633d0e073dde5f184b9385b83b368407bbb451d202676427bc3af4ec24b8106a30e9a96a77cc48396a2b8c0c1e539ef837517d4"
}