first commit
This commit is contained in:
12
Models/Translations.cs
Normal file
12
Models/Translations.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace MotoVaultPro.Models
|
||||
{
|
||||
public class Translations
|
||||
{
|
||||
public List<string> Africa { get; set; } = new List<string>();
|
||||
public List<string> Asia { get; set; } = new List<string>();
|
||||
public List<string> Europe { get; set; } = new List<string>();
|
||||
public List<string> NorthAmerica { get; set; } = new List<string>();
|
||||
public List<string> SouthAmerica { get; set; } = new List<string>();
|
||||
public List<string> Oceania { get; set; } = new List<string>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user