From d8339163704adfe2d277690cfe4c3863940fba35 Mon Sep 17 00:00:00 2001 From: Alexander Lopatin Date: Thu, 25 Jul 2024 02:57:48 +0800 Subject: [PATCH] NIP-32: Language example --- 32.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/32.md b/32.md index 79f5937..ee71ae9 100644 --- a/32.md +++ b/32.md @@ -129,6 +129,20 @@ is labeling their note as being related to Milan, Italy using ISO 3166-2. } ``` +Author is labelling their note language as English using ISO-639-1. + +```json +{ + "kind": 1, + "tags": [ + ["L", "ISO-639-1"], + ["l", "en", "ISO-639-1"] + ], + "content": "English text", + ... +} +``` + Other Notes -----------