From f491d63eb9c7056513eaa8231d984f02a17e3802 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Sun, 9 Feb 2020 11:07:35 +0000 Subject: [PATCH] Mention Spanish translations in config docs --- docs/config.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/config.md b/docs/config.md index c4f0306..1ad4589 100644 --- a/docs/config.md +++ b/docs/config.md @@ -125,8 +125,15 @@ Remove the `ping/ping` location from the fetched data. This is useful when using ### `locale` The locale to use for the user interface, this affects the language and date/time -formats. Available languages are `de` (German), `en` (English). You can use formats -like `en-GB`, `en-US`, `de-DE`. +formats. + +Available languages: + +- `de` (German) +- `en` (English) +- `es` (Spanish) + +You can use formats like `en-GB`, `en-US`, `de-DE`. - Type: [`String`] - Default: `"en"`