Add greetings in 299 languages
This commit is contained in:
parent
8018d5e750
commit
12199f4ad4
3 changed files with 1660 additions and 0 deletions
10
Geekbot.net/Commands/Randomness/Greetings/GreetingDto.cs
Normal file
10
Geekbot.net/Commands/Randomness/Greetings/GreetingDto.cs
Normal file
|
@ -0,0 +1,10 @@
|
|||
namespace Geekbot.net.Commands.Randomness.Greetings
|
||||
{
|
||||
public class GreetingDto
|
||||
{
|
||||
public string Text { get; set; }
|
||||
public string Language { get; set; }
|
||||
public string Dialect { get; set; } = null;
|
||||
public string Romanization { get; set; } = null;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue