7 lines
115 B
Python
7 lines
115 B
Python
en = {
|
|
"connecting" : "Attempting to connect to {}:{}"
|
|
}
|
|
|
|
messages = {
|
|
"en": en
|
|
} |