feat: add translator cog for fantasy languages
Implements commands for translating text into roleplay languages like Valspiren, Elvish, and Draconic, ported from a web application.
This commit is contained in:
17
translator/info.json
Normal file
17
translator/info.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"author": [
|
||||
"unstableCogs"
|
||||
],
|
||||
"install_msg": "Thank you for installing the Translator cog. Use the `/translate` command to get started.",
|
||||
"name": "Translator",
|
||||
"short": "Translates text into various fantasy and fun languages.",
|
||||
"description": "A feature-rich translator cog ported from a web application. Supports numerous languages from Common to Valspiren, Sinary, and more. Includes a command to list all available languages.",
|
||||
"tags": [
|
||||
"translate",
|
||||
"fun",
|
||||
"roleplay",
|
||||
"language"
|
||||
],
|
||||
"requirements": [],
|
||||
"end_user_data_statement": "This cog does not store any end user data."
|
||||
}
|
||||
Reference in New Issue
Block a user