feat: add advanced translator cog with proxy and languages
Introduces multilingual translation cog supporting fantasy languages Adds proxying features for role-playing with sonas and auto-translation Includes admin commands for managing custom languages and context menus Replaces basic translation with enhanced functionality for Discord bot
This commit is contained in:
10
translator/languages/sinary.py
Normal file
10
translator/languages/sinary.py
Normal file
@@ -0,0 +1,10 @@
|
||||
MAP = {'a':'a!','b':'7b','c':'c#','d':'d4','e':'3e','f':'f^','g':'g&','h':'h8','i':'(i','j':'j0','k':'_k','l':'l2','m':'=m','n':'n+','o':'5o','p':'-p','q':'q{','r':'}r','s':'[s','t':'t]','u':'|u','v':':v','w':'"w','x':'x<','y':'>y','z':'?z'}
|
||||
|
||||
def get_language():
|
||||
return {
|
||||
'name': 'Sinary',
|
||||
'type': 'generic',
|
||||
'map': MAP,
|
||||
'chunk_size': 2,
|
||||
'separator': ''
|
||||
}
|
||||
Reference in New Issue
Block a user