summaryrefslogtreecommitdiff
path: root/docs/technical
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/technical
parent067163da02c5a5993d88d80f04d379c22bc32cba (diff)
downloadSMAPI-b32cad4046916344665c67923482db09cacb366f.tar.gz
SMAPI-b32cad4046916344665c67923482db09cacb366f.tar.bz2
SMAPI-b32cad4046916344665c67923482db09cacb366f.zip
add i18n schema to JSON validator
Diffstat (limited to 'docs/technical')
-rw-r--r--docs/technical/web.md5
1 files changed, 3 insertions, 2 deletions
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