summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-06-20 11:13:23 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-06-20 11:13:23 -0400
commitb32cad4046916344665c67923482db09cacb366f (patch)
tree4275d07f180d6d586e2ce2464d0f4ac8514e8746 /docs
parent067163da02c5a5993d88d80f04d379c22bc32cba (diff)
downloadSMAPI-b32cad4046916344665c67923482db09cacb366f.tar.gz
SMAPI-b32cad4046916344665c67923482db09cacb366f.tar.bz2
SMAPI-b32cad4046916344665c67923482db09cacb366f.zip
add i18n schema to JSON validator
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md1
-rw-r--r--docs/technical/web.md5
2 files changed, 4 insertions, 2 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 3c3f0796..43e1011c 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -20,6 +20,7 @@
* For the web UI:
* Added GitHub licenses to mod compatibility list.
+ * Added SMAPI `i18n` schema to JSON validator.
* Updated ModDrop URLs.
* Internal changes to improve performance and reliability.
diff --git a/docs/technical/web.md b/docs/technical/web.md
index d21b87ac..50237bfe 100644
--- a/docs/technical/web.md
+++ b/docs/technical/web.md
@@ -110,8 +110,9 @@ Available schemas:
format | schema URL
------ | ----------
-[SMAPI `manifest.json`](https://stardewvalleywiki.com/Modding:Modder_Guide/APIs/Manifest) | https://smapi.io/schemas/manifest.json
-[Content Patcher `content.json`](https://github.com/Pathoschild/StardewMods/tree/develop/ContentPatcher#readme) | https://smapi.io/schemas/content-patcher.json
+[SMAPI: `manifest.json`](https://stardewvalleywiki.com/Modding:Modder_Guide/APIs/Manifest) | https://smapi.io/schemas/manifest.json
+[SMAPI: translations (`i18n` folder)](https://stardewvalleywiki.com/Modding:Modder_Guide/APIs/Translation) | https://smapi.io/schemas/i18n.json
+[Content Patcher: `content.json`](https://github.com/Pathoschild/StardewMods/tree/develop/ContentPatcher#readme) | https://smapi.io/schemas/content-patcher.json
## Web API
### Overview