diff options
author | Boris Verkhovskiy <boris.verk@gmail.com> | 2024-04-06 04:00:49 -0700 |
---|---|---|
committer | Boris Verkhovskiy <boris.verk@gmail.com> | 2024-04-06 04:00:49 -0700 |
commit | 64b1e44842ff0b5403ae42a928f8ec4adaf68e3b (patch) | |
tree | 0c9467ead532de669bb5acb3a0fef2ff6284e6ea | |
parent | bb8186e72b54495db17d309206a0b3cb75181770 (diff) |
Normalize natural language tags
-rw-r--r-- | hd-hd/amd.html.markdown | 2 | ||||
-rw-r--r-- | hd-hd/d.html.markdown | 2 | ||||
-rw-r--r-- | hjson.html.markdown | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/hd-hd/amd.html.markdown b/hd-hd/amd.html.markdown index b85567c2..7e335668 100644 --- a/hd-hd/amd.html.markdown +++ b/hd-hd/amd.html.markdown @@ -4,7 +4,7 @@ tool: amd contributors: - ["Frederik Ring", "https://github.com/m90"] filename: learnamd-hd.js -lang: hd +lang: hd-hd --- ## एएमडी के साथ प्रारंभ करना diff --git a/hd-hd/d.html.markdown b/hd-hd/d.html.markdown index f5e0858a..a08feb2e 100644 --- a/hd-hd/d.html.markdown +++ b/hd-hd/d.html.markdown @@ -3,7 +3,7 @@ language: D filename: learnd-hd.d contributors: - ["Nick Papanastasiou", "www.nickpapanastasiou.github.io"] -lang: hd +lang: hd-hd --- ```c diff --git a/hjson.html.markdown b/hjson.html.markdown index 6b3cc3ed..e778dabb 100644 --- a/hjson.html.markdown +++ b/hjson.html.markdown @@ -3,7 +3,7 @@ language: Hjson filename: learnhjson.hjson contributors: - ["MrTeferi", "https://github.com/MrTeferi"] -lang: en +lang: en-us --- Hjson is an attempt to make [JSON](https://learnxinyminutes.com/docs/json/) more human readable. |