[AB-xxx] changing locale of templates to default, instead of explicitly en_US

This commit is contained in:
Sheldan
2024-11-22 21:55:37 +01:00
parent 3cb15ff676
commit 0a3c2cd48a
2096 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1 @@
Searches for definitions in a public English dictionary

View File

@@ -0,0 +1,2 @@
Searches for definitions on [Free Dictionary API](https://dictionaryapi.dev/).
This is limited to the English language.

View File

@@ -0,0 +1 @@
General failure when doing the Dictionary request.

View File

@@ -0,0 +1 @@
Shows the current weather for a given location

View File

@@ -0,0 +1,2 @@
This command prints the current temperature and humidity of a given location
It uses data from https://openweathermap.org

View File

@@ -0,0 +1 @@
The name of the location you want to get the weather for

View File

@@ -0,0 +1 @@
Weather in [${locationName}, ${countryKey}](${weatherLocationLink}): ${weatherIcon} ${weatherKey} - ${weatherDescription}

View File

@@ -0,0 +1 @@
<#if temperature??>${temperature}°C</#if> <#if displayTemperaturRange>(${minTemperature}°C - ${maxTemperature}°C)</#if>

View File

@@ -0,0 +1 @@
Language key used to display the weather. Default: ${defaultValue}

View File

@@ -0,0 +1 @@
Creates a thread reader link for easier reading

View File

@@ -0,0 +1,3 @@
This command can be used to take an existing message and creates a message containing a link to [Threadreader](https://threadreaderapp.com/).
This is done by executing the command and replying to the message containing the twitter link. It does not need to be the only text in the message.
Only the first link will be considered.

View File

@@ -0,0 +1 @@
The message containing the Twitter link. Reply to the message while executing the command.

View File

@@ -0,0 +1 @@
Searches for definitions on [urban dicationary](https://www.urbandictionary.com/)

View File

@@ -0,0 +1,2 @@
This command can be used to search for definition on urban dictionary.
The provided information will also include examples and some meta information, like upvotes, downvotes and creation date.

View File

@@ -0,0 +1 @@
The query to search on urban dictionary for

View File

@@ -0,0 +1 @@
Urban dictionary

View File

@@ -0,0 +1 @@
Error while performing request. HTTP status code `${httpCode}`.

View File

@@ -0,0 +1,2 @@
Searches for articles on [Wikipedia](https://en.wikipedia.org/wiki/Main_Page).
The language of the article can be defined server-wide with the config key: `wikipediaLanguageKey` or with an optional parameter for the slash command.

View File

@@ -0,0 +1 @@
General failure when doing the Wikipedia request.

View File

@@ -0,0 +1,2 @@
This command will search on Youtube for the given query and posts the first video it finds
The video link will be accompanied with additional video information.

View File

@@ -0,0 +1 @@
Youtube API exception: ${exception}