much improved personality.lua interactions
partial localization support
This commit is contained in:
40
loc/en_US.json
Normal file
40
loc/en_US.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"hello": [
|
||||
"hello",
|
||||
"hey",
|
||||
"hi",
|
||||
"good morning",
|
||||
"good day",
|
||||
"good afternoon",
|
||||
"good evening"
|
||||
],
|
||||
"goodbye": [
|
||||
"bye",
|
||||
"later",
|
||||
"see ya",
|
||||
"good night"
|
||||
],
|
||||
"thankyou": [
|
||||
"thanks",
|
||||
"thank you"
|
||||
],
|
||||
"love": [
|
||||
"love you"
|
||||
],
|
||||
"hate": [
|
||||
"hate you",
|
||||
"screw you",
|
||||
"fuck you",
|
||||
"go away"
|
||||
],
|
||||
"responses": {
|
||||
"hello": "Hi",
|
||||
"goodbye": "Bye-bye",
|
||||
"thankyou": "No problem",
|
||||
"love": "You, too",
|
||||
"hate": "Screw you"
|
||||
},
|
||||
"conn_err": "Connection error.",
|
||||
"noresults": "No results found.",
|
||||
"inv_arg": "Invalid argument."
|
||||
}
|
46
loc/weeb.json
Normal file
46
loc/weeb.json
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"hello": [
|
||||
"hello",
|
||||
"hey",
|
||||
"hi",
|
||||
"good morning",
|
||||
"good day",
|
||||
"good afternoon",
|
||||
"good evening",
|
||||
"ohayou?",
|
||||
"kon?'?nichiwa",
|
||||
"konbanwa"
|
||||
],
|
||||
"goodbye": [
|
||||
"bye",
|
||||
"later",
|
||||
"see ya",
|
||||
"good night",
|
||||
"sayou?nara",
|
||||
"oyasumi"
|
||||
],
|
||||
"thankyou": [
|
||||
"thanks",
|
||||
"thank you",
|
||||
"arigatou?"
|
||||
],
|
||||
"love": [
|
||||
"love you"
|
||||
],
|
||||
"hate": [
|
||||
"hate you",
|
||||
"screw you",
|
||||
"fuck you",
|
||||
"go away"
|
||||
],
|
||||
"responses": {
|
||||
"hello": "Hi",
|
||||
"goodbye": "Bye-bye",
|
||||
"thankyou": "No problem",
|
||||
"love": "You, too",
|
||||
"hate": "Screw you"
|
||||
},
|
||||
"conn_err": "Connection error.",
|
||||
"noresults": "No results found.",
|
||||
"inv_arg": "Invalid argument."
|
||||
}
|
Reference in New Issue
Block a user