diff --git a/src/components/Home.vue b/src/components/Home.vue index dfe17f8..c322b27 100644 --- a/src/components/Home.vue +++ b/src/components/Home.vue @@ -50,6 +50,27 @@
+
+ +
Localization / translations
+
+ +
+ DecAPI now has some basic localization support for certain endpoints. As of right now, it's only /twitch routes, but eventually it'll be expanded to support the other routes as well. +

+ To use the localization options, use the two-letter country code defined in ISO 3166-1 alpha-2 in the GET parameter lang. The default value is en (English) and you would (for example) use de for German, or no for Norwegian. English is also used as a "fallback" if a language isn't supported for certain types of messages. +
+ Keep in mind that the translations are provided by volunteers. If you'd like to translate something into another language, take a look at the 'lang' directory on GitHub for examples. Feel free to visit the Discord server if you need assistance getting started. +

+ +
+
+ +
+
Rate limits