Translation & Localisation initialisation

This commit is contained in:
Paul Schneider 2018-12-12 14:32:03 +00:00
commit 9f10962dd0
23 changed files with 3797 additions and 310 deletions

View file

@ -23,6 +23,9 @@ namespace Yavsc.Models.Blog
[Display(Name="Photo")][StringLength(1024)]
public string Photo { get; set; }
[StringLength(8)]
public string Lang { get; set; }
[Display(Name="Indice de qualité")]
public int Rate { get; set; }