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/kitsune.py
Normal file
9
translator/languages/kitsune.py
Normal file
@@ -0,0 +1,9 @@
|
||||
MAP = {'a':'ka','b':'be','c':'chi','d':'de','e':'e','f':'fu','g':'ga','h':'hi','i':'i','j':'ji','k':'ki','l':'ru','m':'ma','n':'na','o':'o','p':'pe','q':'kyu','r':'re','s':'sa','t':'to','u':'u','v':'ve','w':'wa','x':'za','y':'ya','z':'ze'}
|
||||
|
||||
def get_language():
|
||||
return {
|
||||
'name': 'Kitsune',
|
||||
'type': 'greedy',
|
||||
'map': MAP,
|
||||
'separator': ''
|
||||
}
|
||||
Reference in New Issue
Block a user