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:
9
translator/languages/aquan.py
Normal file
9
translator/languages/aquan.py
Normal file
@@ -0,0 +1,9 @@
|
||||
MAP = {'a':'aqua','b':'blub','c':'\'cress','d':'drop','e':'eelee','f':'flow','g':'glur','h':'hydro','i':'ishi','j':'\'jyr','k':'\'kyr','l':'luu','m':'\'myr','n':'\'nyr','o':'oro','p':'ploop','q':'\'qyr','r':'\'ryp','s':'sh\'l','t':'tide','u':'\'urn','v':'\'vyr','w':'wash','x':'\'xyr','y':'\'yyr','z':'\'zyr'}
|
||||
|
||||
def get_language():
|
||||
return {
|
||||
'name': 'Aquan',
|
||||
'type': 'greedy',
|
||||
'map': MAP
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user