From d8339163704adfe2d277690cfe4c3863940fba35 Mon Sep 17 00:00:00 2001 From: Alexander Lopatin Date: Thu, 25 Jul 2024 02:57:48 +0800 Subject: [PATCH 1/2] 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 ----------- From c7f4f68d03376c14a6813f9a04346ea1712503cc Mon Sep 17 00:00:00 2001 From: Alexander Lopatin Date: Wed, 24 Jul 2024 22:14:06 +0300 Subject: [PATCH 2/2] Update 32.md Co-authored-by: Alex Gleason --- 32.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/32.md b/32.md index ee71ae9..ed46513 100644 --- a/32.md +++ b/32.md @@ -129,7 +129,7 @@ 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. +Author is labeling their note language as English using ISO-639-1. ```json {