Skip to content

Commit

Permalink
Add nl and zh-Hans to languages.json
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Sep 20, 2024
1 parent 076a018 commit 326aa84
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bikeshed/spec-data/readonly/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@
"es": {"name": "Spanish", "native-name": "Español"},
"fr": {"name": "French", "native-name": "Français"},
"ja": {"name": "Japanese", "native-name": "日本語"},
"zh-cn": {"name": "Simplified Chinese", "native-name": "简体中文"}
"nl": {"name": "Dutch", "native-name": "Nederlands"},
"zh-cn": {"name": "Simplified Chinese", "native-name": "简体中文"},
"zh-hans": {"name": "Simplified Chinese", "native-name": "简体中文"}
}

0 comments on commit 326aa84

Please sign in to comment.