Translation & Localisation initialisation
This commit is contained in:
parent
1815d5e088
commit
9f10962dd0
23 changed files with 3797 additions and 310 deletions
|
|
@ -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; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue