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:
2025-09-21 04:22:21 -04:00
parent 48c3793768
commit d3ee48112a
3 changed files with 178 additions and 0 deletions

17
translator/info.json Normal file
View 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."
}